Accepting request 954413 from home:dirkmueller:Factory
- update to 2.13.1: * Fix a bug on grayscale that made printing gray on white paper * 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 preliminary 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 * 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) * Fixed mem leaks and out-of bounds accesses as reported by fuzzer OBS-URL: https://build.opensuse.org/request/show/954413 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lcms2?expand=0&rev=79
This commit is contained in:
parent
d67b624f92
commit
af2127d739
3
lcms2-2.13.1.tar.gz
Normal file
3
lcms2-2.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d473e796e7b27c5af01bd6d1552d42b45b43457e7182ce9903f38bb748203b88
|
||||
size 7276499
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c67a5cc144029cfa34647a52809ec399aae488db4258a6a66fba318474a070f
|
||||
size 7259337
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 23:13:22 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.13.1:
|
||||
* Fix a bug on grayscale that made printing gray on white paper
|
||||
* 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 preliminary 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
|
||||
* 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)
|
||||
* Fixed mem leaks and out-of bounds accesses as reported by fuzzer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 12:56:29 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: lcms2
|
||||
Version: 2.13
|
||||
Version: 2.13.1
|
||||
Release: 0
|
||||
Summary: Little CMS Engine - A color managment library and tools
|
||||
License: MIT
|
||||
Group: Productivity/Graphics/Other
|
||||
URL: http://www.littlecms.com/
|
||||
Source0: https://sourceforge.net/projects/lcms/files/lcms/%{version}/%{name}-%{version}.tar.gz
|
||||
URL: https://www.littlecms.com/
|
||||
Source0: https://github.com/mm2/Little-CMS/releases/download/lcms%{version}/lcms2-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
Patch1: lcms2-ocloexec.patch
|
||||
Patch2: lcms2-visibility.patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user