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