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.18.4.ebuild ChangeLog clutter-1.16.4-r1.ebuild
Date: Tue, 02 Sep 2014 10:05:08
Message-Id: 20140902100505.2E18F4817@oystercatcher.gentoo.org
1 pacho 14/09/02 10:05:05
2
3 Modified: ChangeLog
4 Added: clutter-1.18.4.ebuild
5 Removed: clutter-1.16.4-r1.ebuild
6 Log:
7 Version bump, drop old, stop using clutter.eclass (#486362)
8
9 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.88 media-libs/clutter/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.88&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.88&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?r1=1.87&r2=1.88
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
21 retrieving revision 1.87
22 retrieving revision 1.88
23 diff -u -r1.87 -r1.88
24 --- ChangeLog 23 Jul 2014 15:19:07 -0000 1.87
25 +++ ChangeLog 2 Sep 2014 10:05:05 -0000 1.88
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-libs/clutter
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.87 2014/07/23 15:19:07 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.88 2014/09/02 10:05:05 pacho Exp $
31 +
32 +*clutter-1.18.4 (02 Sep 2014)
33 +
34 + 02 Sep 2014; Pacho Ramos <pacho@g.o> +clutter-1.18.4.ebuild,
35 + -clutter-1.16.4-r1.ebuild:
36 + Version bump, drop old, stop using clutter.eclass (#486362)
37
38 23 Jul 2014; Agostino Sarubbo <ago@g.o> clutter-1.18.2.ebuild:
39 Stable for x86, wrt bug #512012
40
41
42
43 1.1 media-libs/clutter/clutter-1.18.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: clutter-1.18.4.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild,v 1.1 2014/09/02 10:05:05 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes"
57
58 inherit gnome2 virtualx
59
60 HOMEPAGE="https://wiki.gnome.org/Projects/Clutter"
61 DESCRIPTION="Clutter is a library for creating graphical user interfaces"
62
63 LICENSE="LGPL-2.1+ FDL-1.1+"
64 SLOT="1.0"
65 IUSE="debug doc gtk +introspection test" # evdev tslib
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
67
68 # NOTE: glx flavour uses libdrm + >=mesa-7.3
69 # XXX: uprof needed for profiling
70 # >=libX11-1.3.1 needed for X Generic Event support
71 # XXX: evdev input requires libinput and gudev >= 136
72 RDEPEND="
73 >=dev-libs/glib-2.37.3:2
74 >=dev-libs/atk-2.5.3[introspection?]
75 >=dev-libs/json-glib-0.12[introspection?]
76 >=media-libs/cogl-1.17.5:1.0=[introspection?,pango]
77 media-libs/fontconfig
78 >=x11-libs/cairo-1.12:=[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/libXcomposite-0.4
89
90 gtk? ( >=x11-libs/gtk+-3.3.18:3 )
91 introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
92 "
93 DEPEND="${RDEPEND}
94 >=dev-util/gtk-doc-am-1.20
95 virtual/pkgconfig
96 >=sys-devel/gettext-0.17
97 doc? (
98 >=dev-util/gtk-doc-1.20
99 >=app-text/docbook-sgml-utils-0.6.14[jadetex]
100 dev-libs/libxslt )
101 test? ( x11-libs/gdk-pixbuf )"
102
103 # Tests fail with both swrast and llvmpipe
104 # They pass under r600g or i965, so the bug is in mesa
105 #RESTRICT="test"
106
107 src_prepare() {
108 # We only need conformance tests, the rest are useless for us
109 sed -e 's/^\(SUBDIRS =\).*/\1 accessibility conform/g' \
110 -i tests/Makefile.am || die "am tests sed failed"
111 sed -e 's/^\(SUBDIRS =\)[^\]*/\1 accessibility conform/g' \
112 -i tests/Makefile.in || die "in tests sed failed"
113
114 gnome2_src_prepare
115 }
116
117 src_configure() {
118 # XXX: Conformance test suite (and clutter itself) does not work under Xvfb
119 # (GLX error blabla)
120 # XXX: Profiling, coverage disabled for now
121 # XXX: What about cex100/egl/osx/wayland/win32 backends?
122 # XXX: evdev/tslib input seem to be experimental?
123 gnome2_src_configure \
124 --enable-xinput \
125 --enable-x11-backend=yes \
126 --disable-profile \
127 --disable-maintainer-flags \
128 --disable-gcov \
129 --disable-cex100-backend \
130 --disable-egl-backend \
131 --disable-quartz-backend \
132 --disable-wayland-backend \
133 --disable-win32-backend \
134 --disable-tslib-input \
135 --disable-evdev-input \
136 $(usex debug --enable-debug=yes --enable-debug=minimum) \
137 $(use_enable doc docs) \
138 $(use_enable gtk gdk-backend) \
139 $(use_enable introspection) \
140 $(use_enable test gdk-pixbuf)
141 }
142
143 src_test() {
144 Xemake check -C tests/conform
145 }