Here is an update to lcms2 2.16.

-----------------------
2.16 Featured release
-----------------------
New import .CUBE files as RGB devicelinks
New Read/Write MHC2 tags for Windows GPU access
New Support for UTF8 on multilocalized unicode functions
New Suppot for OkLab color space, built-in and formatter.
Improved floating point transforms float -> integer are now honored as float
Improved MSYS2, mingw is now supported
Improved proferred CMM, platform and creator now survives profile edition.
Fixed tificc now can deal with Lab TIFF
Fixed code can now be compiled by a C++17 compiler, "register" keywork use 
detected at compile time.
Fixed Reverted postcript creation that corrupted some interpreters.


Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/lcms2/Makefile,v
retrieving revision 1.24
diff -u -p -u -p -r1.24 Makefile
--- Makefile    26 Sep 2023 11:39:06 -0000      1.24
+++ Makefile    29 Feb 2024 08:45:26 -0000
@@ -1,10 +1,10 @@
 COMMENT =              color management library
 
-DISTNAME =             lcms2-2.15
+DISTNAME =             lcms2-2.16
 CATEGORIES =           graphics
 SITES =                        ${SITE_SOURCEFORGE:=lcms/}
 
-SHARED_LIBS +=  lcms2                1.5      # 2.15
+SHARED_LIBS +=  lcms2                2.0      # 2.15
 
 HOMEPAGE =             https://www.littlecms.com/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/lcms2/distinfo,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 distinfo
--- distinfo    3 Sep 2023 09:08:52 -0000       1.12
+++ distinfo    29 Feb 2024 08:45:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (lcms2-2.15.tar.gz) = sgy8vQ9QNDO+Kk6BRiEG+mEFCjUHTcJKTjVnktlxqzk=
-SIZE (lcms2-2.15.tar.gz) = 7548405
+SHA256 (lcms2-2.16.tar.gz) = 2HPTSti5tM6gEGMfGmIo0gh0deTcXnY+uBrMI9nUWlE=
+SIZE (lcms2-2.16.tar.gz) = 7632822

Reply via email to