summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-11-21 14:32:56 +0000
committerRomain Perier <mrpouet@gentoo.org>2009-11-21 14:32:56 +0000
commiteecde638d93b0297533465f8873f8bd2813899f7 (patch)
tree75eb7eb0443dbdb4a5d0710371f29a9741e3be63 /media-video/cheese
parentKeywording for amd64 (diff)
downloadgentoo-2-eecde638d93b0297533465f8873f8bd2813899f7.tar.gz
gentoo-2-eecde638d93b0297533465f8873f8bd2813899f7.tar.bz2
gentoo-2-eecde638d93b0297533465f8873f8bd2813899f7.zip
Add missing gst-plugins-good pure RDEPEND (for videobalance plugin) per bug #293642, new revision.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'media-video/cheese')
-rw-r--r--media-video/cheese/ChangeLog8
-rw-r--r--media-video/cheese/cheese-2.28.1-r1.ebuild51
2 files changed, 58 insertions, 1 deletions
diff --git a/media-video/cheese/ChangeLog b/media-video/cheese/ChangeLog
index 17740f775a74..0cec920d7dae 100644
--- a/media-video/cheese/ChangeLog
+++ b/media-video/cheese/ChangeLog
@@ -1,6 +1,12 @@
# 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.16 2009/10/29 22:28:15 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.17 2009/11/21 14:32:56 mrpouet Exp $
+
+*cheese-2.28.1-r1 (21 Nov 2009)
+
+ 21 Nov 2009; Romain Perier <mrpouet@gentoo.org> +cheese-2.28.1-r1.ebuild:
+ Add missing gst-plugins-good pure RDEPEND (for videobalance plugin) per
+ bug #293642, new revision.
*cheese-2.28.1 (29 Oct 2009)
diff --git a/media-video/cheese/cheese-2.28.1-r1.ebuild b/media-video/cheese/cheese-2.28.1-r1.ebuild
new file mode 100644
index 000000000000..37d0ca5df862
--- /dev/null
+++ b/media-video/cheese/cheese-2.28.1-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.28.1-r1.ebuild,v 1.1 2009/11/21 14:32:56 mrpouet Exp $
+
+EAPI="2"
+GCONF_DEBUG="no"
+
+inherit gnome2 eutils
+
+DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
+HOMEPAGE="http://www.gnome.org/projects/cheese/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="v4l"
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.7
+ >=dev-libs/glib-2.16.0
+ >=x11-libs/gtk+-2.18
+ >=x11-libs/cairo-1.4.0
+ >=x11-libs/pango-1.18.0
+ >=sys-apps/dbus-1
+ >=sys-apps/hal-0.5.9
+ >=gnome-base/gconf-2.16.0
+ >=gnome-base/gnome-desktop-2.26
+ >=gnome-base/librsvg-2.18.0
+ >=gnome-extra/evolution-data-server-1.12
+
+ >=media-libs/gstreamer-0.10.16
+ >=media-libs/gst-plugins-base-0.10.16"
+RDEPEND="${COMMON_DEPEND}
+ >=media-plugins/gst-plugins-gconf-0.10
+ >=media-plugins/gst-plugins-ogg-0.10.16
+ >=media-plugins/gst-plugins-pango-0.10.16
+ >=media-plugins/gst-plugins-theora-0.10.16
+ >=media-plugins/gst-plugins-v4l2-0.10
+ >=media-plugins/gst-plugins-vorbis-0.10.16
+ >=media-libs/gst-plugins-good-0.10.16
+ v4l? ( >=media-plugins/gst-plugins-v4l-0.10 )
+ || ( >=media-plugins/gst-plugins-x-0.10
+ >=media-plugins/gst-plugins-xv-0.10 )"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.40
+ dev-util/pkgconfig
+ app-text/scrollkeeper
+ app-text/gnome-doc-utils
+ x11-proto/xf86vidmodeproto
+ app-text/docbook-xml-dtd:4.3"
+
+DOCS="AUTHORS ChangeLog NEWS README"