diff options
author | wiz <wiz@pkgsrc.org> | 2008-01-15 23:42:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-01-15 23:42:25 +0000 |
commit | 36b35411fdec56639c5e169a561183c607e1669b (patch) | |
tree | 469ec7b8785ff26dbd5d82f2205e295922cdf8a5 /graphics/lcms | |
parent | c2265c6a12d424762a6ac7911f73356a8bffa276 (diff) | |
download | pkgsrc-36b35411fdec56639c5e169a561183c607e1669b.tar.gz |
Update to 1.17:
Changes in API
----------------------
WIN64 support
_vsnprintf wrap
BOOL replaced by LCMSBOOL
cmsSetLanguage parameters changed to match ICC spec
removed support for extended gamut descriptor (was never fully implemented)
cmsFLAGS_NODEFAULTRESOURCEDEF moved to 0x01000000
_cmsMalloc wrapper for malloc
_cmsFree wrapper for free
Implementation
----------------------
All errors moved to fatal, since there is no easy recovery strategy
Vulnerability fixes on cmsio1.c
Status check, many functions now check the status when calling other functions. Improved robustness against ill-formed profiles.
_cmsSaveProfile didn't copy tags from a file based profile, fixed.
Utilities
----------
icctrans: CMYKcm support wrongly implemented, fixed.
icclink: linking 3 to 7 channels didn't work in some cases, fixed.
Diffstat (limited to 'graphics/lcms')
-rw-r--r-- | graphics/lcms/Makefile | 4 | ||||
-rw-r--r-- | graphics/lcms/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 570244351f9..722855b6204 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2007/12/02 00:05:48 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2008/01/15 23:42:25 wiz Exp $ -DISTNAME= lcms-1.16 +DISTNAME= lcms-1.17 CATEGORIES= graphics MASTER_SITES= http://www.littlecms.com/ diff --git a/graphics/lcms/distinfo b/graphics/lcms/distinfo index 8401efe3c14..90453c9906f 100644 --- a/graphics/lcms/distinfo +++ b/graphics/lcms/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2007/01/06 21:52:14 wiz Exp $ +$NetBSD: distinfo,v 1.17 2008/01/15 23:42:25 wiz Exp $ -SHA1 (lcms-1.16.tar.gz) = faa1f50967e83304955e517e6908cf7d192b49e9 -RMD160 (lcms-1.16.tar.gz) = b77805855be5e3fc083b1064c1104d7e070cc1ce -Size (lcms-1.16.tar.gz) = 911546 bytes +SHA1 (lcms-1.17.tar.gz) = 083eb02890048f843803a5974914e54b5e034493 +RMD160 (lcms-1.17.tar.gz) = 1ad67295b53a82e4813294cbcdfccf8a5bdb1bbd +Size (lcms-1.17.tar.gz) = 898816 bytes |