]> git.ipfire.org Git - ipfire-3.x.git/blame - clutter/clutter.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / clutter / clutter.nm
CommitLineData
de0ddf3e
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = clutter
7version = %{ver_maj}.%{ver_min}
8ver_maj = 1.13
9ver_min = 4
8c6fcb32 10release = 2
de0ddf3e
SS
11
12groups = Development/Libraries
13url = http://www.clutter-project.org/
14license = LGPLv2+
15summary = Open Source software library for creating rich graphical user \
16 interfaces.
17
18description
19 Clutter is an open source software library for creating fast,
20 visually rich graphical user interfaces. The most obvious example
21 of potential usage is in media center type applications.
22 We hope however it can be used for a lot more.
23end
24
25source_dl = http://download.gnome.org/sources/clutter/%{ver_maj}/
26sources = %{thisapp}.tar.xz
27
28build
29 requires
30 atk-devel
31 cairo-gobject-devel
32 gdk-pixbuf2-devel
33 glib2-devel
34 gobject-introspection-devel >= 0.9.6
35 cogl-devel
36 gtk3-devel
37 json-glib-devel
38 libXcomposite-devel
39 libXdamage-devel
40 libXi-devel
41 libGL-devel
42 pango-devel
43 end
44
8c6fcb32
MT
45 export LD_LIBRARY_PATH = %{DIR_APP}/clutter/.libs
46
de0ddf3e
SS
47 configure_options += \
48 --enable-xinput
49
50 make_build_targets += V=1
51end
52
53packages
54 package %{name}
55 requires
56 libGL
57 end
58 end
59
60 package %{name}-devel
61 template DEVEL
62
63 files += \
64 %{datadir}/gir*/
65 end
66
67 package %{name}-debuginfo
68 template DEBUGINFO
69 end
70end