]> git.pld-linux.org Git - packages/argyllcms.git/blame - argyllcms.spec
- updated to 1.7.0
[packages/argyllcms.git] / argyllcms.spec
CommitLineData
b5645116 1Summary: ICC compatible color management system
5c074cd9 2Summary(pl.UTF-8): System zarządzania kolorami kompatybilny z ICC
b5645116 3Name: argyllcms
a5d81b70 4Version: 1.7.0
b17a5d61 5Release: 1
9bdd2fd0 6License: AGPL v3, MIT, GPL v2+, LGPL v2.1+, FDL v1.3
b17a5d61
JB
7Group: X11/Applications/Graphics
8Source0: http://people.freedesktop.org/~hughsient/releases/h%{name}-%{version}.tar.xz
a5d81b70
JB
9# Source0-md5: 61de9f1604c3116acbedfb756f161c64
10Patch0: %{name}-link.patch
5c074cd9 11URL: http://www.argyllcms.com/
bddf863d
JB
12BuildRequires: autoconf >= 2.50
13BuildRequires: automake >= 1:1.11
1ae85c81 14BuildRequires: libjpeg-devel
a5d81b70 15BuildRequires: libpng-devel
b5645116 16BuildRequires: libtiff-devel
bddf863d 17BuildRequires: libtool >= 1:1.4.2
b17a5d61
JB
18BuildRequires: libusb-devel >= 1.0.0
19BuildRequires: pkgconfig
20BuildRequires: tar >= 1:1.22
b5645116
ER
21BuildRequires: xorg-lib-libX11-devel
22BuildRequires: xorg-lib-libXScrnSaver-devel
23BuildRequires: xorg-lib-libXext-devel
24BuildRequires: xorg-lib-libXinerama-devel
25BuildRequires: xorg-lib-libXrandr-devel
26BuildRequires: xorg-lib-libXxf86vm-devel
b17a5d61 27BuildRequires: xz
fa1bcec7 28BuildRequires: zlib-devel
31e88dc4 29Obsoletes: udev-argyllcms
b5645116
ER
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33The Argyll color management system supports accurate ICC profile
34creation for acquisition devices, CMYK printers, film recorders and
35calibration and profiling of displays.
36
37Spectral sample data is supported, allowing a selection of illuminants
38observer types, and paper fluorescent whitener additive compensation.
39Profiles can also incorporate source specific gamut mappings for
40perceptual and saturation intents. Gamut mapping and profile linking
41uses the CIECAM02 appearance model, a unique gamut mapping algorithm,
42and a wide selection of rendering intents. It also includes code for
43the fastest portable 8 bit raster color conversion engine available
44anywhere, as well as support for fast, fully accurate 16 bit
45conversion. Device color gamuts can also be viewed and compared using
46a VRML viewer.
47
5c074cd9
JB
48%description -l pl.UTF-8
49System zarządzania kolorami Argyll obsługuje tworzenie dokładnych
50profili ICC dla urządzeń skanujących, drukarek CMYK i kamer oraz
51kalibrację i profilowanie wyświetlaczy.
52
53Obsługiwane są dane próbek widmowych, co pozwala na wybór typów
54obserwatora oświetlenia oraz kompensację addytywną fluorescencyjnych
55wybielaczy papieru. Profile mogą zawierać także zależne od źródła
56odwzorowania podzbioru kolorów (gamut) pod kątem postrzegania i
57nasycenia. Odwzorowanie kolorów i wiązanie profili wykorzystuje model
58wyglądu kolorów CIECAM02, unikalny algorytm odwzorowania podzbioru
59kolorów oraz szeroki wybór celu renderingu. Zawiera także kod
60najszybszego dostępnego przenośnego 8-bitowego rastrowego silnika
61konwersji kolorów, a także obsługę szybkiej, dokładniej 16-bitowej
62konwersji. Podzbiór kolorów urządzeń można oglądać i porównywać przy
63użyciu przeglądarki VRML.
64
b5645116
ER
65%package doc
66Summary: Argyll CMS documentation
5c074cd9 67Summary(pl.UTF-8): Dokumentacja systemu Argyll CMS
b5645116
ER
68Group: Documentation
69# Does not really make sense without Argyll CMS itself
70Requires: %{name} = %{version}-%{release}
71
72%description doc
73The Argyll color management system supports accurate ICC profile
74creation for acquisition devices, CMYK printers, film recorders and
75calibration and profiling of displays.
76
77This package contains the Argyll color management system
78documentation.
79
5c074cd9
JB
80%description doc -l pl.UTF-8
81System zarządzania kolorami Argyll obsługuje tworzenie dokładnych
82profili ICC dla urządzeń skanujących, drukarek CMYK i kamer oraz
83kalibrację i profilowanie wyświetlaczy.
84
85Ten pakiet zawiera dokumentację do systemu zarządzania kolorami
86Argyll.
87
b5645116 88%prep
b17a5d61 89%setup -q -n h%{name}-%{version}
a5d81b70 90%patch0 -p1
b5645116
ER
91
92%build
bddf863d
JB
93%{__libtoolize}
94%{__aclocal} -I m4
95%{__autoconf}
96%{__autoheader}
97%{__automake}
9bdd2fd0
JB
98%configure \
99 --disable-static
b5645116
ER
100%{__make}
101
102%install
103rm -rf $RPM_BUILD_ROOT
104%{__make} install \
105 DESTDIR=$RPM_BUILD_ROOT
106
107# they shouldn't put Makefile.am to ref_DATA
108%{__rm} $RPM_BUILD_ROOT%{_datadir}/color/argyll/ref/Makefile.am
109
9bdd2fd0
JB
110# no -devel package (headers not exported)
111%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.{so,la}
112
113# packaged as %doc
b17a5d61
JB
114%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/argyll
115
b5645116
ER
116%clean
117rm -rf $RPM_BUILD_ROOT
118
9bdd2fd0
JB
119%post -p /sbin/ldconfig
120%postun -p /sbin/ldconfig
121
b5645116
ER
122%files
123%defattr(644,root,root,755)
9bdd2fd0 124%doc AUTHORS Readme.txt
b17a5d61
JB
125%attr(755,root,root) %{_bindir}/applycal
126%attr(755,root,root) %{_bindir}/average
127%attr(755,root,root) %{_bindir}/cb2ti3
a5d81b70 128%attr(755,root,root) %{_bindir}/cctiff
b17a5d61 129%attr(755,root,root) %{_bindir}/ccttest
9bdd2fd0 130%attr(755,root,root) %{_bindir}/ccxxmake
b17a5d61
JB
131%attr(755,root,root) %{_bindir}/chartread
132%attr(755,root,root) %{_bindir}/collink
133%attr(755,root,root) %{_bindir}/colprof
3c88701c 134%attr(755,root,root) %{_bindir}/colverify
b17a5d61
JB
135%attr(755,root,root) %{_bindir}/dispcal
136%attr(755,root,root) %{_bindir}/dispread
137%attr(755,root,root) %{_bindir}/dispwin
138%attr(755,root,root) %{_bindir}/extracticc
139%attr(755,root,root) %{_bindir}/extractttag
140%attr(755,root,root) %{_bindir}/fakeCMY
141%attr(755,root,root) %{_bindir}/fakeread
a5d81b70 142%attr(755,root,root) %{_bindir}/greytiff
b17a5d61
JB
143%attr(755,root,root) %{_bindir}/iccdump
144%attr(755,root,root) %{_bindir}/iccgamut
145%attr(755,root,root) %{_bindir}/icclu
146%attr(755,root,root) %{_bindir}/icctest
a5d81b70 147%attr(755,root,root) %{_bindir}/illumread
b17a5d61
JB
148%attr(755,root,root) %{_bindir}/invprofcheck
149%attr(755,root,root) %{_bindir}/kodak2ti3
150%attr(755,root,root) %{_bindir}/mppcheck
151%attr(755,root,root) %{_bindir}/mpplu
152%attr(755,root,root) %{_bindir}/mppprof
31e88dc4 153%attr(755,root,root) %{_bindir}/oeminst
b17a5d61
JB
154%attr(755,root,root) %{_bindir}/pathplot
155%attr(755,root,root) %{_bindir}/printcal
156%attr(755,root,root) %{_bindir}/printtarg
157%attr(755,root,root) %{_bindir}/profcheck
158%attr(755,root,root) %{_bindir}/refine
159%attr(755,root,root) %{_bindir}/revfix
160%attr(755,root,root) %{_bindir}/scanin
b17a5d61
JB
161%attr(755,root,root) %{_bindir}/simpprof
162%attr(755,root,root) %{_bindir}/spec2cie
163%attr(755,root,root) %{_bindir}/specplot
164%attr(755,root,root) %{_bindir}/splitti3
165%attr(755,root,root) %{_bindir}/spotread
b17a5d61
JB
166%attr(755,root,root) %{_bindir}/synthcal
167%attr(755,root,root) %{_bindir}/synthread
168%attr(755,root,root) %{_bindir}/targen
169%attr(755,root,root) %{_bindir}/tiffgamut
170%attr(755,root,root) %{_bindir}/txt2ti3
b17a5d61
JB
171%attr(755,root,root) %{_bindir}/viewgam
172%attr(755,root,root) %{_bindir}/xicclu
9bdd2fd0
JB
173%attr(755,root,root) %{_libdir}/libargyll.so.*.*.*
174%attr(755,root,root) %ghost %{_libdir}/libargyll.so.0
175%attr(755,root,root) %{_libdir}/libargyllicc.so.*.*.*
176%attr(755,root,root) %ghost %{_libdir}/libargyllicc.so.0
a5d81b70
JB
177%attr(755,root,root) %{_libdir}/libimdi.so.*.*.*
178%attr(755,root,root) %ghost %{_libdir}/libimdi.so.0
b5645116
ER
179%dir %{_datadir}/color/argyll
180%{_datadir}/color/argyll/ref
b5645116 181
b5645116
ER
182%files doc
183%defattr(644,root,root,755)
184%doc doc/*.html doc/*.jpg doc/*.txt
This page took 0.16084 seconds and 4 git commands to generate.