diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-14 06:48:42 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-14 06:48:42 +0000 |
commit | 2a071c60b9d06f4cc2742db79421ffe33a1c77d7 (patch) | |
tree | bace3fcc6ca7e80c9a72dd8ec18004cd6ee75284 /media-video/gnome-video-effects/gnome-video-effects-0.4.0.ebuild | |
parent | Merge celt useflag for libav too. (diff) | |
download | historical-2a071c60b9d06f4cc2742db79421ffe33a1c77d7.tar.gz historical-2a071c60b9d06f4cc2742db79421ffe33a1c77d7.tar.bz2 historical-2a071c60b9d06f4cc2742db79421ffe33a1c77d7.zip |
Version bump, adds horizontal flip.
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'media-video/gnome-video-effects/gnome-video-effects-0.4.0.ebuild')
-rw-r--r-- | media-video/gnome-video-effects/gnome-video-effects-0.4.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-video/gnome-video-effects/gnome-video-effects-0.4.0.ebuild b/media-video/gnome-video-effects/gnome-video-effects-0.4.0.ebuild new file mode 100644 index 000000000000..7f268aa68da3 --- /dev/null +++ b/media-video/gnome-video-effects/gnome-video-effects-0.4.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/gnome-video-effects/gnome-video-effects-0.4.0.ebuild,v 1.1 2012/05/14 06:48:42 tetromino Exp $ + +EAPI="4" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="Effects for Cheese, the webcam video and picture application" +HOMEPAGE="http://www.gnome.org/projects/cheese/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40.0 + >=sys-devel/gettext-0.17" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" +DOCS="AUTHORS ChangeLog NEWS README" |