Compare commits
No commits in common. "c8s" and "c10s" have entirely different histories.
25
.gitignore
vendored
25
.gitignore
vendored
@ -1,2 +1,25 @@
|
||||
SOURCES/lcms2-2.9.tar.gz
|
||||
lcms2-2.0a.tar.gz
|
||||
/lcms2-2.1.tar.gz
|
||||
/lcms2-2.2.tar.gz
|
||||
/lcms2-2.3.tar.gz
|
||||
/lcms2-2.4.tar.gz
|
||||
/lcms2-2.5rc1.tar.gz
|
||||
/lcms2-2.5rc3.tar.gz
|
||||
/lcms2-2.5.tar.gz
|
||||
/lcms2-2.6rc1.tar.gz
|
||||
/lcms2-2.6rc3.tar.gz
|
||||
/lcms2-2.6.tar.gz
|
||||
/lcms2-2.7rc1.tar.gz
|
||||
/lcms2-2.7rc3.tar.gz
|
||||
/lcms2-2.7.tar.gz
|
||||
/lcms2-2.8.tar.gz
|
||||
/lcms2-2.9.tar.gz
|
||||
/lcms2-2.10rc1.tar.gz
|
||||
/lcms2-2.10.tar.gz
|
||||
/lcms2-2.11.tar.gz
|
||||
/lcms2-2.12.tar.gz
|
||||
/lcms2-2.13.tar.gz
|
||||
/lcms2-2.13.1.tar.gz
|
||||
/lcms2-2.14.tar.gz
|
||||
/lcms2-2.15.tar.gz
|
||||
/lcms2-2.16.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
|
203
lcms2.spec
203
lcms2.spec
@ -1,16 +1,19 @@
|
||||
Name: lcms2
|
||||
Version: 2.9
|
||||
Release: 2%{?dist}
|
||||
Version: 2.16
|
||||
Release: %autorelease
|
||||
Summary: Color Management Engine
|
||||
License: MIT
|
||||
# part of src/cmssm.c is softsurf (no SPDX yet) see https://gitlab.com/fedora/legal/fedora-license-data/-/issues/469
|
||||
# utils/samples/mkcmy.c is libtiff - but it is not used
|
||||
# plugins/threaded/src/ is GPL-3.0-or-later
|
||||
License: MIT AND GPL-3.0-or-later
|
||||
URL: http://www.littlecms.com/
|
||||
Source0: http://www.littlecms.com/lcms2-%{version}.tar.gz
|
||||
|
||||
## upstream patches
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: meson
|
||||
|
||||
%description
|
||||
LittleCMS intends to be a small-footprint, speed optimized color management
|
||||
@ -33,40 +36,23 @@ Provides: littlecms-devel = %{version}-%{release}
|
||||
Development files for LittleCMS.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --program-suffix=2
|
||||
|
||||
# remove rpath from libtool
|
||||
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%meson -Dutils=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
|
||||
|
||||
rm -fv ${RPM_BUILD_ROOT}%{_libdir}/lib*.la
|
||||
|
||||
# rename docs (for use with %%doc below)
|
||||
cp -alf doc/LittleCMS2.?\ API.pdf api.pdf
|
||||
cp -alf doc/LittleCMS2.?\ Plugin\ API.pdf plugin-api.pdf
|
||||
cp -alf doc/LittleCMS2.?\ tutorial.pdf tutorial.pdf
|
||||
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
make check -k ||:
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%doc AUTHORS
|
||||
%license COPYING
|
||||
%doc ChangeLog
|
||||
%doc README*
|
||||
%license LICENSE
|
||||
%{_libdir}/liblcms2.so.2*
|
||||
|
||||
%files utils
|
||||
@ -74,164 +60,9 @@ make check -k ||:
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%files devel
|
||||
%doc api.pdf plugin-api.pdf tutorial.pdf
|
||||
%{_includedir}/lcms2*.h
|
||||
%{_libdir}/liblcms2.so
|
||||
%{_libdir}/pkgconfig/lcms2.pc
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Fri Nov 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 2.9-1
|
||||
- lcms2-2.9 (#1512518), .spec cosmetics/modernization
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Aug 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 2.8-2
|
||||
- lcms2: Out-of-bounds read in Type_MLU_Read() (#1367357)
|
||||
|
||||
* Mon Jul 25 2016 Richard Hughes <richard@hughsie.com> - 2.8-1
|
||||
- Update to new upstream version.
|
||||
|
||||
* Wed Mar 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 2.7-4
|
||||
- %%files: less globs, use %%license
|
||||
- tighten subpkg deps
|
||||
- -devel: use %%doc
|
||||
- use %%version in Source URL
|
||||
- simplify %%setup
|
||||
- %%check: make check
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Mar 22 2015 Richard Hughes <richard@hughsie.com> - 2.7-1
|
||||
- Update to new upstream version.
|
||||
|
||||
* Tue Mar 17 2015 Richard Hughes <richard@hughsie.com> - 2.7-0.1rc3
|
||||
- Update to new upstream RC version.
|
||||
|
||||
* Thu Feb 05 2015 Richard Hughes <richard@hughsie.com> - 2.7-0.1rc1
|
||||
- Update to new upstream version.
|
||||
- Added a flag to clip negative values in unbounded transforms
|
||||
- Added a global optimization that merges consecutive matrices in pipelines.
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed May 21 2014 Brent Baude <baude@us.ibm.com> - 2.6-2
|
||||
- Correct assumption about ppc64 endianess
|
||||
|
||||
* Mon Mar 17 2014 Richard Hughes <richard@hughsie.com> 2.6-1
|
||||
- Update to new upstream version.
|
||||
- Added a way to retrieve matrix shaper always, no matter LUT is present
|
||||
- Added pthread dependency
|
||||
- Big revamp on Contexts, from Artifex
|
||||
- Fixed a bug in PCS/Colorspace order when reading V2 Lab devicelinks
|
||||
- Fixed some indexing out of bounds in floating point interpolation
|
||||
- Fix for delete tag memory corruption
|
||||
- New locking plug-in, from Artifex
|
||||
|
||||
* Wed Feb 19 2014 Richard Hughes <richard@hughsie.com> 2.6-0.1.rc3
|
||||
- Update to new prerelease upstream version.
|
||||
|
||||
* Fri Feb 14 2014 Richard Hughes <richard@hughsie.com> 2.6-0.1.rc1
|
||||
- Update to new prerelease upstream version.
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Mon Jul 01 2013 Richard Hughes <richard@hughsie.com> 2.5-1
|
||||
- Update to new upstream version.
|
||||
- Added a reference for Mac MLU tag
|
||||
- Added a way to read the profile creator from header
|
||||
- Added error descriptions on cmsSmoothToneCurve
|
||||
- Added identity curves support for write V2 LUT
|
||||
- Added new cmsPlugInTHR() and fixed some race conditions
|
||||
- Added TIFF Lab16 handling on tifficc
|
||||
- Fixed a bug on big endian platforms not supporting uint64 or long long.
|
||||
- Fixed a multithead bug on optimization
|
||||
- Fixed devicelink generation for 8 bits
|
||||
- Fixed some 64 bit warnings on size_t to uint32 conversions
|
||||
- Rendering intent used when creating the transform is now propagated to profile
|
||||
- RGB profiles store only one copy of the curve to save space
|
||||
- Transform2Devicelink now keeps white point when guessing deviceclass is enabled
|
||||
- Update black point detection algorithm to reflect ICC changes
|
||||
- User defined parametric curves can now be saved in ICC profiles
|
||||
|
||||
* Thu Jun 27 2013 Richard Hughes <richard@hughsie.com> 2.5-0.2
|
||||
- Update to new release candidate version.
|
||||
|
||||
* Thu May 30 2013 Richard Hughes <richard@hughsie.com> 2.5-0.1
|
||||
- Update to new release candidate version.
|
||||
|
||||
* Thu Apr 25 2013 Tim Waugh <twaugh@redhat.com> - 2.4-6
|
||||
- Applied upstream fixes for threading (bug #951984).
|
||||
|
||||
* Thu Mar 7 2013 Tim Waugh <twaugh@redhat.com> - 2.4-5
|
||||
- Added upstream fix for threading issue with plugin registration
|
||||
(bug #912307).
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2.4-3
|
||||
- rebuild due to "jpeg8-ABI" feature drop
|
||||
|
||||
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 2.4-2
|
||||
- rebuild against new libjpeg
|
||||
|
||||
* Sat Sep 15 2012 Richard Hughes <richard@hughsie.com> 2.4-1
|
||||
- Update to new upstream version.
|
||||
- Black point detection from the algorithm disclosed by Adobe
|
||||
- Added support for transforms on planar data with different stride
|
||||
- Added a new plug-in type for optimizing full transforms
|
||||
- Linear (gamma 1.0) profiles can now operate in unbounded mode
|
||||
- Added "half" float support
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Fri Jun 10 2011 Richard Hughes <richard@hughsie.com> 2.3-1
|
||||
- Update to new upstream version which incorporates many bugfixes.
|
||||
|
||||
* Fri Jun 10 2011 Richard Hughes <richard@hughsie.com> 2.2-2
|
||||
- Actually update the sources...
|
||||
|
||||
* Fri Jun 10 2011 Richard Hughes <richard@hughsie.com> 2.2-1
|
||||
- Update to new upstream version
|
||||
- Stability and efficienty fixes
|
||||
- Adds support for dictionary metatag
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Dec 01 2010 Richard Hughes <richard@hughsie.com> 2.1-1
|
||||
- Update to new upstream version.
|
||||
|
||||
* Fri Jun 18 2010 Richard Hughes <richard@hughsie.com> 2.0a-3
|
||||
- Address some more review comments.
|
||||
- Resolves #590387
|
||||
|
||||
* Fri Jun 18 2010 Richard Hughes <richard@hughsie.com> 2.0a-2
|
||||
- Address some review comments.
|
||||
- Resolves #590387
|
||||
|
||||
* Fri Jun 18 2010 Richard Hughes <richard@hughsie.com> 2.0a-1
|
||||
- Initial package for Fedora review
|
||||
%autochangelog
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lcms2-2.9.tar.gz) = e30ad5a9a1ab9e7aaace9431434caa19a5ff6143db46644aba971a5ee37a265b26bf738e886d766405a7eb45a9d620d67c7ab3684ace86a107cf5a76642c04a5
|
||||
SHA512 (lcms2-2.16.tar.gz) = 638dd6ad6787456c8145510d18b2d0727bd0a446a13ac2934aabc9531d1156eca2a2c0fd780a453823fbd35a1895f9d8de5dc4b3cab505459dd3f0535b4e837d
|
||||
|
Loading…
Reference in New Issue
Block a user