File: control

package info (click to toggle)
libmng 2.0.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,092 kB
  • sloc: ansic: 78,373; sh: 11,434; cpp: 2,624; pascal: 2,185; makefile: 186
file content (48 lines) | stat: -rw-r--r-- 1,729 bytes parent folder | download
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
Source: libmng
Section: libs
Priority: optional
Build-Depends: autoconf,
               automake,
               debhelper-compat (= 13),
               dpkg-dev (>= 1.16.1.1),
               libjpeg-dev,
               liblcms2-dev,
               libtool,
               zlib1g-dev
Maintainer: Kartik Mistry <kartik@debian.org>
Homepage: https://www.libmng.com
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/libmng.git
Vcs-Browser: https://salsa.debian.org/debian/libmng

Package: libmng2
Architecture: any
Multi-Arch: same
Replaces: libmng, libmng-dev (<< 1.0.10+dfsg-3)
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs: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: libjpeg-dev,
         liblcms2-dev,
         libmng2 (= ${binary:Version}),
         zlib1g-dev,
         ${misc:Depends}
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.