Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/clutter: ChangeLog clutter-1.18.2.ebuild
Date: Sun, 27 Apr 2014 17:29:36
Message-Id: 20140427172932.64AB62004B@flycatcher.gentoo.org
1 eva 14/04/27 17:29:32
2
3 Modified: ChangeLog
4 Added: clutter-1.18.2.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.85 media-libs/clutter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.85&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.85&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?r1=1.84&r2=1.85
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
20 retrieving revision 1.84
21 retrieving revision 1.85
22 diff -u -r1.84 -r1.85
23 --- ChangeLog 18 Apr 2014 11:24:51 -0000 1.84
24 +++ ChangeLog 27 Apr 2014 17:29:32 -0000 1.85
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/clutter
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.84 2014/04/18 11:24:51 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.85 2014/04/27 17:29:32 eva Exp $
30 +
31 +*clutter-1.18.2 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o> +clutter-1.18.2.ebuild:
34 + Version bump for Gnome 3.12.
35
36 18 Apr 2014; Pacho Ramos <pacho@g.o> -clutter-1.12.2.ebuild,
37 -clutter-1.14.6.ebuild, -clutter-1.16.4.ebuild:
38
39
40
41 1.1 media-libs/clutter/clutter-1.18.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.18.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.18.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: clutter-1.18.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 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.18.2.ebuild,v 1.1 2014/04/27 17:29:32 eva 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 # XXX: evdev input requires libinput and gudev >= 136
70 RDEPEND="
71 >=dev-libs/glib-2.37.3:2
72 >=dev-libs/atk-2.5.3[introspection?]
73 >=dev-libs/json-glib-0.12[introspection?]
74 >=media-libs/cogl-1.17.5:1.0=[introspection?,pango]
75 media-libs/fontconfig
76 >=x11-libs/cairo-1.12:=[glib]
77 >=x11-libs/pango-1.30[introspection?]
78
79 virtual/opengl
80 x11-libs/libdrm:=
81 >=x11-libs/libX11-1.3.1
82 x11-libs/libXext
83 x11-libs/libXdamage
84 x11-proto/inputproto
85 >=x11-libs/libXi-1.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 "
91 DEPEND="${RDEPEND}
92 >=dev-util/gtk-doc-am-1.20
93 virtual/pkgconfig
94 >=sys-devel/gettext-0.17
95 doc? (
96 >=dev-util/gtk-doc-1.20
97 >=app-text/docbook-sgml-utils-0.6.14[jadetex]
98 dev-libs/libxslt )
99 test? ( x11-libs/gdk-pixbuf )"
100
101 # Tests fail with both swrast and llvmpipe
102 # They pass under r600g or i965, so the bug is in mesa
103 #RESTRICT="test"
104
105 src_prepare() {
106 # We only need conformance tests, the rest are useless for us
107 sed -e 's/^\(SUBDIRS =\).*/\1 accessibility conform/g' \
108 -i tests/Makefile.am || die "am tests sed failed"
109 sed -e 's/^\(SUBDIRS =\)[^\]*/\1 accessibility conform/g' \
110 -i tests/Makefile.in || die "in tests sed failed"
111
112 gnome2_src_prepare
113 }
114
115 src_configure() {
116 DOCS="README NEWS ChangeLog*"
117
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 }
146
147 src_install() {
148 clutter_src_install
149 }