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.20.2.ebuild
Date: Fri, 01 May 2015 16:03:31
Message-Id: 20150501160322.0FEE39AB@oystercatcher.gentoo.org
1 eva 15/05/01 16:03:20
2
3 Modified: ChangeLog
4 Added: clutter-1.20.2.ebuild
5 Log:
6 Version bump, backport of fixes from 1.22.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.95 media-libs/clutter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.95&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.95&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?r1=1.94&r2=1.95
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
20 retrieving revision 1.94
21 retrieving revision 1.95
22 diff -u -r1.94 -r1.95
23 --- ChangeLog 15 Mar 2015 13:28:34 -0000 1.94
24 +++ ChangeLog 1 May 2015 16:03:20 -0000 1.95
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/clutter
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.94 2015/03/15 13:28:34 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.95 2015/05/01 16:03:20 eva Exp $
30 +
31 +*clutter-1.20.2 (01 May 2015)
32 +
33 + 01 May 2015; Gilles Dartiguelongue <eva@g.o> +clutter-1.20.2.ebuild:
34 + Version bump, backport of fixes from 1.22.
35
36 15 Mar 2015; Pacho Ramos <pacho@g.o> clutter-1.20.0.ebuild:
37 x86 stable, bug 534012
38
39
40
41 1.1 media-libs/clutter/clutter-1.20.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.20.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.20.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: clutter-1.20.2.ebuild
47 ===================================================================
48 # Copyright 1999-2015 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.20.2.ebuild,v 1.1 2015/05/01 16:03:20 eva Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2 virtualx
57
58 HOMEPAGE="https://wiki.gnome.org/Projects/Clutter"
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="aqua debug doc egl gtk +introspection test wayland +X"
64 REQUIRED_USE="
65 || ( aqua wayland X )
66 wayland? ( egl )
67 "
68 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
69
70 # NOTE: glx flavour uses libdrm + >=mesa-7.3
71 # XXX: uprof needed for profiling
72 # >=libX11-1.3.1 needed for X Generic Event support
73 # do not depend on tslib, it does not build and is disable by default upstream
74 # <dev-libs/libinput-0.8 due to Gnome bugzilla #742829
75 RDEPEND="
76 >=dev-libs/glib-2.37.3:2
77 >=dev-libs/atk-2.5.3[introspection?]
78 >=dev-libs/json-glib-0.12[introspection?]
79 >=media-libs/cogl-1.17.5:1.0=[introspection?,pango,wayland?]
80 >=x11-libs/cairo-1.12:=[aqua?,glib]
81 >=x11-libs/pango-1.30[introspection?]
82
83 virtual/opengl
84 x11-libs/libdrm:=
85
86 egl? (
87 >=dev-libs/libinput-0.4
88 <dev-libs/libinput-0.8
89 media-libs/cogl[gles2,kms]
90 >=virtual/libgudev-136
91 x11-libs/libxkbcommon
92 )
93 gtk? ( >=x11-libs/gtk+-3.3.18:3[aqua?] )
94 introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
95 X? (
96 media-libs/fontconfig
97 >=x11-libs/libX11-1.3.1
98 x11-libs/libXext
99 x11-libs/libXdamage
100 x11-proto/inputproto
101 >=x11-libs/libXi-1.3
102 >=x11-libs/libXcomposite-0.4 )
103 wayland? (
104 dev-libs/wayland
105 x11-libs/gdk-pixbuf:2 )
106 "
107 DEPEND="${RDEPEND}
108 >=dev-util/gtk-doc-am-1.20
109 >=sys-devel/gettext-0.17
110 virtual/pkgconfig
111 doc? (
112 >=dev-util/gtk-doc-1.20
113 >=app-text/docbook-sgml-utils-0.6.14[jadetex]
114 dev-libs/libxslt )
115 test? ( x11-libs/gdk-pixbuf )"
116
117 # Tests fail with both swrast and llvmpipe
118 # They pass under r600g or i965, so the bug is in mesa
119 #RESTRICT="test"
120
121 src_prepare() {
122 # We only need conformance tests, the rest are useless for us
123 sed -e 's/^\(SUBDIRS =\).*/\1 accessibility conform/g' \
124 -i tests/Makefile.am || die "am tests sed failed"
125 sed -e 's/^\(SUBDIRS =\)[^\]*/\1 accessibility conform/g' \
126 -i tests/Makefile.in || die "in tests sed failed"
127
128 gnome2_src_prepare
129 }
130
131 src_configure() {
132 # XXX: Conformance test suite (and clutter itself) does not work under Xvfb
133 # (GLX error blabla)
134 # XXX: Profiling, coverage disabled for now
135 # XXX: What about cex100/win32 backends?
136 gnome2_src_configure \
137 --disable-profile \
138 --disable-maintainer-flags \
139 --disable-gcov \
140 --disable-cex100-backend \
141 --disable-win32-backend \
142 --disable-tslib-input \
143 $(use_enable aqua quartz-backend) \
144 $(usex debug --enable-debug=yes --enable-debug=minimum) \
145 $(use_enable doc docs) \
146 $(use_enable egl egl-backend) \
147 $(use_enable egl evdev-input) \
148 $(use_enable gtk gdk-backend) \
149 $(use_enable introspection) \
150 $(use_enable test gdk-pixbuf) \
151 $(use_enable wayland wayland-backend) \
152 $(use_enable wayland wayland-compositor) \
153 $(use_enable X xinput) \
154 $(use_enable X x11-backend)
155 }
156
157 src_test() {
158 Xemake check -C tests/conform
159 }