diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-18 21:32:54 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-18 21:32:54 +0000 |
commit | d4aa77557e18966466ca2217872ab76fd54b2ba4 (patch) | |
tree | ae29d6ff535a0107c75c4bfb14cbffc92c781a65 /media-video/cheese | |
parent | Bump to 2.18.2. Should fix bug #270107. (diff) | |
download | gentoo-2-d4aa77557e18966466ca2217872ab76fd54b2ba4.tar.gz gentoo-2-d4aa77557e18966466ca2217872ab76fd54b2ba4.tar.bz2 gentoo-2-d4aa77557e18966466ca2217872ab76fd54b2ba4.zip |
Bump to 2.26.2. Bug fixes and translation updates.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-video/cheese')
-rw-r--r-- | media-video/cheese/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/cheese/cheese-2.26.2.ebuild | 50 |
2 files changed, 56 insertions, 1 deletions
diff --git a/media-video/cheese/ChangeLog b/media-video/cheese/ChangeLog index b6f059710f79..73f593b8a2a7 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.12 2009/05/10 19:10:43 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.13 2009/05/18 21:32:54 eva Exp $ + +*cheese-2.26.2 (18 May 2009) + + 18 May 2009; Gilles Dartiguelongue <eva@gentoo.org> +cheese-2.26.2.ebuild: + Bump to 2.26.2. Bug fixes and translation updates. *cheese-2.26.0 (10 May 2009) diff --git a/media-video/cheese/cheese-2.26.2.ebuild b/media-video/cheese/cheese-2.26.2.ebuild new file mode 100644 index 000000000000..e9a7ee9fdeb1 --- /dev/null +++ b/media-video/cheese/cheese-2.26.2.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.26.2.ebuild,v 1.1 2009/05/18 21:32:54 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" + +COMMON_DEPEND=">=dev-libs/dbus-glib-0.7 + >=dev-libs/glib-2.16.0 + >=x11-libs/gtk+-2.14 + >=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.25.1 + >=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 )" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.40 + dev-util/pkgconfig + app-text/scrollkeeper + app-text/gnome-doc-utils + x11-proto/xf86vidmodeproto" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + G2CONF="${G2CONF} --disable-scrollkeeper --disable-hildon" +} |