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
|
Source: libmng
Section: libs
Priority: optional
Build-Depends: debhelper (>= 8.1.3),
libjpeg-dev,
liblcms2-dev,
libtool,
zlib1g-dev
Maintainer: Kartik Mistry <kartik@debian.org>
Homepage: http://www.libmng.com
Standards-Version: 3.9.2
Package: libmng1
Architecture: any
Multi-Arch: same
Replaces: libmng-dev (<< 1.0.0-3), libmng
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Multiple-image Network Graphics library
The libmng library supports decoding, displaying, encoding, and various other
manipulations of the Multiple-image Network Graphics (MNG) format image files.
It uses the zlib compression library, and optionally the JPEG library by the
Independent JPEG Group (IJG) and/or lcms (little cms), a color-management
library by Marti Maria Saguar.
Package: libmng-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Replaces: libmng
Depends: ${misc:Depends},
libmng1 (= ${binary:Version}),
libjpeg-dev,
liblcms2-dev,
zlib1g-dev
Description: M-N-G library (Development headers)
The libmng library supports decoding, displaying, encoding, and various other
manipulations of the Multiple-image Network Graphics (MNG) format image files.
It uses the zlib compression library, and optionally the JPEG library by the
Independent JPEG Group (IJG) and/or lcms (little cms), a color-management
library by Marti Maria Saguar.
.
This package provides development headers.
|