]> git.pld-linux.org Git - packages/cairo.git/blob - cairo.spec
- added -devel R: glib2-devel
[packages/cairo.git] / cairo.spec
1 #
2 # Conditional build:
3 %bcond_without  apidocs         # disable gtk-doc
4 %if "%{pld_release}" == "ac"
5 %bcond_with     xcb             # XCB backend
6 %else
7 %bcond_without  xcb             # XCB backend
8 %endif
9 %bcond_with     tests           # perform tests (can fail due to out of memory)
10 #
11 Summary:        Cairo - multi-platform 2D graphics library
12 Summary(pl.UTF-8):      Cairo - wieloplatformowa biblioteka graficzna 2D
13 Name:           cairo
14 Version:        1.10.2
15 Release:        3
16 License:        LGPL v2.1 or MPL v1.1
17 Group:          Libraries
18 Source0:        http://cairographics.org/releases/%{name}-%{version}.tar.gz
19 # Source0-md5:  f101a9e88b783337b20b2e26dfd26d5f
20 Patch0:         %{name}-link.patch
21 URL:            http://cairographics.org/
22 BuildRequires:  autoconf >= 2.59
23 BuildRequires:  automake >= 1:1.9.6
24 BuildRequires:  fontconfig-devel >= 2.2.95
25 BuildRequires:  freetype-devel >= 1:2.3.0
26 BuildRequires:  glib2-devel >= 1:2.0
27 %{?with_apidocs:BuildRequires:  gtk-doc >= 1.6}
28 BuildRequires:  libpng-devel >= 2:1.4.0
29 BuildRequires:  librsvg-devel >= 2.15.0
30 BuildRequires:  libspectre-devel >= 0.2.0
31 BuildRequires:  libtool >= 1.4
32 BuildRequires:  pixman-devel >= 0.18.4
33 BuildRequires:  pkgconfig >= 1:0.9
34 BuildRequires:  poppler-glib-devel >= 0.13.3
35 BuildRequires:  rpm >= 4.4.9-56
36 %if %{with xcb}
37 BuildRequires:  libxcb-devel >= 1.4
38 %endif
39 %if "%{pld_release}" == "ac"
40 BuildRequires:  xrender-devel >= 0.6
41 %else
42 BuildRequires:  xorg-lib-libX11-devel%{?with_xcb: >= 1.1}
43 BuildRequires:  xorg-lib-libXrender-devel >= 0.6
44 %endif
45 BuildRequires:  zlib-devel
46 Requires:       freetype >= 1:2.3.0
47 Requires:       pixman >= 0.18.4
48 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49
50 %description
51 Cairo provides anti-aliased vector-based rendering for X. Paths
52 consist of line segments and cubic splines and can be rendered at any
53 width with various join and cap styles. All colors may be specified
54 with optional translucence (opacity/alpha) and combined using the
55 extended Porter/Duff compositing algebra as found in the X Render
56 Extension.
57
58 Cairo exports a stateful rendering API similar in spirit to the path
59 construction, text, and painting operators of PostScript, (with the
60 significant addition of translucence in the imaging model). When
61 complete, the API is intended to support the complete imaging model of
62 PDF 1.4.
63
64 %description -l pl.UTF-8
65 Cairo obsługuje oparty na wektorach rendering z antyaliasingiem dla X.
66 Ścieżki składają się z odcinków i splajnów kubicznych, a renderowane
67 mogą być z dowolną grubością i różnymi stylami połączeń i zakończeń.
68 Wszystkie kolory mogą być podane z opcjonalną półprzezroczystością
69 (podaną przez współczynnik nieprzezroczystości lub alpha) i łączone
70 przy użyciu rozszerzonego algorytmu składania Portera-Duffa, który
71 można znaleźć w rozszerzeniu X Render.
72
73 Cairo eksportuje stanowe API renderujące w duchu podobne do operatorów
74 konstruowania ścieżek, tekstu i rysowania z PostScriptu (ze znacznym
75 dodatkiem półprzezroczystości w modelu obrazu). Kiedy API zostanie
76 ukończone, ma obsługiwać pełny model obrazu z PDF w wersji 1.4.
77
78 %package devel
79 Summary:        Development files for Cairo library
80 Summary(pl.UTF-8):      Pliki programistyczne biblioteki Cairo
81 Group:          Development/Libraries
82 Requires:       %{name} = %{version}-%{release}
83 Requires:       fontconfig-devel >= 2.2.95
84 Requires:       freetype-devel >= 1:2.3.0
85 Requires:       glib2-devel >= 1:2.0
86 Requires:       libpng-devel >= 2:1.4.0
87 %{?with_xcb:Requires:   libxcb-devel >= 1.4}
88 Requires:       pixman-devel >= 0.18.4
89 %if "%{pld_release}" == "ac"
90 Requires:       xrender-devel >= 0.6
91 %else
92 Requires:       xorg-lib-libX11-devel%{?with_xcb: >= 1.1}
93 Requires:       xorg-lib-libXrender-devel >= 0.6
94 %endif
95
96 %description devel
97 Development files for Cairo library.
98
99 %description devel -l pl.UTF-8
100 Pliki programistyczne biblioteki Cairo.
101
102 %package static
103 Summary:        Static Cairo library
104 Summary(pl.UTF-8):      Statyczna biblioteka Cairo
105 Group:          Development/Libraries
106 Requires:       %{name}-devel = %{version}-%{release}
107
108 %description static
109 Static Cairo library.
110
111 %description static -l pl.UTF-8
112 Statyczna biblioteka Cairo.
113
114 %package gobject
115 Summary:        GObject functions library for Cairo graphics library
116 Summary(pl.UTF-8):      Biblioteka funkcji GObject dla biblioteki graficznej Cairo
117 Group:          Libraries
118 Requires:       %{name} = %{version}-%{release}
119
120 %description gobject
121 GObject functions library for Cairo graphics library.
122
123 %description gobject -l pl.UTF-8
124 Biblioteka funkcji GObject dla biblioteki graficznej Cairo.
125
126 %package gobject-devel
127 Summary:        Header files for Cairo GObject library
128 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Cairo GObject
129 Group:          Development/Libraries
130 Requires:       %{name}-devel = %{version}-%{release}
131 Requires:       %{name}-gobject = %{version}-%{release}
132 Requires:       glib2-devel >= 1:2.0
133
134 %description gobject-devel
135 Header files for Cairo GObject library.
136
137 %description gobject-devel -l pl.UTF-8
138 Pliki nagłówkowe biblioteki Cairo GObject.
139
140 %package gobject-static
141 Summary:        Static Cairo GObject library
142 Summary(pl.UTF-8):      Statyczna biblioteka Cairo GObject
143 Group:          Development/Libraries
144 Requires:       %{name}-gobject-devel = %{version}-%{release}
145
146 %description gobject-static
147 Static Cairo GObject library.
148
149 %description gobject-static -l pl.UTF-8
150 Statyczna biblioteka Cairo GObject.
151
152 %package trace
153 Summary:        Cairo calls tracing utility
154 Summary(pl.UTF-8):      Narzędzie do śledzenia wywołań Cairo
155 Group:          Development/Tools
156 Requires:       %{name} = %{version}-%{release}
157
158 %description trace
159 Cairo calls tracing utility.
160
161 %description trace -l pl.UTF-8
162 Narzędzie do śledzenia wywołań Cairo.
163
164 %package apidocs
165 Summary:        Cairo API documentation
166 Summary(pl.UTF-8):      Dokumentacja API Cairo
167 Group:          Documentation
168 Requires:       gtk-doc-common
169
170 %description apidocs
171 Cairo API documentation.
172
173 %description apidocs -l pl.UTF-8
174 Dokumentacja API Cairo.
175
176 %prep
177 %setup -q
178 %patch0 -p1
179
180 %build
181 %{?with_apidocs:%{__gtkdocize}}
182 %{__libtoolize}
183 %{__aclocal} -I build
184 %{__autoheader}
185 %{__autoconf}
186 %{__automake}
187 %configure \
188         --disable-silent-rules \
189         --enable-freetype \
190         %{?with_apidocs:--enable-gtk-doc} \
191         --enable-pdf \
192         --enable-png \
193         --enable-ps \
194         %{?with_xcb:--enable-xcb} \
195         --with-html-dir=%{_gtkdocdir}
196 %{__make}
197 %{?with_tests:%{__make} check}
198
199 %install
200 rm -rf $RPM_BUILD_ROOT
201
202 %{__make} install \
203         DESTDIR=$RPM_BUILD_ROOT
204
205 # LD_PRELOADable library
206 %{__rm} $RPM_BUILD_ROOT%{_libdir}/cairo/libcairo-trace.{la,a}
207
208 %{!?with_apidocs:rm -rf $RPM_BUILD_ROOT%{_gtkdocdir}/cairo}
209
210 %clean
211 rm -rf $RPM_BUILD_ROOT
212
213 %post   -p /sbin/ldconfig
214 %postun -p /sbin/ldconfig
215
216 %post   gobject -p /sbin/ldconfig
217 %postun gobject -p /sbin/ldconfig
218
219 %files
220 %defattr(644,root,root,755)
221 # COPYING contains only notes, not LGPL/MPL texts
222 %doc AUTHORS COPYING ChangeLog NEWS README
223 %attr(755,root,root) %{_libdir}/libcairo.so.*.*.*
224 %attr(755,root,root) %ghost %{_libdir}/libcairo.so.2
225 %attr(755,root,root) %{_libdir}/libcairo-script-interpreter.so.*.*.*
226 %attr(755,root,root) %ghost %{_libdir}/libcairo-script-interpreter.so.2
227
228 %files devel
229 %defattr(644,root,root,755)
230 %attr(755,root,root) %{_libdir}/libcairo.so
231 %attr(755,root,root) %{_libdir}/libcairo-script-interpreter.so
232 %{_libdir}/libcairo.la
233 %{_libdir}/libcairo-script-interpreter.la
234 %{_includedir}/cairo
235 %exclude %{_includedir}/cairo/cairo-gobject.h
236 %{_pkgconfigdir}/cairo.pc
237 %{_pkgconfigdir}/cairo-fc.pc
238 %{_pkgconfigdir}/cairo-ft.pc
239 %{_pkgconfigdir}/cairo-pdf.pc
240 %{_pkgconfigdir}/cairo-png.pc
241 %{_pkgconfigdir}/cairo-ps.pc
242 %{_pkgconfigdir}/cairo-svg.pc
243 %{?with_xcb:%{_pkgconfigdir}/cairo-xcb.pc}
244 %{?with_xcb:%{_pkgconfigdir}/cairo-xcb-shm.pc}
245 %{_pkgconfigdir}/cairo-xlib.pc
246 %{_pkgconfigdir}/cairo-xlib-xrender.pc
247
248 %files static
249 %defattr(644,root,root,755)
250 %{_libdir}/libcairo.a
251 %{_libdir}/libcairo-script-interpreter.a
252
253 %files gobject
254 %defattr(644,root,root,755)
255 %attr(755,root,root) %{_libdir}/libcairo-gobject.so.*.*.*
256 %attr(755,root,root) %ghost %{_libdir}/libcairo-gobject.so.2
257
258 %files gobject-devel
259 %defattr(644,root,root,755)
260 %attr(755,root,root) %{_libdir}/libcairo-gobject.so
261 %{_libdir}/libcairo-gobject.la
262 %{_includedir}/cairo/cairo-gobject.h
263 %{_pkgconfigdir}/cairo-gobject.pc
264
265 %files gobject-static
266 %defattr(644,root,root,755)
267 %{_libdir}/libcairo-gobject.a
268
269 %files trace
270 %defattr(644,root,root,755)
271 %attr(755,root,root) %{_bindir}/cairo-trace
272 %dir %{_libdir}/cairo
273 %attr(755,root,root) %{_libdir}/cairo/libcairo-trace.so*
274
275 %if %{with apidocs}
276 %files apidocs
277 %defattr(644,root,root,755)
278 %{_gtkdocdir}/cairo
279 %endif
This page took 0.098082 seconds and 4 git commands to generate.