diff options
author | adam <adam@pkgsrc.org> | 2005-01-17 12:11:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-17 12:11:46 +0000 |
commit | 864afb8bc4c6d6d89ad7f6f29ec6e729411d6779 (patch) | |
tree | 3f1c6d0ce4c1cda1a5ea8967097d8b6b0ed43305 | |
parent | 077dabb5f297c394d38f3ef54f275d00718d0d36 (diff) | |
download | pkgsrc-864afb8bc4c6d6d89ad7f6f29ec6e729411d6779.tar.gz |
Changes 1.14:
* linux & windows packages are now joined into a single package.
* Improved (and now fast!) gamut checking.
* New virtual NULL profile for building gamut check transforms.
* CGATS.13/IT8 parser now supports multiple tables and other goodies like
specifying flot format.
* More python support.
* New Matlab wrapper
* Revamped icctrans
* Improved jpegicc
* jpegicc and tifficc now can save (grab) embedded profiles.
* tifficc now supports up to 15 channels.
* Improved Lab prelinearization.
* Fixed absolute intent on PostScript CRD
* Man pages for utilities.
* Access to creation & calibration date time.
* Lots of bug fixes
-rw-r--r-- | graphics/lcms/Makefile | 4 | ||||
-rw-r--r-- | graphics/lcms/PLIST | 7 | ||||
-rw-r--r-- | graphics/lcms/distinfo | 8 | ||||
-rw-r--r-- | graphics/lcms/patches/patch-aa | 6 |
4 files changed, 15 insertions, 10 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index a7704983a67..993cfda7850 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2004/10/25 21:43:20 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2005/01/17 12:11:46 adam Exp $ # FreeBSD: ports/graphics/lcms/Makefile,v 1.2 2000/12/19 15:36:26 sobomax Exp -DISTNAME= lcms-1.13 +DISTNAME= lcms-1.14 CATEGORIES= graphics MASTER_SITES= http://www.littlecms.com/ \ http://www.abaforum.es/martim/ diff --git a/graphics/lcms/PLIST b/graphics/lcms/PLIST index 82db4fcda6d..b12bc5f1178 100644 --- a/graphics/lcms/PLIST +++ b/graphics/lcms/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/10/25 21:43:20 minskim Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/01/17 12:11:46 adam Exp $ bin/icc2ps bin/icclink bin/icctrans @@ -7,6 +7,11 @@ include/icc34.h include/lcms.h lib/liblcms.la lib/pkgconfig/lcms.pc +man/man1/icc2ps.1 +man/man1/icclink.1 +man/man1/jpegicc.1 +man/man1/tifficc.1 +man/man1/wtpt.1 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 4b38559eb32..861165c3811 100644 --- a/graphics/lcms/distinfo +++ b/graphics/lcms/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2004/10/25 21:43:21 minskim Exp $ +$NetBSD: distinfo,v 1.12 2005/01/17 12:11:46 adam Exp $ -SHA1 (lcms-1.13.tar.gz) = 01224619128262c3ed444af90761261ae7d37374 -Size (lcms-1.13.tar.gz) = 585735 bytes -SHA1 (patch-aa) = d20ac300e01c16ac77fef663b597716162c3ce41 +SHA1 (lcms-1.14.tar.gz) = 7f98d09bc2acc46d7641034b88449142f78bf8ff +Size (lcms-1.14.tar.gz) = 669519 bytes +SHA1 (patch-aa) = d26f84d2480a12a87906e34004f88b19445e765f diff --git a/graphics/lcms/patches/patch-aa b/graphics/lcms/patches/patch-aa index 248d8fa66ab..69e82c0411f 100644 --- a/graphics/lcms/patches/patch-aa +++ b/graphics/lcms/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2004/10/25 21:43:21 minskim Exp $ +$NetBSD: patch-aa,v 1.5 2005/01/17 12:11:46 adam Exp $ ---- include/lcms.h.orig 2004-05-19 04:09:56.000000000 -0500 +--- include/lcms.h.orig 2004-12-13 09:00:59.000000000 +0000 +++ include/lcms.h -@@ -73,7 +73,7 @@ +@@ -74,7 +74,7 @@ // Metroworks CodeWarrior |