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: Sat Jul 18 12:59:45 UTC 2020
Modified Files:
pkgsrc/graphics/lcms2: Makefile PLIST distinfo
Log Message:
lcms2: updated to 2.11
-----------------------
2.11 Maintenance release
-----------------------
Fixed __cpuid() on fast float plugin to allow gnu gcc
Fixed copy alpha bounds check
Fixed data race condition on contexts pool
Fixed LUT16 write matrix on multichannel V2 profiles
-----------------------
2.10 Featured release
-----------------------
Added a compilation toggle to remove "register" keyword in API.
Previously commercial, fast_float plug-in is now released as open source under GPL3 license.
MD5 functions are now accesible through plug-in API.
Added support for Visual Studio 2019
Bug fixing.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/lcms2/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/graphics/lcms2/PLIST
cvs rdiff -u -r1.9 -r1.10 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.13 pkgsrc/graphics/lcms2/Makefile:1.14
--- pkgsrc/graphics/lcms2/Makefile:1.13 Tue Jan 15 10:54:46 2019
+++ pkgsrc/graphics/lcms2/Makefile Sat Jul 18 12:59:45 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/01/15 10:54:46 markd Exp $
+# $NetBSD: Makefile,v 1.14 2020/07/18 12:59:45 adam Exp $
-DISTNAME= lcms2-2.9
+DISTNAME= lcms2-2.11
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lcms/}
@@ -11,14 +11,13 @@ LICENSE= mit
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+PKGCONFIG_OVERRIDE= lcms2.pc.in
TEST_TARGET= check
# lcms does not need zlib, but will look for it and link it to tifficc
# if present. Therefore, we don't enjoin lcms from finding zlib, but
# don't include it via bl3.
-PKGCONFIG_OVERRIDE= lcms2.pc.in
-
-.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/lcms2/PLIST
diff -u pkgsrc/graphics/lcms2/PLIST:1.1.1.1 pkgsrc/graphics/lcms2/PLIST:1.2
--- pkgsrc/graphics/lcms2/PLIST:1.1.1.1 Mon Jul 25 17:48:55 2011
+++ pkgsrc/graphics/lcms2/PLIST Sat Jul 18 12:59:45 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/25 17:48:55 jakllsch Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/07/18 12:59:45 adam Exp $
bin/jpgicc
bin/linkicc
bin/psicc
@@ -9,5 +9,7 @@ include/lcms2_plugin.h
lib/liblcms2.la
lib/pkgconfig/lcms2.pc
man/man1/jpgicc.1
+man/man1/linkicc.1
+man/man1/psicc.1
man/man1/tificc.1
-@pkgdir share/doc/lcms
+man/man1/transicc.1
Index: pkgsrc/graphics/lcms2/distinfo
diff -u pkgsrc/graphics/lcms2/distinfo:1.9 pkgsrc/graphics/lcms2/distinfo:1.10
--- pkgsrc/graphics/lcms2/distinfo:1.9 Tue Jan 15 10:54:46 2019
+++ pkgsrc/graphics/lcms2/distinfo Sat Jul 18 12:59:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/01/15 10:54:46 markd Exp $
+$NetBSD: distinfo,v 1.10 2020/07/18 12:59:45 adam Exp $
-SHA1 (lcms2-2.9.tar.gz) = 60bea9875e017dd1c466e988c2ad98f8766e4e55
-RMD160 (lcms2-2.9.tar.gz) = 0003ffd3561e6ed787be81b5ed7b7af52211fe19
-SHA512 (lcms2-2.9.tar.gz) = 70b1c51fa8d137d5072425e580745ff1fbf49c6e8bb1da0a8adb0647d3b7c095208793cb02de1e8d1a01363b8575fa60c61bedbff99bbec57a44228239cb00e5
-Size (lcms2-2.9.tar.gz) = 10974649 bytes
+SHA1 (lcms2-2.11.tar.gz) = 7413047c74de29e20caa5c9afc1b12bf07bbf7a7
+RMD160 (lcms2-2.11.tar.gz) = a47d5e2d11ad79c2ea9b42bf3a521705eb75a3a9
+SHA512 (lcms2-2.11.tar.gz) = 96643da4770c86eb56f454e605d7661024afb33f4e621c23c590307c31a0eec02100eca4f4ac6718639d99d750ed4834a9b2523e910469da717c3ddd78b4b50e
+Size (lcms2-2.11.tar.gz) = 6574121 bytes
Home |
Main Index |
Thread Index |
Old Index