diff options
author | seb <seb@pkgsrc.org> | 2004-02-09 12:03:27 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-02-09 12:03:27 +0000 |
commit | a7f5e134e99dfe5d8b08173553ee38f632c439e6 (patch) | |
tree | d965cd46019328478a2fc8e58037f7784d5c329e /graphics/lcms/PLIST | |
parent | 09e9898e07d43c522ffa4f8f5be36f61307b094e (diff) | |
download | pkgsrc-a7f5e134e99dfe5d8b08173553ee38f632c439e6.tar.gz |
Update to version 1.12.
Package changes:
The include files moved from $PREFIX/include/lcms to
$PREFIX/include. Support added to buildlink*.mk to provide
compatibility symlinks include/lcms/*.h in BUILDLINK_DIR.
No list of changes since the previously packaged version (1.06), I do not
even know if there was any versions in between... Anyway changes
in version 1.12 are (from the homepage):
- Brightness/Contrast/Hue/Saturation/WhitePoint modification across abstract
profile
- License changed to MIT
- pseq tag handling: cmsReadProfileSequenceDescription and cmsSEQ,
cmsPSEQDESC structures
- CRD generation now supports black point compensation, see
cmsGetPostScriptCRDEx
- cmsTakeManufacturer and cmsTakeModel for uncooked info on these tags
- Writing 8 bit profiles is now supported
- Named color profiles support. This turns lcms from a "wide subset" into
a "full implementation" of ICC 3.4, with some ICC 4.0 support.
- PostScript CSA, CRD generation
- Ink-Limiting capabilities for CMYK
- Devicelink profile generation.
- Gray scale virtual profiles
- Linearization virtual device link profiles
- New ICCLINK and ICC2PS utilities
- SWIG wrapper. This enables lcms from Python.
- Floating-point formats are now accepted as well.
- More ICC 4.0 compatibility. Some 4.0 profiles are now are fully understood
(still experimental)
- Profiles can now be saved to memory (thanks to Steven Greaves for providing
the code)
- Char Target data are now handled. Some profiles does store the data
profiler has used. This is all information needed to rebuild the profile
from scratch.
- New low-resolution flag cmsFLAGS_LOWRESPRECALC to save memory.
- User-defined encodings are now supported.
- cmsChangeBuffersFormat() to change the encoding of buffers on runtime
allows reuse of existing transforms.
- Gamma estimation routines cmsEstimateGamma() and cmsEstimateGammaEx()
- multilocalized unicode is now supported. Language and codepage is
selected via cmsSetLanguage() (ICC 4.0 only)
- LUT handling has been enhanced with enumerators. (SAMPLER_INSPECT)
- Improved TIFFICC, JPEGICC and ICCTRANS utilities.
- cmsOpenProfileFromMem() no longer creates temporary files.
- Transforms does accept now a maximum of 8 channels on input and 16 on
output. (last version did accept 6 on input)
- 8 <-> 16 bits per sample are now always computed accurately.
- Some minor bugs fixed
Diffstat (limited to 'graphics/lcms/PLIST')
-rw-r--r-- | graphics/lcms/PLIST | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/graphics/lcms/PLIST b/graphics/lcms/PLIST index fa0f12a7a7d..73be6982ed0 100644 --- a/graphics/lcms/PLIST +++ b/graphics/lcms/PLIST @@ -1,21 +1,15 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:51:45 zuntum Exp $ -bin/testcms -include/lcms/icc34.h -include/lcms/lcms.h +@comment $NetBSD: PLIST,v 1.2 2004/02/09 12:03:27 seb Exp $ +bin/icc2ps +bin/icclink +bin/icctrans +bin/wtpt +include/icc34.h +include/lcms.h lib/liblcms.a lib/liblcms.la lib/liblcms.so lib/liblcms.so.1 -lib/liblcms.so.1.6 -share/doc/lcms/README.simple -share/doc/lcms/filter.c -share/doc/lcms/jpgemb.c -share/doc/lcms/lcmsapi.txt -share/doc/lcms/neutral.c -share/doc/lcms/pngchrm.c -share/doc/lcms/simple.c -share/doc/lcms/tiffemb.c -share/doc/lcms/tutorial.txt -share/doc/lcms/wtpt.c +lib/liblcms.so.1.12 +share/doc/lcms/LCMSAPI.TXT +share/doc/lcms/TUTORIAL.TXT @dirrm share/doc/lcms -@dirrm include/lcms |