commit:     80c1c9ce0bda218feec81ac9120d088b68e4a1f1
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 14:52:40 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 00:52:42 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=80c1c9ce

media-libs/clutter: Bump version to 1.26.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 .../{clutter-1.23.6.ebuild => clutter-1.26.0.ebuild}        | 13 +++++--------
 media-libs/clutter/clutter-9999.ebuild                      | 13 +++++--------
 2 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/media-libs/clutter/clutter-1.23.6.ebuild 
b/media-libs/clutter/clutter-1.26.0.ebuild
similarity index 90%
rename from media-libs/clutter/clutter-1.23.6.ebuild
rename to media-libs/clutter/clutter-1.26.0.ebuild
index ba2bdd4..de3b11f 100644
--- a/media-libs/clutter/clutter-1.23.6.ebuild
+++ b/media-libs/clutter/clutter-1.26.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="Clutter is a library for creating graphical user 
interfaces"
 
 LICENSE="LGPL-2.1+ FDL-1.1+"
 SLOT="1.0"
-IUSE="aqua debug doc egl gtk +introspection test wayland +X"
+IUSE="aqua debug doc egl gtk +introspection test wayland X"
 REQUIRED_USE="
        || ( aqua wayland X )
        wayland? ( egl )
@@ -24,8 +24,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
 # >=libX11-1.3.1 needed for X Generic Event support
 # do not depend on tslib, it does not build and is disable by default upstream
 RDEPEND="
-       >=dev-libs/atk-2.5.3[introspection?]
        >=dev-libs/glib-2.44.0:2
+       >=dev-libs/atk-2.5.3[introspection?]
        >=dev-libs/json-glib-0.12[introspection?]
        >=media-libs/cogl-1.21.2:1.0=[introspection?,pango,wayland?]
        >=x11-libs/cairo-1.14:=[aqua?,glib]
@@ -35,8 +35,8 @@ RDEPEND="
        x11-libs/libdrm:=
 
        egl? (
-               >=dev-libs/libinput-0.19
-               media-libs/cogl:=[gles2,kms]
+               >=dev-libs/libinput-0.19.0
+               media-libs/cogl:1.0=[gles2,kms]
                >=virtual/libgudev-136
                x11-libs/libxkbcommon
        )
@@ -64,9 +64,6 @@ DEPEND="${RDEPEND}
                dev-libs/libxslt )
        test? ( x11-libs/gdk-pixbuf )
 "
-# Tests fail with both swrast and llvmpipe
-# They pass under r600g or i965, so the bug is in mesa
-#RESTRICT="test"
 
 src_prepare() {
        # We only need conformance tests, the rest are useless for us

diff --git a/media-libs/clutter/clutter-9999.ebuild 
b/media-libs/clutter/clutter-9999.ebuild
index 3e4ac26..815f3e0 100644
--- a/media-libs/clutter/clutter-9999.ebuild
+++ b/media-libs/clutter/clutter-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ DESCRIPTION="Clutter is a library for creating graphical user 
interfaces"
 
 LICENSE="LGPL-2.1+ FDL-1.1+"
 SLOT="1.0"
-IUSE="aqua debug doc egl gtk +introspection test wayland +X"
+IUSE="aqua debug doc egl gtk +introspection test wayland X"
 REQUIRED_USE="
        || ( aqua wayland X )
        wayland? ( egl )
@@ -31,8 +31,8 @@ fi
 # >=libX11-1.3.1 needed for X Generic Event support
 # do not depend on tslib, it does not build and is disable by default upstream
 RDEPEND="
-       >=dev-libs/atk-2.5.3[introspection?]
        >=dev-libs/glib-2.44.0:2
+       >=dev-libs/atk-2.5.3[introspection?]
        >=dev-libs/json-glib-0.12[introspection?]
        >=media-libs/cogl-1.21.2:1.0=[introspection?,pango,wayland?]
        >=x11-libs/cairo-1.14:=[aqua?,glib]
@@ -42,8 +42,8 @@ RDEPEND="
        x11-libs/libdrm:=
 
        egl? (
-               >=dev-libs/libinput-0.19
-               media-libs/cogl:=[gles2,kms]
+               >=dev-libs/libinput-0.19.0
+               media-libs/cogl:1.0=[gles2,kms]
                >=virtual/libgudev-136
                x11-libs/libxkbcommon
        )
@@ -71,9 +71,6 @@ DEPEND="${RDEPEND}
                dev-libs/libxslt )
        test? ( x11-libs/gdk-pixbuf )
 "
-# Tests fail with both swrast and llvmpipe
-# They pass under r600g or i965, so the bug is in mesa
-#RESTRICT="test"
 
 src_prepare() {
        # We only need conformance tests, the rest are useless for us

Reply via email to