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
|
Source: popplerkit.framework
Priority: optional
Maintainer: Hubert Chathi <uhoreg@debian.org>
Build-Depends: cdbs, debhelper (>= 4.0.0), pkg-config, libgnustep-gui-dev (>= 0.10.3), libfreetype6-dev, libpoppler-dev, dpatch
Standards-Version: 3.7.2
Section: libs
Package: libpopplerkit-dev
Section: libdevel
Architecture: any
Depends: libpopplerkit0 (= ${binary:Version}), libgnustep-gui-dev
Description: GNUstep framework for rendering PDF content (development files)
PopplerKit is a GNUstep framework for accessing and rendering PDF content. It
is based on the poppler library.
.
Its features are:
- Render PDF content.
- Extract text from a PDF document.
- Access a PDF document's outline.
- Search in PDF documents.
.
This package contains the development files.
Package: libpopplerkit0
Section: libs
Architecture: any
Depends: gsfonts, ${shlibs:Depends}, ${misc:Depends}
Description: GNUstep framework for rendering PDF content (library files)
PopplerKit is a GNUstep framework for accessing and rendering PDF content. It
is based on the poppler library.
.
Its features are:
- Render PDF content.
- Extract text from a PDF document.
- Access a PDF document's outline.
- Search in PDF documents.
.
This package contains the runtime libraries.
|