diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-25 21:43:20 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-25 21:43:20 +0000 |
commit | fe0f5ce4f14879312dec7b658bfc874bb0d58d87 (patch) | |
tree | 7d8032417adc8f77af8179c2bf3f9b9c9c72d1e8 /graphics/lcms/patches | |
parent | 252f60c8bdb04d4afbcc05442fda070c60172db8 (diff) | |
download | pkgsrc-fe0f5ce4f14879312dec7b658bfc874bb0d58d87.tar.gz |
Update lcms to 1.13.
Changes:
Overall speedup
Full ICC v4 support
New CGATS.13/IT8 parser
8-bit transforms optimization
Improved named color -- lcms can now write such profiles as well
lcms can now write 8 bit profiles as well as 16 bit
softproof now honors proofing intent
Absolute colorimetric works fine on mixed v2/v4 transforms
Improved black point compensation
Several new utility functions
Black point compensation on PostScript CRD
Added support for HiFi (> 4 inks) on tifficc
Improved icclink
Add lcms.pc pkg-config file
(http://www.freedesktop.org/Software/pkgconfig).
USE_TETRAHEDRAL and USE_TRILINEAR no longer used -- engine now
chooses between interpolation methods
on depending on several heuristics.
Diffstat (limited to 'graphics/lcms/patches')
-rw-r--r-- | graphics/lcms/patches/patch-aa | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/lcms/patches/patch-aa b/graphics/lcms/patches/patch-aa index fbe80d98ddf..248d8fa66ab 100644 --- a/graphics/lcms/patches/patch-aa +++ b/graphics/lcms/patches/patch-aa @@ -1,11 +1,13 @@ -$NetBSD: patch-aa,v 1.3 2004/04/11 04:35:22 dmcmahill Exp $ +$NetBSD: patch-aa,v 1.4 2004/10/25 21:43:21 minskim Exp $ ---- include/lcms.h.orig 2003-12-20 15:00:11.000000000 +0000 -+++ include/lcms.h 2004-04-09 18:17:12.000000000 +0000 -@@ -76,5 +76,5 @@ +--- include/lcms.h.orig 2004-05-19 04:09:56.000000000 -0500 ++++ include/lcms.h +@@ -73,7 +73,7 @@ + // Metroworks CodeWarrior -#if __MWERKS__ +#ifdef __MWERKS__ # define unlink remove # if WIN32 + # define USE_CUSTOM_SWAB 1 |