Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/clutter: clutter-1.14.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:40:11
Message-Id: 20130328174005.945D42171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:40:05
2
3 Modified: ChangeLog
4 Added: clutter-1.14.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.68 media-libs/clutter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.68&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.68&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?r1=1.67&r2=1.68
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
20 retrieving revision 1.67
21 retrieving revision 1.68
22 diff -u -r1.67 -r1.68
23 --- ChangeLog 27 Mar 2013 10:28:40 -0000 1.67
24 +++ ChangeLog 28 Mar 2013 17:40:05 -0000 1.68
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/clutter
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.67 2013/03/27 10:28:40 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.68 2013/03/28 17:40:05 pacho Exp $
30 +
31 +*clutter-1.14.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +clutter-1.14.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 27 Mar 2013; Agostino Sarubbo <ago@g.o> clutter-1.12.2.ebuild:
37 Stable for ppc64, wrt bug #458984
38
39
40
41 1.1 media-libs/clutter/clutter-1.14.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.14.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.14.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: clutter-1.14.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.14.0.ebuild,v 1.1 2013/03/28 17:40:05 pacho Exp $
51
52 EAPI="5"
53 CLUTTER_LA_PUNT="yes"
54
55 # Inherit gnome2 after clutter to download sources from gnome.org
56 # since clutter-project.org doesn't provide .xz tarballs
57 inherit clutter gnome2 virtualx
58
59 DESCRIPTION="Clutter is a library for creating graphical user interfaces"
60
61 LICENSE="LGPL-2.1+ FDL-1.1+"
62 SLOT="1.0"
63 IUSE="debug doc gtk +introspection test" # evdev tslib
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
65
66 # NOTE: glx flavour uses libdrm + >=mesa-7.3
67 # XXX: uprof needed for profiling
68 # >=libX11-1.3.1 needed for X Generic Event support
69 RDEPEND="
70 >=dev-libs/glib-2.31.19:2
71 >=dev-libs/atk-2.5.3[introspection?]
72 >=dev-libs/json-glib-0.12[introspection?]
73 >=media-libs/cogl-1.14.0:1.0=[introspection?,pango]
74 media-libs/fontconfig
75 >=x11-libs/cairo-1.10:=[glib]
76 >=x11-libs/pango-1.30[introspection?]
77
78 virtual/opengl
79 x11-libs/libdrm:=
80 >=x11-libs/libX11-1.3.1
81 x11-libs/libXext
82 x11-libs/libXdamage
83 x11-proto/inputproto
84 >=x11-libs/libXi-1.3
85 >=x11-libs/libXfixes-3
86 >=x11-libs/libXcomposite-0.4
87
88 gtk? ( >=x11-libs/gtk+-3.3.18:3 )
89 introspection? ( >=dev-libs/gobject-introspection-0.9.6 )"
90 DEPEND="${RDEPEND}
91 >=dev-util/gtk-doc-am-1.15
92 virtual/pkgconfig
93 >=sys-devel/gettext-0.17
94 doc? (
95 >=dev-util/gtk-doc-1.15
96 >=app-text/docbook-sgml-utils-0.6.14[jadetex]
97 dev-libs/libxslt )
98 test? ( x11-libs/gdk-pixbuf )"
99
100 # Tests fail with both swrast and llvmpipe
101 # They pass under r600g or i965, so the bug is in mesa
102 RESTRICT="test"
103
104 src_prepare() {
105 DOCS="README NEWS ChangeLog*"
106
107 # XXX: Conformance test suite (and clutter itself) does not work under Xvfb
108 # (GLX error blabla)
109 # XXX: Profiling, coverage disabled for now
110 # XXX: What about cex100/egl/osx/wayland/win32 backends?
111 # XXX: evdev/tslib input seem to be experimental?
112 G2CONF="${G2CONF} ${myconf}
113 --enable-xinput
114 --enable-x11-backend=yes
115 --disable-profile
116 --disable-maintainer-flags
117 --disable-gcov
118 --disable-cex100-backend
119 --disable-egl-backend
120 --disable-quartz-backend
121 --disable-wayland-backend
122 --disable-win32-backend
123 --disable-tslib-input
124 --disable-evdev-input
125 $(usex debug --enable-debug=yes --enable-debug=minimum)
126 $(use_enable gtk gdk-backend)
127 $(use_enable introspection)
128 $(use_enable doc docs)
129 $(use_enable test conformance)
130 $(use_enable test gdk-pixbuf)"
131
132 # We only need conformance tests, the rest are useless for us
133 sed -e 's/^\(SUBDIRS =\).*/\1/g' \
134 -i tests/Makefile.am || die "am tests sed failed"
135 sed -e 's/^\(SUBDIRS =\)[^\]*/\1/g' \
136 -i tests/Makefile.in || die "in tests sed failed"
137
138 gnome2_src_prepare
139 }
140
141 src_compile() {
142 default
143 if use test; then
144 emake -C tests/conform
145 fi
146 }
147
148 src_test() {
149 Xemake check
150 }
151
152 src_install() {
153 clutter_src_install
154 }