]> git.ipfire.org Git - ipfire-3.x.git/blob - cairo/cairo.nm
binutils: Update to 2.32
[ipfire-3.x.git] / cairo / cairo.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = cairo
7 version = 1.14.10
8 release = 1
9
10 groups = System/Graphics
11 url = http://cairographics.org
12 license = LGPLv2 MPLv1.1
13 summary = A 2D graphics library.
14
15 description
16 Cairo is a 2D graphics library designed to provide high-quality display
17 and print output.
18 end
19
20 source_dl = http://cairographics.org/releases/
21 sources = %{thisapp}.tar.xz
22
23 build
24 requires
25 binutils>=2.21.51.0.8-2
26 fontconfig-devel >= 2.10
27 freetype-devel
28 glib2-devel >= 2.14
29 gobject-introspection-devel
30 libxml2-devel
31 libpng-devel
32 pixman-devel >= 0.30.0
33 pkg-config
34 zlib-devel
35 end
36
37 configure_options += \
38 --enable-xml \
39 --enable-gobject \
40 --disable-gtk-doc \
41 --disable-static
42 end
43
44 packages
45 package %{name}
46
47 package %{name}-gobject
48 summary = GObject bindings for cairo.
49 description
50 This package contains functionality to make cairo
51 graphics library integrate well with the GObject object system.
52 end
53
54 requires
55 cairo = %{thisver}
56 end
57
58 files
59 %{libdir}/*gobject.so.*
60 end
61 end
62
63 package %{name}-devel
64 template DEVEL
65
66 # The development package needs the other dependencies as well.
67 requires
68 fontconfig-devel
69 freetype-devel
70 libpng-devel
71 pixman-devel
72 end
73 end
74
75 package %{name}-gobject-devel
76 summary = Development files for cairo-gobject.
77 description
78 This package contains libraries, header files and developer
79 documentation needed for developing software which uses the
80 cairo Gobject library.
81 end
82
83 requires
84 %{name}-gobject = %{thisver}
85 %{name}-devel = %{thisver}
86 end
87
88 files
89 %{libdir}/*gobject.so
90 %{libdir}/pkgconfig/*gobject.pc
91 %{includedir}/cairo/*gobject.h
92 end
93 end
94
95 package %{name}-debuginfo
96 template DEBUGINFO
97 end
98 end