Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/clutter: ChangeLog clutter-1.0.10.ebuild clutter-1.2.10.ebuild
Date: Fri, 25 Jun 2010 14:15:05
Message-Id: 20100625141456.6CFD42CF61@corvid.gentoo.org
1 nirbheek 10/06/25 14:14:56
2
3 Modified: ChangeLog clutter-1.0.10.ebuild
4 Added: clutter-1.2.10.ebuild
5 Log:
6 Bump to 1.2.10 (no more SDL, uses external json-glib, API/ABI compatible with 1.0.10, etc.), fix introspection deps for 1.0.10
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 media-libs/clutter/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 26 Feb 2010 21:41:15 -0000 1.1
23 +++ ChangeLog 25 Jun 2010 14:14:56 -0000 1.2
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-libs/clutter
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.1 2010/02/26 21:41:15 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.2 2010/06/25 14:14:56 nirbheek Exp $
29 +
30 +*clutter-1.2.10 (25 Jun 2010)
31 +
32 + 25 Jun 2010; Nirbheek Chauhan <nirbheek@g.o> clutter-1.0.10.ebuild,
33 + +clutter-1.2.10.ebuild:
34 + Bump to 1.2.10 (no more SDL, uses external json-glib, API/ABI compatible
35 + with 1.0.10, etc.), fix introspection deps for 1.0.10
36
37 *clutter-1.0.10 (26 Feb 2010)
38
39
40
41
42 1.2 media-libs/clutter/clutter-1.0.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.0.10.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.0.10.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.0.10.ebuild?r1=1.1&r2=1.2
47
48 Index: clutter-1.0.10.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.0.10.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- clutter-1.0.10.ebuild 26 Feb 2010 21:41:15 -0000 1.1
55 +++ clutter-1.0.10.ebuild 25 Jun 2010 14:14:56 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.0.10.ebuild,v 1.1 2010/02/26 21:41:15 nirbheek Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.0.10.ebuild,v 1.2 2010/06/25 14:14:56 nirbheek Exp $
61
62 EAPI="2"
63
64 @@ -10,11 +10,11 @@
65
66 SLOT="1.0"
67 KEYWORDS="~amd64 ~x86"
68 -IUSE="debug doc +gtk introspection +opengl"
69 +IUSE="debug doc +gtk +introspection +opengl"
70
71 RDEPEND=">=dev-libs/glib-2.16
72 >=x11-libs/cairo-1.4
73 - >=x11-libs/pango-1.20
74 + >=x11-libs/pango-1.20[introspection?]
75
76 gtk? ( >=x11-libs/gtk+-2.0 )
77 opengl? (
78 @@ -36,9 +36,7 @@
79 >=dev-util/gtk-doc-1.11
80 >=app-text/docbook-sgml-utils-0.6.14[jadetex]
81 app-text/xmlto )
82 - introspection? (
83 - >=dev-libs/gobject-introspection-0.6.4
84 - >=dev-libs/gir-repository-0.6.3[pango] )"
85 + introspection? ( >=dev-libs/gobject-introspection-0.6.4 )"
86
87 src_configure() {
88 local myconf=""
89
90
91
92 1.1 media-libs/clutter/clutter-1.2.10.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.2.10.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.2.10.ebuild?rev=1.1&content-type=text/plain
96
97 Index: clutter-1.2.10.ebuild
98 ===================================================================
99 # Copyright 1999-2010 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.2.10.ebuild,v 1.1 2010/06/25 14:14:56 nirbheek Exp $
102
103 EAPI="2"
104
105 inherit clutter
106
107 DESCRIPTION="Clutter is a library for creating graphical user interfaces"
108
109 SLOT="1.0"
110 KEYWORDS="~amd64 ~x86"
111 IUSE="debug doc +gtk +introspection"
112
113 RDEPEND=">=dev-libs/glib-2.16
114 >=x11-libs/cairo-1.4
115 >=x11-libs/pango-1.20[introspection?]
116 >=dev-libs/json-glib-0.8[introspection?]
117
118 virtual/opengl
119 x11-libs/libX11
120 x11-libs/libXext
121 x11-libs/libXdamage
122 x11-libs/libXi
123 x11-proto/inputproto
124 >=x11-libs/libXfixes-3
125 >=x11-libs/libXcomposite-0.4
126
127 gtk? ( >=x11-libs/gtk+-2.0 )
128 "
129 DEPEND="${RDEPEND}
130 sys-devel/gettext
131 dev-util/gtk-doc-am
132 doc? (
133 >=dev-util/gtk-doc-1.11
134 >=app-text/docbook-sgml-utils-0.6.14[jadetex]
135 dev-libs/libxslt )
136 introspection? ( >=dev-libs/gobject-introspection-0.6.4 )"
137
138 src_configure() {
139 # XXX: Conformance test suite (and clutter itself) does not work under Xvfb
140 # XXX: Profiling, coverage disabled for now
141 # FIXME: Uses internal json-glib
142 local myconf="
143 --enable-debug=minimum
144 --enable-cogl-debug=minimum
145 --enable-conformance=no
146 --disable-gcov
147 --enable-profile=no
148 --enable-maintainer-flags=no
149 --enable-xinput
150 --with-json=system
151 --with-flavour=glx
152 --with-imagebackend=gdk-pixbuf
153 $(use_enable introspection)
154 $(use_enable doc docs)"
155
156 if ! use gtk; then
157 myconf="${myconf} --with-imagebackend=internal"
158 # Internal image backend is experimental
159 ewarn "You have selected the experimental internal image backend"
160 fi
161
162 if use debug; then
163 myconf="${myconf}
164 --enable-debug=yes
165 --enable-cogl-debug=yes"
166 fi
167
168 econf ${myconf}
169 }