From b97bd2264d9b21eec3326b9c19ae8f74a96faea8 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 25 Oct 2004 21:43:20 +0000 Subject: 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. --- graphics/lcms/Makefile | 7 ++++--- graphics/lcms/PLIST | 3 ++- graphics/lcms/distinfo | 8 ++++---- graphics/lcms/patches/patch-aa | 10 ++++++---- 4 files changed, 16 insertions(+), 12 deletions(-) (limited to 'graphics/lcms') diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index e1737cd4a12..a7704983a67 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2004/10/03 00:14:54 tv Exp $ +# $NetBSD: Makefile,v 1.14 2004/10/25 21:43:20 minskim Exp $ # FreeBSD: ports/graphics/lcms/Makefile,v 1.2 2000/12/19 15:36:26 sobomax Exp -DISTNAME= lcms-1.12 -PKGREVISION= 2 +DISTNAME= lcms-1.13 CATEGORIES= graphics MASTER_SITES= http://www.littlecms.com/ \ http://www.abaforum.es/martim/ @@ -25,6 +24,8 @@ CONFIGURE_ARGS+= --without-zlib # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE} +PKGCONFIG_OVERRIDE= lcms.pc.in + INSTALLATION_DIRS+= share/doc/lcms post-install: diff --git a/graphics/lcms/PLIST b/graphics/lcms/PLIST index 2d4ed2a6f39..82db4fcda6d 100644 --- a/graphics/lcms/PLIST +++ b/graphics/lcms/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:34 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/10/25 21:43:20 minskim Exp $ bin/icc2ps bin/icclink bin/icctrans @@ -6,6 +6,7 @@ bin/wtpt include/icc34.h include/lcms.h lib/liblcms.la +lib/pkgconfig/lcms.pc share/doc/lcms/LCMSAPI.TXT share/doc/lcms/TUTORIAL.TXT @dirrm share/doc/lcms diff --git a/graphics/lcms/distinfo b/graphics/lcms/distinfo index 3f1fdd373e5..4b38559eb32 100644 --- a/graphics/lcms/distinfo +++ b/graphics/lcms/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2004/04/11 04:35:22 dmcmahill Exp $ +$NetBSD: distinfo,v 1.11 2004/10/25 21:43:21 minskim Exp $ -SHA1 (lcms-1.12.tar.gz) = 91c184378287df26cd8d729b1aae00b49077b9fb -Size (lcms-1.12.tar.gz) = 567985 bytes -SHA1 (patch-aa) = 776379ce8b7ba25986a2e13dc2390c8033755d9a +SHA1 (lcms-1.13.tar.gz) = 01224619128262c3ed444af90761261ae7d37374 +Size (lcms-1.13.tar.gz) = 585735 bytes +SHA1 (patch-aa) = d20ac300e01c16ac77fef663b597716162c3ce41 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 -- cgit v1.2.3