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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
Source: libcdr
Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: autotools-dev,
dh-autoreconf,
debhelper (>= 10),
libboost-dev,
libcppunit-dev,
libicu-dev,
liblcms2-dev,
librevenge-dev (<< 0.1~),
pkg-config,
zlib1g-dev
Build-Depends-Indep: doxygen
Standards-Version: 3.9.4
Section: libs
Homepage: http://freedesktop.org/wiki/Software/libcdr
Package: libcdr-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcdr-0.1-1 (= ${binary:Version}),
libicu-dev,
liblcms2-dev,
librevenge-dev (<< 0.1~),
zlib1g-dev,
${misc:Depends}
Description: library for reading and converting Corel DRAW files -- development
libcdr is a library and a set of tools for reading and converting binary files
produced by Corel DRAW.
.
libcdr currently supports just CDR files from V7 to X3 and the following
features:
.
- pages and page sizes
- shapes, lines, Bezier curves, bitmaps
- flat color fills, both RGB, CMYK, HLS and HSB
- different kinds of strokes including dashed strokes
.
Above that libcdr provides a public API for rendering preview of pages for
applications that have no notion of pages themselves.
.
This package contains the development files (headers, ...)
Package: libcdr-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: library for reading and converting Corel DRAW files -- documentation
libcdr is a library and a set of tools for reading and converting binary files
produced by Corel DRAW.
.
libcdr currently supports just CDR files from V7 to X3 and the following
features:
.
- pages and page sizes
- shapes, lines, Bezier curves, bitmaps
- flat color fills, both RGB, CMYK, HLS and HSB
- different kinds of strokes including dashed strokes
.
Above that libcdr provides a public API for rendering preview of pages for
applications that have no notion of pages themselves.
.
This package contains the documentation
Package: libcdr-0.1-1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for reading and converting Corel DRAW files
libcdr is a library and a set of tools for reading and converting binary files
produced by Corel DRAW.
.
libcdr currently supports just CDR files from V7 to X3 and the following
features:
.
- pages and page sizes
- shapes, lines, Bezier curves, bitmaps
- flat color fills, both RGB, CMYK, HLS and HSB
- different kinds of strokes including dashed strokes
.
Above that libcdr provides a public API for rendering preview of pages for
applications that have no notion of pages themselves.
Package: libcdr-tools
Section: utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for reading and converting Corel DRAW files -- tools
libcdr is a library and a set of tools for reading and converting binary files
produced by Corel DRAW.
.
libcdr currently supports just CDR files from V7 to X3 and the following
features:
.
- pages and page sizes
- shapes, lines, Bezier curves, bitmaps
- flat color fills, both RGB, CMYK, HLS and HSB
- different kinds of strokes including dashed strokes
.
Above that libcdr provides a public API for rendering preview of pages for
applications that have no notion of pages themselves.
.
This package contains cdr2xtml/cdr2raw and cmx2xhtml/cmx2raw.
|