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