summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-02-14 11:19:37 +0000
committerPacho Ramos <pacho@gentoo.org>2010-02-14 11:19:37 +0000
commitc8ba2a4c687fc27b68df6027fc7076dc013a77f0 (patch)
treef2a7f155b0ca01fde4a2fc918b16481d5de65b92 /media-video/cheese
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-c8ba2a4c687fc27b68df6027fc7076dc013a77f0.tar.gz
gentoo-2-c8ba2a4c687fc27b68df6027fc7076dc013a77f0.tar.bz2
gentoo-2-c8ba2a4c687fc27b68df6027fc7076dc013a77f0.zip
Added a video sink to RDEPEND, bug 304725
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'media-video/cheese')
-rw-r--r--media-video/cheese/ChangeLog7
-rw-r--r--media-video/cheese/cheese-2.24.3.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/media-video/cheese/ChangeLog b/media-video/cheese/ChangeLog
index 3c6ce91bbb4f..0412ac6592e1 100644
--- a/media-video/cheese/ChangeLog
+++ b/media-video/cheese/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/cheese
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.18 2009/12/31 15:56:32 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.19 2010/02/14 11:19:37 pacho Exp $
+
+ 14 Feb 2010; Pacho Ramos <pacho@gentoo.org> cheese-2.24.3.ebuild:
+ Added a video sink to RDEPEND, bug 304725
31 Dec 2009; Brent Baude <ranger@gentoo.org> cheese-2.24.3.ebuild:
Marking cheese-2.24.3 ~ppc64 for bug 287051
diff --git a/media-video/cheese/cheese-2.24.3.ebuild b/media-video/cheese/cheese-2.24.3.ebuild
index 2378b4d38ed7..d5a10168a872 100644
--- a/media-video/cheese/cheese-2.24.3.ebuild
+++ b/media-video/cheese/cheese-2.24.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.24.3.ebuild,v 1.5 2009/12/31 15:56:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.24.3.ebuild,v 1.6 2010/02/14 11:19:37 pacho Exp $
GCONF_DEBUG="no"
@@ -34,7 +34,9 @@ RDEPEND=">=dev-libs/dbus-glib-0.7
>=x11-libs/cairo-1.4.0
>=x11-libs/gtk+-2.12
>=x11-libs/pango-1.18.0
- v4l? ( >=media-plugins/gst-plugins-v4l-0.10 )"
+ v4l? ( >=media-plugins/gst-plugins-v4l-0.10 )
+ || ( >=media-plugins/gst-plugins-x-0.10
+ >=media-plugins/gst-plugins-xv-0.10 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40