]> git.ipfire.org Git - people/jschlag/ipfire-2.x.git/commitdiff
lcms2: Update to 2.12
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 8 Feb 2021 19:56:11 +0000 (20:56 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Feb 2021 11:38:48 +0000 (11:38 +0000)
- Update lcms2 from 2.9 to 2.12
- Updated rootfile
- Changelog
-----------------------
2.12 Maintenance release
-----------------------
Added new build-in sigmoidal tone curve
Added XCode 12 project
Added support for multichannel input up to 15 channels
Fix LUT8 write matrix
Fix version mess on 10/11
Fix tools & samples xgetopt
Fix warnings on different function pointers
Fix matlab MEX compilation
plugin: cleanup and better SSE detection
plugin: add lab to any on float
plugin: it can now be compiled as C++
recover PDF documentation, but try to keep it under a resonable size.
Prevent a rare but possible out-of-bounds read in postscript generator
Remove unused variables
-----------------------
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.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/lcms2
lfs/lcms2

index 2ea591550d3bd4423d847a1e094a0ae19d0becaf..5a7d2f276697ccc8287c72f6a2d6eab413a816ff 100644 (file)
@@ -5,11 +5,13 @@
 #usr/bin/transicc
 #usr/include/lcms2.h
 #usr/include/lcms2_plugin.h
-#usr/lib/liblcms2.a
 #usr/lib/liblcms2.la
 #usr/lib/liblcms2.so
 usr/lib/liblcms2.so.2
-usr/lib/liblcms2.so.2.0.8
+usr/lib/liblcms2.so.2.0.12
 #usr/lib/pkgconfig/lcms2.pc
 #usr/share/man/man1/jpgicc.1
+#usr/share/man/man1/linkicc.1
+#usr/share/man/man1/psicc.1
 #usr/share/man/man1/tificc.1
+#usr/share/man/man1/transicc.1
index d3173f3ffdf7dac1824a0b5a75a9728b755acb0f..d4c01cbac69470416ab041d93a18444b8caeb55c 100644 (file)
--- a/lfs/lcms2
+++ b/lfs/lcms2
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.9
+VER        = 2.12
 
 THISAPP    = lcms2-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8de1b7724f578d2995c8fdfa35c3ad0e
+$(DL_FILE)_MD5 = 8cb583c8447461896320b43ea9a688e0
 
 install : $(TARGET)