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.10.4.ebuild clutter-1.10.0.ebuild
Date: Wed, 02 May 2012 03:26:15
Message-Id: 20120502032558.9C2062004B@flycatcher.gentoo.org
1 tetromino 12/05/02 03:25:58
2
3 Modified: ChangeLog
4 Added: clutter-1.10.4.ebuild
5 Removed: clutter-1.10.0.ebuild
6 Log:
7 Version bump, fixes scrolling bug. Drop old.
8
9 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.54 media-libs/clutter/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.54&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.54&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?r1=1.53&r2=1.54
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
21 retrieving revision 1.53
22 retrieving revision 1.54
23 diff -u -r1.53 -r1.54
24 --- ChangeLog 29 Apr 2012 16:01:38 -0000 1.53
25 +++ ChangeLog 2 May 2012 03:25:58 -0000 1.54
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-libs/clutter
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.53 2012/04/29 16:01:38 maekke Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.54 2012/05/02 03:25:58 tetromino Exp $
31 +
32 +*clutter-1.10.4 (02 May 2012)
33 +
34 + 02 May 2012; Alexandre Rostovtsev <tetromino@g.o>
35 + -clutter-1.10.0.ebuild, +clutter-1.10.4.ebuild:
36 + Version bump, fixes scrolling bug. Drop old.
37
38 29 Apr 2012; Markus Meier <maekke@g.o> clutter-1.8.4.ebuild:
39 x86 stable, bug #410611
40
41
42
43 1.1 media-libs/clutter/clutter-1.10.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.10.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.10.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: clutter-1.10.4.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.10.4.ebuild,v 1.1 2012/05/02 03:25:58 tetromino Exp $
53
54 EAPI="4"
55 CLUTTER_LA_PUNT="yes"
56 WANT_AUTOMAKE="1.11"
57
58 # Inherit gnome2 after clutter to download sources from gnome.org
59 # since clutter-project.org doesn't provide .xz tarballs
60 inherit clutter gnome2 virtualx
61
62 DESCRIPTION="Clutter is a library for creating graphical user interfaces"
63
64 SLOT="1.0"
65 IUSE="debug doc gtk +introspection test" # evdev tslib
66 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
67
68 # NOTE: glx flavour uses libdrm + >=mesa-7.3
69 # XXX: uprof needed for profiling
70 # >=libX11-1.3.1 needed for X Generic Event support
71 RDEPEND="
72 >=dev-libs/glib-2.31.19:2
73 >=dev-libs/atk-2.1.5[introspection?]
74 >=dev-libs/json-glib-0.12[introspection?]
75 >=media-libs/cogl-1.9.6:1.0[introspection?,pango]
76 media-libs/fontconfig
77 >=x11-libs/cairo-1.10[glib]
78 >=x11-libs/pango-1.20[introspection?]
79
80 virtual/opengl
81 x11-libs/libdrm
82 >=x11-libs/libX11-1.3.1
83 x11-libs/libXext
84 x11-libs/libXdamage
85 x11-proto/inputproto
86 >=x11-libs/libXi-1.3
87 >=x11-libs/libXfixes-3
88 >=x11-libs/libXcomposite-0.4
89
90 gtk? ( >=x11-libs/gtk+-3.3.18:3 )
91 introspection? ( >=dev-libs/gobject-introspection-0.9.6 )"
92 DEPEND="${RDEPEND}
93 >=dev-util/gtk-doc-am-1.15
94 >=dev-util/pkgconfig-0.16
95 >=sys-devel/gettext-0.17
96 doc? (
97 >=dev-util/gtk-doc-1.15
98 >=app-text/docbook-sgml-utils-0.6.14[jadetex]
99 dev-libs/libxslt )
100 test? ( x11-libs/gdk-pixbuf )"
101
102 # Tests fail with both swrast and llvmpipe
103 # They pass under r600g, so the bug is in mesa
104 RESTRICT="test"
105
106 pkg_setup() {
107 DOCS="README NEWS ChangeLog*"
108
109 # XXX: Conformance test suite (and clutter itself) does not work under Xvfb
110 # XXX: Profiling, coverage disabled for now
111 # XXX: What about cex100/egl/osx/wayland/win32 backends?
112 # XXX: evdev/tslib input seem to be experimental?
113 myconf="--enable-debug=minimum"
114 use debug && myconf="--enable-debug=yes"
115 G2CONF="${G2CONF} ${myconf}
116 --enable-xinput
117 --enable-x11-backend=yes
118 --disable-profile
119 --disable-maintainer-flags
120 --disable-gcov
121 --disable-cex100-backend
122 --disable-egl-backend
123 --disable-quartz-backend
124 --disable-wayland-backend
125 --disable-win32-backend
126 --disable-tslib-input
127 --disable-evdev-input
128 $(use_enable gtk gdk-backend)
129 $(use_enable introspection)
130 $(use_enable doc docs)
131 $(use_enable test conformance)
132 $(use_enable test gdk-pixbuf)"
133 }
134
135 src_prepare() {
136 gnome2_src_prepare
137
138 # We only need conformance tests, the rest are useless for us
139 sed -e 's/^\(SUBDIRS =\).*/\1/g' \
140 -i tests/Makefile.am || die "am tests sed failed"
141 sed -e 's/^\(SUBDIRS =\)[^\]*/\1/g' \
142 -i tests/Makefile.in || die "in tests sed failed"
143 }
144
145 src_test() {
146 # Run only the conformance tests
147 # The perf tests are useless because we run under sw rendering
148 cd tests/
149 Xemake test conform
150 }
151
152 src_install() {
153 clutter_src_install
154 }