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