pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update lcms to 1.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c45e917f1ad9
branches:  trunk
changeset: 482345:c45e917f1ad9
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Oct 25 21:43:20 2004 +0000

description:
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:

 doc/CHANGES                    |   3 ++-
 graphics/lcms/Makefile         |   7 ++++---
 graphics/lcms/PLIST            |   3 ++-
 graphics/lcms/distinfo         |   8 ++++----
 graphics/lcms/patches/patch-aa |  10 ++++++----
 5 files changed, 18 insertions(+), 13 deletions(-)

diffs (88 lines):

diff -r 5366ff6a4657 -r c45e917f1ad9 doc/CHANGES
--- a/doc/CHANGES       Mon Oct 25 20:58:05 2004 +0000
+++ b/doc/CHANGES       Mon Oct 25 21:43:20 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7568 2004/10/25 20:02:36 minskim Exp $
+$NetBSD: CHANGES,v 1.7569 2004/10/25 21:43:20 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4869,3 +4869,4 @@
        Updated mozilla to 1.7.3nb1 [jmmv 2004-10-25]
        Updated mozilla-gtk2 to 1.7.3nb1 [jmmv 2004-10-25]
        Added gthumb-2.6.0.1 [minskim 2004-10-25]
+       updated lcms to 1.13 [minskim 2004-10-25]
diff -r 5366ff6a4657 -r c45e917f1ad9 graphics/lcms/Makefile
--- a/graphics/lcms/Makefile    Mon Oct 25 20:58:05 2004 +0000
+++ b/graphics/lcms/Makefile    Mon Oct 25 21:43:20 2004 +0000
@@ -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 @@
 # Avoid an ICE in gcc2 on sparc64
 CONFIGURE_ENV+=                F77=${FALSE}
 
+PKGCONFIG_OVERRIDE=    lcms.pc.in
+
 INSTALLATION_DIRS+=    share/doc/lcms
 
 post-install:
diff -r 5366ff6a4657 -r c45e917f1ad9 graphics/lcms/PLIST
--- a/graphics/lcms/PLIST       Mon Oct 25 20:58:05 2004 +0000
+++ b/graphics/lcms/PLIST       Mon Oct 25 21:43:20 2004 +0000
@@ -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 @@
 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 -r 5366ff6a4657 -r c45e917f1ad9 graphics/lcms/distinfo
--- a/graphics/lcms/distinfo    Mon Oct 25 20:58:05 2004 +0000
+++ b/graphics/lcms/distinfo    Mon Oct 25 21:43:20 2004 +0000
@@ -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 -r 5366ff6a4657 -r c45e917f1ad9 graphics/lcms/patches/patch-aa
--- a/graphics/lcms/patches/patch-aa    Mon Oct 25 20:58:05 2004 +0000
+++ b/graphics/lcms/patches/patch-aa    Mon Oct 25 21:43:20 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index