1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: libpodofo
Priority: optional
Section: libdevel
Maintainer: Mattia Rizzolo <mattia@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
cmake,
debhelper-compat (= 13),
libboost-dev,
libcppunit-dev,
libfontconfig1-dev,
libfreetype6-dev,
libidn-dev,
libjpeg-dev,
liblua5.1-0-dev,
libssl-dev,
libtiff-dev,
libunistring-dev,
zlib1g-dev,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: http://podofo.sourceforge.net
Vcs-Git: https://salsa.debian.org/debian/libpodofo.git
Vcs-Browser: https://salsa.debian.org/debian/libpodofo
Package: libpodofo-dev
Architecture: any
Depends:
libboost-dev,
libpodofo0.9.8t64 (= ${binary:Version}),
libssl-dev,
${misc:Depends},
Description: PoDoFo development files
The PoDoFo library is a free, portable C++ library which includes classes to
parse PDF files and modify their contents into memory. The changes can be
written back to disk easily. The parser can also be used to extract
information from a PDF file (for example the parser could be used in a PDF
viewer). Besides parsing PoDoFo includes also very simple classes to create
your own PDF files. All classes are documented so it is easy to start writing
your own application using PoDoFo.
.
This package contains the header development files used for building
PoDoFo-enabled applications.
Package: libpodofo-utils
Architecture: any
Section: utils
Depends:
libpodofo0.9.8t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: PoDoFo utilities
The PoDoFo library is a free, portable C++ library which includes classes to
parse PDF files and modify their contents into memory. The changes can be
written back to disk easily. The parser can also be used to extract
information from a PDF file (for example the parser could be used in a PDF
viewer). Besides parsing PoDoFo includes also very simple classes to create
your own PDF files. All classes are documented so it is easy to start writing
your own application using PoDoFo.
.
This package contains tools for working with PDF files.
Package: libpodofo0.9.8t64
Provides: ${t64:Provides}
Replaces: libpodofo0.9.8
Breaks: libpodofo0.9.8 (<< ${source:Version})
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: PoDoFo - library to work with the PDF file format
The PoDoFo library is a free, portable C++ library which includes classes to
parse PDF files and modify their contents into memory. The changes can be
written back to disk easily. The parser can also be used to extract
information from a PDF file (for example the parser could be used in a PDF
viewer). Besides parsing PoDoFo includes also very simple classes to create
your own PDF files. All classes are documented so it is easy to start writing
your own application using PoDoFo.
|