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
|
Source: libicc
Priority: extra
Maintainer: Roland Mas <lolando@debian.org>
Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool
Standards-Version: 3.8.3
Section: libs
Homepage: http://www.argyllcms.com/
Package: libicc-dev
Section: libdevel
Architecture: any
Depends: libicc2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: argyll (<< 1.0.3+dfsg1-3)
Description: Development files for the ICC profile I/O library
The icclib is a set of routines which implement the reading and
writing of color profile files that conform to the International
Color Consortium (ICC) Profile Format Specification, Version 3.4.
.
This package is needed to compile programs against libicc2.10, as
it only includes the header files and static libraries (optionally)
needed for compiling.
Package: libicc2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ICC profile I/O library
The icclib is a set of routines which implement the reading and
writing of color profile files that conform to the International
Color Consortium (ICC) Profile Format Specification, Version 3.4.
|