Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/clutter: ChangeLog clutter-1.8.2.ebuild
Date: Fri, 28 Oct 2011 22:16:50
Message-Id: 20111028221639.A58DF2004B@flycatcher.gentoo.org
1 tetromino 11/10/28 22:16:39
2
3 Modified: ChangeLog
4 Added: clutter-1.8.2.ebuild
5 Log:
6 Add clutter-1.8 from the gnome overlay, needed for gnome-3.2. Notable changes: cogl split off into a separate package; new actions added; a11y improvements; font rendering improvements.
7
8 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.44 media-libs/clutter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.44&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.44&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?r1=1.43&r2=1.44
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
20 retrieving revision 1.43
21 retrieving revision 1.44
22 diff -u -r1.43 -r1.44
23 --- ChangeLog 21 Oct 2011 14:28:09 -0000 1.43
24 +++ ChangeLog 28 Oct 2011 22:16:39 -0000 1.44
25 @@ -1,6 +1,14 @@
26 # ChangeLog for media-libs/clutter
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.43 2011/10/21 14:28:09 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.44 2011/10/28 22:16:39 tetromino Exp $
30 +
31 +*clutter-1.8.2 (28 Oct 2011)
32 +
33 + 28 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
34 + +clutter-1.8.2.ebuild:
35 + Add clutter-1.8 from the gnome overlay, needed for gnome-3.2. Notable
36 + changes: cogl split off into a separate package; new actions added; a11y
37 + improvements; font rendering improvements.
38
39 21 Oct 2011; Pawel Hajdan jr <phajdan.jr@g.o> clutter-1.6.20.ebuild:
40 x86 stable wrt bug #385699
41
42
43
44 1.1 media-libs/clutter/clutter-1.8.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.8.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.8.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: clutter-1.8.2.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.8.2.ebuild,v 1.1 2011/10/28 22:16:39 tetromino Exp $
54
55 EAPI="4"
56 CLUTTER_LA_PUNT="yes"
57 WANT_AUTOMAKE="1.11"
58
59 # Inherit gnome2 after clutter to download sources from gnome.org
60 # since clutter-project.org doesn't provide .xz tarballs
61 inherit clutter gnome2
62
63 DESCRIPTION="Clutter is a library for creating graphical user interfaces"
64
65 SLOT="1.0"
66 IUSE="debug doc +introspection"
67 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
68
69 # NOTE: glx flavour uses libdrm + >=mesa-7.3
70 # XXX: uprof needed for profiling
71 # >=libX11-1.3.1 needed for X Generic Event support
72 RDEPEND="
73 >=dev-libs/glib-2.28:2
74 >=dev-libs/atk-2.1.5[introspection?]
75 >=dev-libs/json-glib-0.12[introspection?]
76 >=media-libs/cogl-1.8.0:1.0[introspection?,pango]
77 media-libs/fontconfig
78 >=x11-libs/cairo-1.10[glib]
79 x11-libs/gdk-pixbuf:2
80 >=x11-libs/pango-1.20[introspection?]
81
82 virtual/opengl
83 x11-libs/libdrm
84 >=x11-libs/libX11-1.3.1
85 x11-libs/libXext
86 x11-libs/libXdamage
87 x11-proto/inputproto
88 >=x11-libs/libXi-1.3
89 >=x11-libs/libXfixes-3
90 >=x11-libs/libXcomposite-0.4
91
92 introspection? ( >=dev-libs/gobject-introspection-0.9.6 )"
93 DEPEND="${RDEPEND}
94 sys-devel/gettext
95 dev-util/pkgconfig
96 >=dev-util/gtk-doc-am-1.13
97 doc? (
98 >=dev-util/gtk-doc-1.13
99 >=app-text/docbook-sgml-utils-0.6.14[jadetex]
100 dev-libs/libxslt )"
101
102 pkg_setup() {
103 DOCS="README NEWS ChangeLog*"
104
105 # XXX: Conformance test suite (and clutter itself) does not work under Xvfb
106 # XXX: Profiling, coverage disabled for now
107 # XXX: What about eglx/eglnative/opengl-egl-xlib/osx/wayland/etc flavours?
108 # Uses gudev-1.0 and libxkbcommon for eglnative/cex1000
109 myconf="--enable-debug=minimum"
110 use debug && myconf="--enable-debug=yes"
111 G2CONF="${G2CONF} ${myconf}
112 --enable-conformance=no
113 --disable-gcov
114 --enable-profile=no
115 --enable-maintainer-flags=no
116 --enable-xinput
117 --with-flavour=glx
118 $(use_enable introspection)
119 $(use_enable doc docs)"
120 }
121
122 src_prepare() {
123 gnome2_src_prepare
124
125 # We only need conformance tests, the rest are useless for us
126 sed -e 's/^\(SUBDIRS =\).*/\1/g' \
127 -i tests/Makefile.am || die "am tests sed failed"
128 sed -e 's/^\(SUBDIRS =\)[^\]*/\1/g' \
129 -i tests/Makefile.in || die "in tests sed failed"
130 }
131
132 src_install() {
133 clutter_src_install
134 }