diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-28 15:54:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-28 15:54:06 +0000 |
commit | 56600992c06e461e7134f1e8af7719f1283fb3db (patch) | |
tree | 69396d5b15d36dc870d47da6daf4afd0bebde102 /graphics | |
parent | 01caf9e8a63d57f921fdce133eb4cec015a3540a (diff) | |
download | pkgsrc-56600992c06e461e7134f1e8af7719f1283fb3db.tar.gz |
Update to 2.3:
Fixed a 0 byte allocation issue in _cmsCreateSubAllocChunk
Fixed encoding for floating point tags in Lab/XYZ
Fixed Absolute colorimetric intent issues
Fixed a bug on the range of data in transicc, when colorant tag is specified
Adding a memory alignment macro for CGATS parser
Updated to ICC spec 4.3
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/lcms2/Makefile | 9 | ||||
-rw-r--r-- | graphics/lcms2/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/graphics/lcms2/Makefile b/graphics/lcms2/Makefile index 139c2b30646..312c0882b74 100644 --- a/graphics/lcms2/Makefile +++ b/graphics/lcms2/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/07/25 17:48:55 jakllsch Exp $ +# $NetBSD: Makefile,v 1.2 2012/01/28 15:54:06 wiz Exp $ -DISTNAME= lcms2-2.2 +DISTNAME= lcms2-2.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lcms/2.2/} MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.littlecms.com/ COMMENT= Little Color Management System -- a color management library -# This is very MIT-like, but perhaps not the exact text. -#LICENSE= lcms-license +LICENSE= mit PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -21,7 +20,7 @@ TEST_TARGET= check # if present. Therefore, we don't enjoin lcms from finding zlib, but # don't include it via bl3. -PKGCONFIG_OVERRIDE= lcms.pc.in +PKGCONFIG_OVERRIDE= lcms2.pc.in .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" diff --git a/graphics/lcms2/distinfo b/graphics/lcms2/distinfo index 3cea8e084a4..3cfe568b7a2 100644 --- a/graphics/lcms2/distinfo +++ b/graphics/lcms2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/07/25 17:48:55 jakllsch Exp $ +$NetBSD: distinfo,v 1.2 2012/01/28 15:54:06 wiz Exp $ -SHA1 (lcms2-2.2.tar.gz) = 55ae4884a92c7fbd491c118aa3b356814b1014df -RMD160 (lcms2-2.2.tar.gz) = 8e35a351c9549e53ebe4f120cdc5cf35e8b693fc -Size (lcms2-2.2.tar.gz) = 4193353 bytes +SHA1 (lcms2-2.3.tar.gz) = 67d5fabda2f5777ca8387766539b9c871d993133 +RMD160 (lcms2-2.3.tar.gz) = b6a32e53abe3e3ca19c10a6fac7da63c6f0bfa3e +Size (lcms2-2.3.tar.gz) = 4461644 bytes |