pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/lcms2



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep 13 11:09:34 UTC 2016

Modified Files:
        pkgsrc/graphics/lcms2: Makefile distinfo

Log Message:
2.8 Featured release
-----------------------
Changed ChangeLog direction
Fixed many typos in comments, thanks to Stefan Weil for doing that.
Fixed localization bug, added a new test case crayons.icc thnaks to Richard Hughes for providing the profile.
Fixed a bug in optimizer that made some formats (i.e, bits planar) unavailable
Fixed misalignment problems on Alpha. The compiler does not align strings, and accessing begin of string as a uint16 makes code to fail.
Added some extra checks to the tools and examples.
Fix a bug that prevented to read luminance tag
BIG amount of functionality contributed/Sponsored  by Alien Skin Software: TransformStride, copyAlpha, performance plug-ins. Fixes some warnings as well.
added an extra _ to _stdcall to make it more portable
Fixed a bug in transicc for named color profiles
Fixed several compiler warnings
Added support for Visual Studio 2015
Fixed for XCODE project


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/lcms2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/lcms2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/lcms2/Makefile
diff -u pkgsrc/graphics/lcms2/Makefile:1.11 pkgsrc/graphics/lcms2/Makefile:1.12
--- pkgsrc/graphics/lcms2/Makefile:1.11 Tue Jul  7 14:31:38 2015
+++ pkgsrc/graphics/lcms2/Makefile      Tue Sep 13 11:09:34 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2015/07/07 14:31:38 adam Exp $
+# $NetBSD: Makefile,v 1.12 2016/09/13 11:09:34 adam Exp $
 
-DISTNAME=      lcms2-2.7
+DISTNAME=      lcms2-2.8
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=lcms/}
 

Index: pkgsrc/graphics/lcms2/distinfo
diff -u pkgsrc/graphics/lcms2/distinfo:1.7 pkgsrc/graphics/lcms2/distinfo:1.8
--- pkgsrc/graphics/lcms2/distinfo:1.7  Tue Nov  3 21:34:06 2015
+++ pkgsrc/graphics/lcms2/distinfo      Tue Sep 13 11:09:34 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 21:34:06 agc Exp $
+$NetBSD: distinfo,v 1.8 2016/09/13 11:09:34 adam Exp $
 
-SHA1 (lcms2-2.7.tar.gz) = 625f0d74bad4a0f6f917120fd992437d26f754d2
-RMD160 (lcms2-2.7.tar.gz) = f0f49b494c0d18d7795079b1c447b86142f31581
-SHA512 (lcms2-2.7.tar.gz) = 9e69ec30efa9d50474808c6ae3d9afb0c5798eaabca0052f82d54efecdc2b58ab40434ee6dee9cd80028597d79a07f6b3b1a73f5293fc444343274eac3e32fd4
-Size (lcms2-2.7.tar.gz) = 6497867 bytes
+SHA1 (lcms2-2.8.tar.gz) = e9535ec4a572b8fc7a1c405c35e6f4dc97714197
+RMD160 (lcms2-2.8.tar.gz) = 6d09bf8974cc02c6c75b3807a656ae0574ab1a07
+SHA512 (lcms2-2.8.tar.gz) = a9478885b4892c79314a2ef9ab560e6655ac8f2d17abae0805e8b871138bb190e21f0e5c805398449f9dad528dc50baaf9e3cce8b8158eb8ff74179be5733f8f
+Size (lcms2-2.8.tar.gz) = 6687005 bytes



Home | Main Index | Thread Index | Old Index