Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/clutter/
Date: Wed, 30 May 2018 07:59:42
Message-Id: 1527667152.9d54896150d07805fd4ea4a55679e073fba10983.sobhan@gentoo
1 commit: 9d54896150d07805fd4ea4a55679e073fba10983
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 30 07:58:03 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 07:59:12 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9d548961
7
8 media-libs/clutter: sync with portage
9
10 Closes: https://bugs.gentoo.org/656306
11 Package-Manager: Portage-2.3.36, Repoman-2.3.9
12 Manifest-Sign-Key: 0x7DF238CF0AA182E1
13
14 media-libs/clutter/clutter-9999.ebuild | 17 ++++++++---------
15 1 file changed, 8 insertions(+), 9 deletions(-)
16
17 diff --git a/media-libs/clutter/clutter-9999.ebuild b/media-libs/clutter/clutter-9999.ebuild
18 index 77037afb..a9e3021c 100644
19 --- a/media-libs/clutter/clutter-9999.ebuild
20 +++ b/media-libs/clutter/clutter-9999.ebuild
21 @@ -1,9 +1,7 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26
27 -EAPI="5"
28 -GCONF_DEBUG="no"
29 +EAPI=6
30 GNOME2_LA_PUNT="yes"
31
32 inherit gnome2 virtualx
33 @@ -16,6 +14,7 @@ DESCRIPTION="Clutter is a library for creating graphical user interfaces"
34
35 LICENSE="LGPL-2.1+ FDL-1.1+"
36 SLOT="1.0"
37 +
38 IUSE="aqua debug doc egl gtk +introspection test wayland X"
39 REQUIRED_USE="
40 || ( aqua wayland X )
41 @@ -29,7 +28,7 @@ fi
42
43 # NOTE: glx flavour uses libdrm + >=mesa-7.3
44 # >=libX11-1.3.1 needed for X Generic Event support
45 -# do not depend on tslib, it does not build and is disable by default upstream
46 +# do not depend on tslib, it does not build and is disabled by default upstream
47 RDEPEND="
48 >=dev-libs/glib-2.44.0:2
49 >=dev-libs/atk-2.5.3[introspection?]
50 @@ -43,18 +42,17 @@ RDEPEND="
51
52 egl? (
53 >=dev-libs/libinput-0.19.0
54 - media-libs/cogl:1.0=[gles2,kms]
55 + media-libs/cogl[gles2,kms]
56 >=virtual/libgudev-136
57 x11-libs/libxkbcommon
58 )
59 - gtk? ( >=x11-libs/gtk+-3.3.18:3[aqua?] )
60 + gtk? ( >=x11-libs/gtk+-3.22.6:3[aqua?] )
61 introspection? ( >=dev-libs/gobject-introspection-1.39:= )
62 X? (
63 media-libs/fontconfig
64 >=x11-libs/libX11-1.3.1
65 x11-libs/libXext
66 x11-libs/libXdamage
67 - x11-base/xorg-proto
68 >=x11-libs/libXi-1.3
69 >=x11-libs/libXcomposite-0.4 )
70 wayland? (
71 @@ -69,6 +67,7 @@ DEPEND="${RDEPEND}
72 >=dev-util/gtk-doc-1.20
73 >=app-text/docbook-sgml-utils-0.6.14[jadetex]
74 dev-libs/libxslt )
75 + X? ( x11-base/xorg-proto )
76 test? ( x11-libs/gdk-pixbuf )
77 "
78
79 @@ -109,5 +108,5 @@ src_configure() {
80 }
81
82 src_test() {
83 - Xemake check -C tests/conform
84 + virtx emake check -C tests/conform
85 }