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-9999.ebuild
Date: Mon, 31 Jan 2011 05:50:07
Message-Id: 20110131054953.079D220054@flycatcher.gentoo.org
1 nirbheek 11/01/31 05:49:52
2
3 Modified: ChangeLog
4 Added: clutter-9999.ebuild
5 Log:
6 Add a live version, often needed for the live version of gnome-shell in the gnome overlay
7
8 (Portage version: 2.1.9.35/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 media-libs/clutter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 24 Jan 2011 21:29:26 -0000 1.14
24 +++ ChangeLog 31 Jan 2011 05:49:52 -0000 1.15
25 @@ -1,6 +1,12 @@
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.14 2011/01/24 21:29:26 nirbheek Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.15 2011/01/31 05:49:52 nirbheek Exp $
30 +
31 +*clutter-9999 (31 Jan 2011)
32 +
33 + 31 Jan 2011; Nirbheek Chauhan <nirbheek@g.o> +clutter-9999.ebuild:
34 + Add a live version, often needed for the live version of gnome-shell in
35 + the gnome overlay
36
37 *clutter-1.5.14 (24 Jan 2011)
38
39
40
41
42 1.1 media-libs/clutter/clutter-9999.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-9999.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-9999.ebuild?rev=1.1&content-type=text/plain
46
47 Index: clutter-9999.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-9999.ebuild,v 1.1 2011/01/31 05:49:52 nirbheek Exp $
52
53 EAPI="2"
54 WANT_AUTOMAKE="1.11"
55
56 inherit clutter
57
58 DESCRIPTION="Clutter is a library for creating graphical user interfaces"
59
60 SLOT="1.0"
61 IUSE="debug doc +introspection"
62 if [[ ${PV} = 9999 ]]; then
63 inherit autotools git
64 EGIT_BOOTSTRAP="echo > build/config.rpath
65 gtkdocize
66 cp "${ROOT}/usr/share/gettext/po/Makefile.in.in" po/
67 eautoreconf"
68 EGIT_REPO_URI="git://git.clutter-project.org/${PN}.git"
69 SRC_URI=""
70 KEYWORDS=""
71 DEPEND=">=dev-util/gtk-doc-1.13"
72 else
73 KEYWORDS="~amd64 ~ppc64 ~x86"
74 fi
75
76 # NOTE: glx flavour uses libdrm + >=mesa-7.3
77 # We always use the gdk-pixbuf backend now since it's been split out
78 RDEPEND="${RDEPEND}
79 >=dev-libs/glib-2.26
80 >=x11-libs/cairo-1.10
81 >=x11-libs/pango-1.20[introspection?]
82 >=dev-libs/json-glib-0.12[introspection?]
83 >=dev-libs/atk-1.7
84
85 virtual/opengl
86 x11-libs/libdrm
87 x11-libs/libX11
88 x11-libs/libXext
89 x11-libs/libXdamage
90 x11-proto/inputproto
91 >=x11-libs/libXi-1.3
92 >=x11-libs/libXfixes-3
93 >=x11-libs/libXcomposite-0.4
94
95 || ( x11-libs/gdk-pixbuf
96 >=x11-libs/gtk+-2.0 )
97
98 introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
99 "
100 DEPEND="${RDEPEND}
101 ${DEPEND}
102 sys-devel/gettext
103 dev-util/pkgconfig
104 >=dev-util/gtk-doc-am-1.13
105 doc? (
106 >=dev-util/gtk-doc-1.13
107 >=app-text/docbook-sgml-utils-0.6.14[jadetex]
108 dev-libs/libxslt )
109 "
110 DOCS="AUTHORS README NEWS ChangeLog*"
111
112 src_configure() {
113 # We only need conformance tests, the rest are useless for us
114 sed -e 's/^\(SUBDIRS =\).*/\1/g' \
115 -i tests/Makefile.am || die "am tests sed failed"
116 sed -e 's/^\(SUBDIRS =\).*/\1/g' \
117 -i tests/Makefile.in || die "in tests sed failed"
118
119 # XXX: Conformance test suite (and clutter itself) does not work under Xvfb
120 # XXX: Profiling, coverage disabled for now
121 # XXX: What about eglx/eglnative/opengl-egl-xlib/osx/wayland/etc flavours?
122 # Uses gudev-1.0 and libxkbcommon for eglnative/cex1000
123 local myconf="
124 --enable-debug=minimum
125 --enable-cogl-debug=minimum
126 --enable-conformance=no
127 --disable-gcov
128 --enable-profile=no
129 --enable-maintainer-flags=no
130 --enable-xinput
131 --with-flavour=glx
132 --with-imagebackend=gdk-pixbuf
133 $(use_enable introspection)
134 $(use_enable doc docs)"
135
136 if use debug; then
137 myconf="${myconf}
138 --enable-debug=yes
139 --enable-cogl-debug=yes"
140 fi
141
142 econf ${myconf}
143 }