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