]> git.pld-linux.org Git - packages/argyllcms.git/blob - argyllcms.spec
- updated to 1.6.2
[packages/argyllcms.git] / argyllcms.spec
1 Summary:        ICC compatible color management system
2 Summary(pl.UTF-8):      System zarządzania kolorami kompatybilny z ICC
3 Name:           argyllcms
4 Version:        1.6.2
5 Release:        1
6 License:        AGPL v3, MIT, GPL v2+, LGPL v2.1+, FDL v1.3
7 Group:          X11/Applications/Graphics
8 Source0:        http://people.freedesktop.org/~hughsient/releases/h%{name}-%{version}.tar.xz
9 # Source0-md5:  6d503de144fff3f67b32aeab2e4ce104
10 URL:            http://www.argyllcms.com/
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake >= 1:1.11
13 BuildRequires:  libjpeg-devel
14 BuildRequires:  libtiff-devel
15 BuildRequires:  libtool >= 1:1.4.2
16 BuildRequires:  libusb-devel >= 1.0.0
17 BuildRequires:  pkgconfig
18 BuildRequires:  tar >= 1:1.22
19 BuildRequires:  xorg-lib-libX11-devel
20 BuildRequires:  xorg-lib-libXScrnSaver-devel
21 BuildRequires:  xorg-lib-libXext-devel
22 BuildRequires:  xorg-lib-libXinerama-devel
23 BuildRequires:  xorg-lib-libXrandr-devel
24 BuildRequires:  xorg-lib-libXxf86vm-devel
25 BuildRequires:  xz
26 BuildRequires:  yajl-devel
27 BuildRequires:  zlib-devel
28 Obsoletes:      udev-argyllcms
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 The Argyll color management system supports accurate ICC profile
33 creation for acquisition devices, CMYK printers, film recorders and
34 calibration and profiling of displays.
35
36 Spectral sample data is supported, allowing a selection of illuminants
37 observer types, and paper fluorescent whitener additive compensation.
38 Profiles can also incorporate source specific gamut mappings for
39 perceptual and saturation intents. Gamut mapping and profile linking
40 uses the CIECAM02 appearance model, a unique gamut mapping algorithm,
41 and a wide selection of rendering intents. It also includes code for
42 the fastest portable 8 bit raster color conversion engine available
43 anywhere, as well as support for fast, fully accurate 16 bit
44 conversion. Device color gamuts can also be viewed and compared using
45 a VRML viewer.
46
47 %description -l pl.UTF-8
48 System zarządzania kolorami Argyll obsługuje tworzenie dokładnych
49 profili ICC dla urządzeń skanujących, drukarek CMYK i kamer oraz
50 kalibrację i profilowanie wyświetlaczy.
51
52 Obsługiwane są dane próbek widmowych, co pozwala na wybór typów
53 obserwatora oświetlenia oraz kompensację addytywną fluorescencyjnych
54 wybielaczy papieru. Profile mogą zawierać także zależne od źródła
55 odwzorowania podzbioru kolorów (gamut) pod kątem postrzegania i
56 nasycenia. Odwzorowanie kolorów i wiązanie profili wykorzystuje model
57 wyglądu kolorów CIECAM02, unikalny algorytm odwzorowania podzbioru
58 kolorów oraz szeroki wybór celu renderingu. Zawiera także kod
59 najszybszego dostępnego przenośnego 8-bitowego rastrowego silnika
60 konwersji kolorów, a także obsługę szybkiej, dokładniej 16-bitowej
61 konwersji. Podzbiór kolorów urządzeń można oglądać i porównywać przy
62 użyciu przeglądarki VRML.
63
64 %package doc
65 Summary:        Argyll CMS documentation
66 Summary(pl.UTF-8):      Dokumentacja systemu Argyll CMS
67 Group:          Documentation
68 # Does not really make sense without Argyll CMS itself
69 Requires:       %{name} = %{version}-%{release}
70
71 %description doc
72 The Argyll color management system supports accurate ICC profile
73 creation for acquisition devices, CMYK printers, film recorders and
74 calibration and profiling of displays.
75
76 This package contains the Argyll color management system
77 documentation.
78
79 %description doc -l pl.UTF-8
80 System zarządzania kolorami Argyll obsługuje tworzenie dokładnych
81 profili ICC dla urządzeń skanujących, drukarek CMYK i kamer oraz
82 kalibrację i profilowanie wyświetlaczy.
83
84 Ten pakiet zawiera dokumentację do systemu zarządzania kolorami
85 Argyll.
86
87 %prep
88 %setup -q -n h%{name}-%{version}
89
90 %build
91 %{__libtoolize}
92 %{__aclocal} -I m4
93 %{__autoconf}
94 %{__autoheader}
95 %{__automake}
96 %configure \
97         --disable-static
98 %{__make}
99
100 %install
101 rm -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
108 # no -devel package (headers not exported)
109 %{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.{so,la}
110
111 # packaged as %doc
112 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/argyll
113
114 %clean
115 rm -rf $RPM_BUILD_ROOT
116
117 %post   -p /sbin/ldconfig
118 %postun -p /sbin/ldconfig
119
120 %files
121 %defattr(644,root,root,755)
122 %doc AUTHORS Readme.txt
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
127 %attr(755,root,root) %{_bindir}/ccxxmake
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
147 %attr(755,root,root) %{_bindir}/oeminst
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
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
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
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
172 %dir %{_datadir}/color/argyll
173 %{_datadir}/color/argyll/ref
174
175 %files doc
176 %defattr(644,root,root,755)
177 %doc doc/*.html doc/*.jpg doc/*.txt
This page took 0.238481 seconds and 4 git commands to generate.