pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/lcms2 Update to 2.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e868d6395454
branches:  trunk
changeset: 621274:e868d6395454
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 06 23:20:56 2013 +0000

description:
Update to 2.5:

User defined parametric curves can now be saved in ICC profiles.
RGB profiles using same tone curves for several channels are storing now only one copy of the curve (saves space)
Fixed a multithead bug on optimization (StageDEF)
Fixed some 64 bit warnings on size_t to uint32 conversions
update black point detection algorithm to reflect ICC changes
Added new cmsPlugInTHR() and fixed some race conditions (thanks to Artifex)
Added error descriptions on cmsSmoothToneCurve
Fixed a bug on  big endian platforms not supporting uint64 or long long.
Fixed some bugs on floating point curves.
Several improvements in cgats parser.
Several minor issues found by cppcheck
Fixed devicelink generation for 8 bits
Added a reference for Mac MLU tag
Added a way to read the profile creator from header
Added identity curves support for write V2 LUT
More changes from Artifex
Added TIFF Lab16 handling on tifficc
Added some fixes from XhmikosR
Fixed a bug in parametric curves
Remove spurious tabs added by git merge of pull request
Added support for VS2012
Added a simple project for cppcheck
Rendering intent used when creating the transform is now propagated to profile header in cmsTransform2Devicelink. This is because 7.2.15 in spec 4.3
Transform2Devicelink now keeps white point when guessing deviceclass is enabled
Added some checks for non-happy path, mostly failing mallocs

diffstat:

 graphics/lcms2/Makefile |  5 ++---
 graphics/lcms2/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 95cca0942e7b -r e868d6395454 graphics/lcms2/Makefile
--- a/graphics/lcms2/Makefile   Sat Jul 06 23:19:03 2013 +0000
+++ b/graphics/lcms2/Makefile   Sat Jul 06 23:20:56 2013 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2013/01/26 21:37:54 adam Exp $
+# $NetBSD: Makefile,v 1.8 2013/07/06 23:20:56 wiz Exp $
 
-DISTNAME=      lcms2-2.4
-PKGREVISION=   1
+DISTNAME=      lcms2-2.5
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=lcms/}
 
diff -r 95cca0942e7b -r e868d6395454 graphics/lcms2/distinfo
--- a/graphics/lcms2/distinfo   Sat Jul 06 23:19:03 2013 +0000
+++ b/graphics/lcms2/distinfo   Sat Jul 06 23:20:56 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/10/19 17:52:38 drochner Exp $
+$NetBSD: distinfo,v 1.4 2013/07/06 23:20:56 wiz Exp $
 
-SHA1 (lcms2-2.4.tar.gz) = 9944902864283af49e4e21a1ca456db4e04ea7c2
-RMD160 (lcms2-2.4.tar.gz) = 84ac9cb3e1e3cb9843e82402224094f45549a479
-Size (lcms2-2.4.tar.gz) = 4293291 bytes
+SHA1 (lcms2-2.5.tar.gz) = bab3470471fc7756c5fbe71be9a3c7d677d2ee7b
+RMD160 (lcms2-2.5.tar.gz) = 7f16d39399e84aa7281a76e1bc6a1da6a4245647
+Size (lcms2-2.5.tar.gz) = 7000396 bytes



Home | Main Index | Thread Index | Old Index