diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-30 21:56:44 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-30 21:56:44 +0000 |
commit | 804b8ad66459a51989d06a86d8c28dc26ca2f62e (patch) | |
tree | d6e10820c5a36c4d3791bf8e85a9b5ebdbebdf2c /media-video | |
parent | bump to 5.22.3. Translation update and bug fix. (diff) | |
download | gentoo-2-804b8ad66459a51989d06a86d8c28dc26ca2f62e.tar.gz gentoo-2-804b8ad66459a51989d06a86d8c28dc26ca2f62e.tar.bz2 gentoo-2-804b8ad66459a51989d06a86d8c28dc26ca2f62e.zip |
bump to 2.22.3. Get the proper thumbnail for previous photos, more translations.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/cheese/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/cheese/cheese-2.22.3.ebuild | 50 |
2 files changed, 57 insertions, 1 deletions
diff --git a/media-video/cheese/ChangeLog b/media-video/cheese/ChangeLog index 9dba2cc70979..b96b63354ff5 100644 --- a/media-video/cheese/ChangeLog +++ b/media-video/cheese/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/cheese # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.3 2008/05/31 12:04:29 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.4 2008/06/30 21:56:44 eva Exp $ + +*cheese-2.22.3 (30 Jun 2008) + + 30 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> +cheese-2.22.3.ebuild: + bump to 2.22.3. Get the proper thumbnail for previous photos, more + translations. *cheese-2.22.2 (31 May 2008) diff --git a/media-video/cheese/cheese-2.22.3.ebuild b/media-video/cheese/cheese-2.22.3.ebuild new file mode 100644 index 000000000000..528c42443718 --- /dev/null +++ b/media-video/cheese/cheese-2.22.3.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.22.3.ebuild,v 1.1 2008/06/30 21:56:44 eva Exp $ + +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" + +RDEPEND=">=dev-libs/dbus-glib-0.7 + >=dev-libs/glib-2.15.5 + >=gnome-base/gconf-2.16.0 + >=gnome-base/gnome-vfs-2.18 + >=gnome-base/libgnomeui-2.14.0 + >=gnome-base/librsvg-2.18.0 + >=gnome-extra/evolution-data-server-1.12 + >=media-libs/gstreamer-0.10.15 + >=media-libs/gst-plugins-base-0.10.15 + >=media-plugins/gst-plugins-gconf-0.10 + >=media-plugins/gst-plugins-ogg-0.10.15 + >=media-plugins/gst-plugins-pango-0.10.15 + >=media-plugins/gst-plugins-theora-0.10.15 + >=media-plugins/gst-plugins-v4l2-0.10 + >=media-plugins/gst-plugins-vorbis-0.10.15 + >=sys-apps/dbus-1 + >=sys-apps/hal-0.5.9 + >=x11-libs/cairo-1.2.4 + >=x11-libs/gtk+-2.10 + x11-libs/libXxf86vm + >=x11-libs/pango-1.18.0 + v4l? ( >=media-plugins/gst-plugins-v4l-0.10 )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35 + dev-util/pkgconfig + app-text/gnome-doc-utils + x11-proto/xf86vidmodeproto" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + G2CONF="${G2CONF} --disable-scrollkeeper" +} |