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
|
Source: libetonyek
Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: dh-autoreconf,
debhelper (>= 10),
gperf,
libboost-dev,
libboost-filesystem-dev,
libcppunit-dev,
libglm-dev,
liblangtag-dev,
libmdds-dev (>= 3.0),
libmdds-dev (<< 3.2~),
librevenge-dev (<< 0.1~),
libxml2-dev,
zlib1g-dev,
pkg-config
Build-Conflicts: libboost1.81-dev (= 1.81.0-1~exp1), libboost1.81-dev (= 1.81.0-1)
Standards-Version: 3.9.6
Section: libs
Homepage: http://www.freedesktop.org/wiki/Software/libetonyek
Package: libetonyek-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libetonyek-0.1-1 (= ${binary:Version}),
liblangtag-dev,
librevenge-dev,
libxml2-dev,
zlib1g-dev,
${misc:Depends}
Description: library for reading and converting Apple Keynote presentations
libetonyek is a library and a set of tools for reading and converting
Apple Keynote presentations. The library tries to extract the most
important parts of version 2 format of Keynote (version 1 is not
supported yet, but it should be in the future).
.
This package contains the development files (headers, ...)
Package: libetonyek-0.1-1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for reading and converting Apple Keynote presentations
libetonyek is a library and a set of tools for reading and converting
Apple Keynote presentations. The library tries to extract the most
important parts of version 2 format of Keynote (version 1 is not
supported yet, but it should be in the future).
Package: libetonyek-tools
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for reading and converting Apple Keynote presentations -- tools
libetonyek is a library and a set of tools for reading and converting
Apple Keynote presentations. The library tries to extract the most
important parts of version 2 format of Keynote (version 1 is not
supported yet, but it should be in the future).
.
This package contains key2text, key2raw and key2xhtml for "converting"
Keynote presentations in those respective formats.
|