Accepting request 888172 from home:dirkmueller:Factory
- update to 2.12: * Added build system for fast-float plugin (see plugin documentation) * 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 * Fix some compiler warnings * Add named color profile building sample to testbed OBS-URL: https://build.opensuse.org/request/show/888172 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lcms2?expand=0&rev=76
This commit is contained in:
parent
98815eacf6
commit
826edb8986
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc49b9c8e4d7cdff376040571a722902b682a795bf92985a85b48854c270772e
|
|
||||||
size 6574121
|
|
3
lcms2-2.12.tar.gz
Normal file
3
lcms2-2.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18663985e864100455ac3e507625c438c3710354d85e5cbb7cd4043e11fe10f5
|
||||||
|
size 7419126
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 24 09:28:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.12:
|
||||||
|
* Added build system for fast-float plugin (see plugin documentation)
|
||||||
|
* 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
|
||||||
|
* Fix some compiler warnings
|
||||||
|
* Add named color profile building sample to testbed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 5 13:31:44 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
|
Wed Aug 5 13:31:44 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lcms2
|
# spec file for package lcms2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: lcms2
|
Name: lcms2
|
||||||
Version: 2.11
|
Version: 2.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Little CMS Engine - A color managment library and tools
|
Summary: Little CMS Engine - A color managment library and tools
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
URL: http://www.littlecms.com/
|
URL: http://www.littlecms.com/
|
||||||
Source0: http://sourceforge.net/projects/lcms/files/lcms/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://sourceforge.net/projects/lcms/files/lcms/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch1: lcms2-ocloexec.patch
|
Patch1: lcms2-ocloexec.patch
|
||||||
Patch2: lcms2-visibility.patch
|
Patch2: lcms2-visibility.patch
|
||||||
@ -131,6 +131,6 @@ rm %{buildroot}/%{_libdir}/liblcms2.la
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files -n liblcms2-doc
|
%files -n liblcms2-doc
|
||||||
%doc doc/*.odt
|
%doc doc/*pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user