Package: sampleicc Version: 1.6.6 Revision: 1 Description: C++ library for ICC (color) profiles Homepage: http://sampleicc.sourceforge.net/ License: OSI-Approved Maintainer: David Fang Source: mirror:sourceforge:%n/SampleICC-%v.tar.gz Source-MD5: b7d7cbd73c83c55530bae4f5d115764d GCC: 4.0 BuildDependsOnly: true BuildDepends: libtiff Depends: %N-shlibs PatchScript: << #!/bin/sh -ev sed -i.orig -e '/ApplicationServices/a\ #ifndef CGFLOAT_DEFINED\ typedef float CGFloat;\ #endif' Contrib/Mac_OS_X/create_probe/create_probe.cpp << ConfigureParams: --mandir=%p/share/man --with-tifflib=%p --disable-static CompileScript: << #!/bin/sh -ev ./configure %c make << InfoTest: TestScript: make -k check || exit 2 InstallScript: << #!/bin/sh -ev make DESTDIR=%d install << DocFiles: AUTHORS COPYING ChangeLog NEWS README* SplitOff: << Package: %N-shlibs Description: Shared libraries for Sample ICC Depends: libtiff-shlibs DocFiles: AUTHORS COPYING ChangeLog NEWS README* Files: lib/libICC_utils.2.dylib lib/libSampleICC.2.dylib Shlibs: << %p/lib/libICC_utils.2.dylib 3.0.0 %n (>= 1.6.4-1) %p/lib/libSampleICC.2.dylib 3.0.0 %n (>= 1.6.4-1) << << DescDetail: << SampleICC provides an open source platform independent C++ library for reading, writing, manipulating, and applying ICC profiles along with applications that make use of this library. Some of the applications are platform independent, while others are built using Microsoft Visual Studio. A working knowledge of the ICC specification and color management workflows will aid in understanding the library and its proper usage. The latest ICC profile specification can be found on the ICC website (http://www.color.org). Several useful white papers and resources are also available on the website. License: The ICC Software License, Version 0.1 <<