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