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
|
Source: lcms2
Section: libs
Priority: optional
Maintainer: Thomas Weber <tweber@debian.org>
Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.16.0), dh-autoreconf, libjpeg-dev, libtiff-dev, zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://www.littlecms.com/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/lcms2.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/lcms2.git
Package: liblcms2-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Replaces: liblcms-dev
Provides: liblcms-dev
Conflicts: liblcms-dev
Depends: liblcms2-2 (= ${binary:Version}), ${misc:Depends}
Description: Little CMS 2 color management library development headers
LittleCMS 2 intends to be a small-footprint color management engine, with
special focus on accuracy and performance. It uses the International Color
Consortium standard (ICC) of color management. Little CMS 2 is a full
implementation of ICC specification 4.2 plus all addendums. It fully supports
all V2 and V4 profiles, including abstract, devicelink and named color
profiles.
.
This package contains the development headers used for building software that
uses Little CMS.
Package: liblcms2-2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Suggests: liblcms2-utils
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Little CMS 2 color management library
LittleCMS 2 intends to be a small-footprint color management engine, with
special focus on accuracy and performance. It uses the International Color
Consortium standard (ICC) of color management. LittleCMS 2 is a full
implementation of ICC specification 4.2 plus all addendums. It fully supports
all V2 and V4 profiles, including abstract, devicelink and named color
profiles.
.
This package contains the shared library of liblcms2.
Package: liblcms2-utils
Section: utils
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Little CMS 2 color management library (utilities)
LittleCMS 2 intends to be a small-footprint color management engine, with
special focus on accuracy and performance. It uses the International Color
Consortium standard (ICC) of color management. LittleCMS 2 is a full
implementation of ICC specification 4.2 plus all addendums. It fully supports
all V2 and V4 profiles, including abstract, devicelink and named color
profiles.
.
This package contains additional utilities (jpegicc, linkicc, psicc, tificc
and transicc).
|