public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] lcms2: Update to version 2.13.1
@ 2022-02-09 21:29 Adolf Belka
  2022-02-11  8:57 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-02-09 21:29 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2189 bytes --]

- Update from 2.12 to 2.13.1
- Update of rootfile
- Changelog
   2.13.1 Hot fix
     Fix for pure white going gray in grayscale transforms.
   2.13 Featured release
     Added support for premultiplied alpha
     tifficc can now handle alpha channels, both unassociated and premultiplied
     Better documentation
     CGATS parser can now deal with very long strings
     Added Projects for Visual Studio 2020
     Travis CI discontinued, GitHub actions used instead
     Added a very preliminar meson build script (thanks to xclaesse)
     Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro)
     Added thread safe code to get time
     Added automatic linear space detection
     Added cmsGetStageContextID function
     Added cmsDetectRGBProfileGamma function
     configure now accepts --without-fastfloat to turn plugin off
     autogen.sh has now a --distclean toggle to get rid of all autotools generated files
     Checked to work on STM32 Cortex-A, Cortex-M families
     Bug & typos fixing (thanks to many reporters and contributors)

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 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 5a7d2f276..17300a91a 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.12
+usr/lib/liblcms2.so.2.0.13
 #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 751ff47d3..590810f92 100644
--- a/lfs/lcms2
+++ b/lfs/lcms2
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.12
+VER        = 2.13.1
 
 THISAPP    = lcms2-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8cb583c8447461896320b43ea9a688e0
+$(DL_FILE)_MD5 = 47a99e781b89c958a773e2012e81ae8c
 
 install : $(TARGET)
 
-- 
2.35.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] lcms2: Update to version 2.13.1
  2022-02-09 21:29 [PATCH] lcms2: Update to version 2.13.1 Adolf Belka
@ 2022-02-11  8:57 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-02-11  8:57 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2361 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - Update from 2.12 to 2.13.1
> - Update of rootfile
> - Changelog
>    2.13.1 Hot fix
>      Fix for pure white going gray in grayscale transforms.
>    2.13 Featured release
>      Added support for premultiplied alpha
>      tifficc can now handle alpha channels, both unassociated and premultiplied
>      Better documentation
>      CGATS parser can now deal with very long strings
>      Added Projects for Visual Studio 2020
>      Travis CI discontinued, GitHub actions used instead
>      Added a very preliminar meson build script (thanks to xclaesse)
>      Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro)
>      Added thread safe code to get time
>      Added automatic linear space detection
>      Added cmsGetStageContextID function
>      Added cmsDetectRGBProfileGamma function
>      configure now accepts --without-fastfloat to turn plugin off
>      autogen.sh has now a --distclean toggle to get rid of all autotools generated files
>      Checked to work on STM32 Cortex-A, Cortex-M families
>      Bug & typos fixing (thanks to many reporters and contributors)
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  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 5a7d2f276..17300a91a 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.12
> +usr/lib/liblcms2.so.2.0.13
>  #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 751ff47d3..590810f92 100644
> --- a/lfs/lcms2
> +++ b/lfs/lcms2
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 2.12
> +VER        = 2.13.1
>  
>  THISAPP    = lcms2-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 8cb583c8447461896320b43ea9a688e0
> +$(DL_FILE)_MD5 = 47a99e781b89c958a773e2012e81ae8c
>  
>  install : $(TARGET)
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-11  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09 21:29 [PATCH] lcms2: Update to version 2.13.1 Adolf Belka
2022-02-11  8:57 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox