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