diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-08-01 02:43:12 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-08-01 02:43:12 +0000 |
commit | 90ebed30de51924971c5ec846dca25621212ea86 (patch) | |
tree | 7af8717605ddaeae364a4860b59ef25fda89783d /media-video/cheese | |
parent | Add missing dependency on gnome-icon-theme-symbolic (bug #479290, thanks to T... (diff) | |
download | gentoo-2-90ebed30de51924971c5ec846dca25621212ea86.tar.gz gentoo-2-90ebed30de51924971c5ec846dca25621212ea86.tar.bz2 gentoo-2-90ebed30de51924971c5ec846dca25621212ea86.zip |
Depend on >=clutter-gst-2.0.6 to avoid GLSL errors (bug #478702, thanks to Jan Vesely).
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'media-video/cheese')
-rw-r--r-- | media-video/cheese/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/cheese/cheese-3.8.2.ebuild | 5 | ||||
-rw-r--r-- | media-video/cheese/cheese-3.8.3.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/media-video/cheese/ChangeLog b/media-video/cheese/ChangeLog index 22c264e4fb35..cc641ad1082a 100644 --- a/media-video/cheese/ChangeLog +++ b/media-video/cheese/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/cheese # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.72 2013/07/20 08:43:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.73 2013/08/01 02:43:12 tetromino Exp $ + + 01 Aug 2013; Alexandre Rostovtsev <tetromino@gentoo.org> cheese-3.8.2.ebuild, + cheese-3.8.3.ebuild: + Depend on >=clutter-gst-2.0.6 to avoid GLSL errors (bug #478702, thanks to + Jan Vesely). *cheese-3.8.3 (20 Jul 2013) diff --git a/media-video/cheese/cheese-3.8.2.ebuild b/media-video/cheese/cheese-3.8.2.ebuild index 2ff973c6b63c..e3a2db616ae4 100644 --- a/media-video/cheese/cheese-3.8.2.ebuild +++ b/media-video/cheese/cheese-3.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.8.2.ebuild,v 1.1 2013/05/14 18:23:12 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.8.2.ebuild,v 1.2 2013/08/01 02:43:12 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -16,6 +16,7 @@ SLOT="0/7" # subslot = libcheese soname version IUSE="+introspection sendto test" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +# using clutter-gst-2.0.0 results in GLSL errors; bug #478702 COMMON_DEPEND=" >=dev-libs/glib-2.28:2 >=x11-libs/gtk+-3.4.4:3[introspection?] @@ -26,7 +27,7 @@ COMMON_DEPEND=" >=media-libs/libcanberra-0.26[gtk3] >=media-libs/clutter-1.10:1.0[introspection?] >=media-libs/clutter-gtk-0.91.8:1.0 - >=media-libs/clutter-gst-1.9:2.0 + >=media-libs/clutter-gst-2.0.6:2.0 media-libs/cogl:1.0=[introspection?] media-video/gnome-video-effects diff --git a/media-video/cheese/cheese-3.8.3.ebuild b/media-video/cheese/cheese-3.8.3.ebuild index da533eea0656..a21bf8d50596 100644 --- a/media-video/cheese/cheese-3.8.3.ebuild +++ b/media-video/cheese/cheese-3.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.8.3.ebuild,v 1.1 2013/07/20 08:43:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.8.3.ebuild,v 1.2 2013/08/01 02:43:12 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -16,6 +16,7 @@ SLOT="0/7" # subslot = libcheese soname version IUSE="+introspection sendto test" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +# using clutter-gst-2.0.0 results in GLSL errors; bug #478702 COMMON_DEPEND=" >=dev-libs/glib-2.28:2 >=x11-libs/gtk+-3.4.4:3[introspection?] @@ -26,7 +27,7 @@ COMMON_DEPEND=" >=media-libs/libcanberra-0.26[gtk3] >=media-libs/clutter-1.10:1.0[introspection?] >=media-libs/clutter-gtk-0.91.8:1.0 - >=media-libs/clutter-gst-1.9:2.0 + >=media-libs/clutter-gst-2.0.6:2.0 media-libs/cogl:1.0=[introspection?] media-video/gnome-video-effects |