From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lcms2: Update to version 2.16 Date: Mon, 18 Dec 2023 18:28:56 +0100 Message-ID: <20231218172911.2531726-5-adolf.belka@ipfire.org> In-Reply-To: <20231218172911.2531726-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2728503196283973160==" List-Id: --===============2728503196283973160== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.14 to 2.16 - Update of rootfile - Changelog 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 d= etected at compile time. Fixed Reverted postcript creation that corrupted some interpreters. 2.15 Maintenance release New MESON build system, many thanks to amispark and Lovell Fuller for bringi= ng this. Fixed a bug that caused memory corruption on colord cmsReadRawTag can read portions of tags again. Removing this caused colord = to segfault when dumping profiles Added more checks based of fuzzer discoveries. MSYS2 can now compile lcms2 Checked on Apple Silicon M1 and M2 Fixed a bug of fastfloat plug-in that affected Krita CMYK color selector Signed-off-by: Adolf Belka --- config/rootfiles/common/lcms2 | 2 +- lfs/lcms2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/lcms2 b/config/rootfiles/common/lcms2 index 696e95cd7..30325807b 100644 --- a/config/rootfiles/common/lcms2 +++ b/config/rootfiles/common/lcms2 @@ -8,7 +8,7 @@ #usr/lib/liblcms2.la #usr/lib/liblcms2.so usr/lib/liblcms2.so.2 -usr/lib/liblcms2.so.2.0.14 +usr/lib/liblcms2.so.2.0.16 #usr/lib/pkgconfig/lcms2.pc #usr/share/man/man1/jpgicc.1 #usr/share/man/man1/linkicc.1 diff --git a/lfs/lcms2 b/lfs/lcms2 index c769f1b08..7a7c11165 100644 --- a/lfs/lcms2 +++ b/lfs/lcms2 @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.14 +VER =3D 2.16 =20 THISAPP =3D lcms2-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 777b0bf65829121a3d32bca1ab936ac022f9af739bccdd02d5f866= 88c3386b974f526a012bdec4d36649566eea0aa659db317dd383eede6488236d601156a0f9 +$(DL_FILE)_BLAKE2 =3D cf4d10908e6b8e6cf15ec8a99f0a299a9bcb7082f0df5ab1c9d84f= cb739132855edf717c2ab746040fc09bace7afaaa8a39538e7ceabd0e68cdb3b4fb5627c6d =20 install : $(TARGET) =20 --=20 2.43.0 --===============2728503196283973160==--