summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-10-29 22:28:15 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-10-29 22:28:15 +0000
commit72492ed4dfcd9e2a55971bdff3877242e97f91dc (patch)
tree888e100f802775f9135af2915e353c9ac9c387ac /media-video/cheese
parentNew version for GNOME 2.28. (diff)
downloadgentoo-2-72492ed4dfcd9e2a55971bdff3877242e97f91dc.tar.gz
gentoo-2-72492ed4dfcd9e2a55971bdff3877242e97f91dc.tar.bz2
gentoo-2-72492ed4dfcd9e2a55971bdff3877242e97f91dc.zip
New version for GNOME 2.28.
(Portage version: 2.2_rc46/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.28.1.ebuild50
2 files changed, 56 insertions, 1 deletions
diff --git a/media-video/cheese/ChangeLog b/media-video/cheese/ChangeLog
index bae0f7968d73..17740f775a74 100644
--- a/media-video/cheese/ChangeLog
+++ b/media-video/cheese/ChangeLog
@@ -1,6 +1,11 @@
# 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.15 2009/08/23 02:01:48 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.16 2009/10/29 22:28:15 eva Exp $
+
+*cheese-2.28.1 (29 Oct 2009)
+
+ 29 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org> +cheese-2.28.1.ebuild:
+ New version for GNOME 2.28.
23 Aug 2009; Gilles Dartiguelongue <eva@gentoo.org> cheese-2.24.3.ebuild,
-cheese-2.26.2.ebuild, cheese-2.26.3.ebuild:
diff --git a/media-video/cheese/cheese-2.28.1.ebuild b/media-video/cheese/cheese-2.28.1.ebuild
new file mode 100644
index 000000000000..190a88d97220
--- /dev/null
+++ b/media-video/cheese/cheese-2.28.1.ebuild
@@ -0,0 +1,50 @@
+# 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.ebuild,v 1.1 2009/10/29 22:28:15 eva 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
+ 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"