|
 |
0fafbd9 |
Name: argyllcms
|
|
Richard Hughes |
04c4387 |
Version: 1.5.1
|
|
Richard Hughes |
04c4387 |
Release: 1%{?dist}
|
|
 |
ef974a4 |
Summary: ICC compatible color management system
|
|
 |
0fafbd9 |
Group: User Interface/X
|
|
 |
0fafbd9 |
License: GPLv3 and MIT
|
|
Richard Hughes |
3b9eb6f |
URL: http://gitorious.org/hargyllcms
|
|
Richard Hughes |
3b9eb6f |
Source0: http://people.freedesktop.org/~hughsient/releases/hargyllcms-%{version}.tar.xz
|
|
Richard Hughes |
246f88b |
|
|
Richard Hughes |
246f88b |
BuildRequires: autoconf
|
|
Richard Hughes |
246f88b |
BuildRequires: automake
|
|
Richard Hughes |
246f88b |
BuildRequires: libtool
|
|
Richard Hughes |
3b9eb6f |
BuildRequires: libtiff-devel
|
|
Richard Hughes |
9638ad7 |
BuildRequires: libjpeg-turbo-devel
|
|
Richard Hughes |
3b9eb6f |
BuildRequires: libusb1-devel
|
|
Richard Hughes |
3b9eb6f |
BuildRequires: libX11-devel
|
|
Richard Hughes |
3b9eb6f |
BuildRequires: libXext-devel
|
|
Richard Hughes |
3b9eb6f |
BuildRequires: libXxf86vm-devel
|
|
Richard Hughes |
3b9eb6f |
BuildRequires: libXinerama-devel
|
|
Richard Hughes |
3b9eb6f |
BuildRequires: libXrandr-devel
|
|
Richard Hughes |
04c4387 |
BuildRequires: automake
|
|
Richard Hughes |
04c4387 |
BuildRequires: zlib-devel
|
|
Richard Hughes |
04c4387 |
BuildRequires: libXScrnSaver-devel
|
|
 |
0fafbd9 |
|
|
 |
0fafbd9 |
%description
|
|
 |
0fafbd9 |
The Argyll color management system supports accurate ICC profile creation for
|
|
 |
ef974a4 |
acquisition devices, CMYK printers, film recorders and calibration and profiling
|
|
 |
ef974a4 |
of displays.
|
|
 |
0fafbd9 |
|
|
 |
0fafbd9 |
Spectral sample data is supported, allowing a selection of illuminants observer
|
|
 |
0fafbd9 |
types, and paper fluorescent whitener additive compensation. Profiles can also
|
|
 |
0fafbd9 |
incorporate source specific gamut mappings for perceptual and saturation
|
|
 |
0fafbd9 |
intents. Gamut mapping and profile linking uses the CIECAM02 appearance model,
|
|
 |
0fafbd9 |
a unique gamut mapping algorithm, and a wide selection of rendering intents. It
|
|
 |
0fafbd9 |
also includes code for the fastest portable 8 bit raster color conversion
|
|
 |
0fafbd9 |
engine available anywhere, as well as support for fast, fully accurate 16 bit
|
|
 |
0fafbd9 |
conversion. Device color gamuts can also be viewed and compared using a VRML
|
|
 |
0fafbd9 |
viewer.
|
|
 |
0fafbd9 |
|
|
 |
0fafbd9 |
%package doc
|
|
 |
0fafbd9 |
Summary: Argyll CMS documentation
|
|
 |
0fafbd9 |
Group: User Interface/X
|
|
 |
0fafbd9 |
# Does not really make sense without Argyll CMS itself
|
|
 |
0fafbd9 |
Requires: %{name} = %{version}-%{release}
|
|
 |
0fafbd9 |
|
|
 |
0fafbd9 |
%description doc
|
|
 |
0fafbd9 |
The Argyll color management system supports accurate ICC profile creation for
|
|
 |
ef974a4 |
acquisition devices, CMYK printers, film recorders and calibration and profiling
|
|
 |
ef974a4 |
of displays.
|
|
 |
0fafbd9 |
|
|
 |
0fafbd9 |
This package contains the Argyll color management system documentation.
|
|
 |
0fafbd9 |
|
|
 |
0fafbd9 |
%prep
|
|
Richard Hughes |
3b9eb6f |
%setup -q -n hargyllcms-%{version}
|
|
Richard Hughes |
246f88b |
autoreconf
|
|
Richard Hughes |
246f88b |
automake
|
|
Richard Hughes |
50e52fa |
libtoolize --force
|
|
Richard Hughes |
246f88b |
|
|
 |
ef974a4 |
# we're not allowed to refer to acquisition devices as scanners
|
|
 |
ef974a4 |
./legal.sh
|
|
 |
0fafbd9 |
|
|
 |
0fafbd9 |
%build
|
|
Richard Hughes |
31b4494 |
%configure --disable-static
|
|
 |
29f5c32 |
make
|
|
 |
0fafbd9 |
|
|
 |
0fafbd9 |
%install
|
|
 |
29f5c32 |
make install DESTDIR=%{buildroot}
|
|
 |
0fafbd9 |
|
|
Richard Hughes |
31b4494 |
# We don't want other programs to use these
|
|
Richard Hughes |
31b4494 |
rm -f $RPM_BUILD_ROOT%{_libdir}/libargyll*.la
|
|
Richard Hughes |
31b4494 |
rm -f $RPM_BUILD_ROOT%{_libdir}/libargyll*.so
|
|
 |
0fafbd9 |
|
|
Richard Hughes |
21aa3a0 |
# rely on colord to provide ENV{COLOR_MEASUREMENT_DEVICE}="1"
|
|
Richard Hughes |
21aa3a0 |
rm -f $RPM_BUILD_ROOT/lib/udev/rules.d/55-Argyll.rules
|
|
Richard Hughes |
21aa3a0 |
|
|
 |
0fafbd9 |
%files
|
|
 |
0fafbd9 |
%defattr(0644,root,root,0755)
|
|
 |
0fafbd9 |
%doc *.txt
|
|
 |
0fafbd9 |
|
|
 |
0fafbd9 |
%attr(0755,root,root) %{_bindir}/*
|
|
 |
29f5c32 |
%{_datadir}/color/argyll
|
|
Richard Hughes |
31b4494 |
%{_datadir}/color/argyll/ref
|
|
Richard Hughes |
31b4494 |
%{_libdir}/libargyll*.so.*
|
|
 |
0fafbd9 |
|
|
 |
29f5c32 |
%exclude %{_datadir}/doc
|
|
 |
0fafbd9 |
|
|
Richard Hughes |
31b4494 |
%post -p /sbin/ldconfig
|
|
Richard Hughes |
31b4494 |
|
|
Richard Hughes |
31b4494 |
%postun -p /sbin/ldconfig
|
|
Richard Hughes |
31b4494 |
|
|
 |
0fafbd9 |
%files doc
|
|
 |
0fafbd9 |
%defattr(0644,root,root,0755)
|
|
Richard Hughes |
04c4387 |
%doc doc/*.html doc/*.jpg doc/*.txt
|
|
 |
0fafbd9 |
|
|
 |
0fafbd9 |
%changelog
|
|
Richard Hughes |
04c4387 |
* Tue May 28 2013 Richard Hughes <rhughes@redhat.com> - 1.5.1-1
|
|
Richard Hughes |
04c4387 |
- Update to 1.5.1
|
|
Richard Hughes |
04c4387 |
|
|
 |
d033b44 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-9
|
|
 |
d033b44 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
 |
d033b44 |
|
|
Adam Tkac |
1233734 |
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.4.0-8
|
|
Adam Tkac |
1233734 |
- rebuild due to "jpeg8-ABI" feature drop
|
|
Adam Tkac |
1233734 |
|
|
 |
833f042 |
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.4.0-7
|
|
 |
833f042 |
- rebuild against new libjpeg
|
|
 |
833f042 |
|
|
Richard Hughes |
21aa3a0 |
* Wed Oct 24 2012 Richard Hughes <rhughes@redhat.com> - 1.4.0-6
|
|
Richard Hughes |
21aa3a0 |
- Drop 55-Argyll.rules, it's not required and we can rely on colord
|
|
Richard Hughes |
21aa3a0 |
to provide the ENV{COLOR_MEASUREMENT_DEVICE}="1" without the
|
|
Richard Hughes |
21aa3a0 |
plugdev group or invoking a usb-db instance for each USB device
|
|
Richard Hughes |
21aa3a0 |
hotplug.
|
|
Richard Hughes |
21aa3a0 |
|
|
 |
b2fb9f8 |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-4
|
|
 |
b2fb9f8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
 |
b2fb9f8 |
|
|
 |
d9b3586 |
* Tue Jun 05 2012 Jon Ciesla <limburgher@gmail.com> - 1.4.0-3
|
|
 |
d9b3586 |
- Drop udev Requires.
|
|
 |
d9b3586 |
|
|
 |
ded6b03 |
* Mon May 07 2012 Jon Ciesla <limburgher@gmail.com> - 1.4.0-2
|
|
 |
ded6b03 |
- Rebuild for new libtiff.
|
|
 |
ded6b03 |
|
|
Richard Hughes |
9638ad7 |
* Fri Apr 20 2012 Richard Hughes <rhughes@redhat.com> - 1.4.0-1
|
|
Richard Hughes |
9638ad7 |
- Update to latest upstream release
|
|
Richard Hughes |
9638ad7 |
- A colorimeter can now be used as a reference to make ccmx files
|
|
Richard Hughes |
9638ad7 |
- Added dither/screening support for 8 bit output of render
|
|
Richard Hughes |
9638ad7 |
- Added JPEG file support to cctiff, tiffgamut and extracticc
|
|
Richard Hughes |
9638ad7 |
- Fixed double free in icc/icc.c for profiles that have duplicate tags
|
|
Richard Hughes |
9638ad7 |
- Fix bugs in ColorMunki Transmissive measurement mode calibration.
|
|
Richard Hughes |
9638ad7 |
|
|
Richard Hughes |
6463d08 |
* Mon Mar 19 2012 Richard Hughes <rhughes@redhat.com> - 1.3.7-1
|
|
Richard Hughes |
6463d08 |
- Update to 1.3.7
|
|
Richard Hughes |
6463d08 |
- Fix regression in Spyder support - ccmx files were not being handled
|
|
Richard Hughes |
6463d08 |
|
|
Richard Hughes |
8805635 |
* Mon Mar 19 2012 Richard Hughes <rhughes@redhat.com> - 1.3.6-1
|
|
Richard Hughes |
6463d08 |
- Update to 1.3.6
|
|
Richard Hughes |
8805635 |
- Add a -V option to spotread to allow tracking reading consistency.
|
|
Richard Hughes |
8805635 |
- Add ColorHug support upstream (so distro patch removed).
|
|
Richard Hughes |
8805635 |
- Add Spyder4 support.
|
|
Richard Hughes |
8805635 |
- Add support for NEC SpectraSensor Pro version of the i1d3.
|
|
Richard Hughes |
8805635 |
- Changed and expanded display selection to be instrument specific.
|
|
Richard Hughes |
8805635 |
|
|
Richard Hughes |
31b4494 |
* Tue Feb 07 2012 Richard Hughes <rhughes@redhat.com> - 1.3.5-7
|
|
Richard Hughes |
31b4494 |
- Ship a shared library to reduce the installed package size from
|
|
Richard Hughes |
31b4494 |
27.7Mb to 3.2Mb by removing 46 instances of static linking.
|
|
Richard Hughes |
31b4494 |
|
|
Richard Hughes |
50e52fa |
* Thu Jan 26 2012 Richard Hughes <rhughes@redhat.com> - 1.3.5-6
|
|
Richard Hughes |
50e52fa |
- Fix the ColorHug patch to not time out with firmware >= 1.1.1 and to
|
|
Richard Hughes |
50e52fa |
correctly report negative numbers.
|
|
Richard Hughes |
50e52fa |
- Re-libtoolize to fix compile failure on rawhide.
|
|
Richard Hughes |
50e52fa |
|
|
 |
7470cbf |
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-5
|
|
 |
7470cbf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|