diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-22 23:12:13 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-22 23:12:13 +0000 |
commit | e9d6ef0bd2477dc6da14e43264782b5a314b091c (patch) | |
tree | fed570169596d01e5ec1a47cacde63fd235bef8c /media-gfx/byzanz/byzanz-0.2.3.ebuild | |
parent | Change maintainer to me. (diff) | |
download | historical-e9d6ef0bd2477dc6da14e43264782b5a314b091c.tar.gz historical-e9d6ef0bd2477dc6da14e43264782b5a314b091c.tar.bz2 historical-e9d6ef0bd2477dc6da14e43264782b5a314b091c.zip |
Version bump. Add support for WebM, updated translations.
Package-Manager: portage-2.2.0_alpha24/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'media-gfx/byzanz/byzanz-0.2.3.ebuild')
-rw-r--r-- | media-gfx/byzanz/byzanz-0.2.3.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/media-gfx/byzanz/byzanz-0.2.3.ebuild b/media-gfx/byzanz/byzanz-0.2.3.ebuild new file mode 100644 index 000000000000..1b71e3c60188 --- /dev/null +++ b/media-gfx/byzanz/byzanz-0.2.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/byzanz/byzanz-0.2.3.ebuild,v 1.1 2011/02/22 23:12:12 eva Exp $ + +EAPI="2" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Screencasting program that saves casts as GIF files" +HOMEPAGE="http://people.freedesktop.org/~company/byzanz/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=x11-libs/libXdamage-1.0 + >=dev-libs/glib-2.16:2 + >=x11-libs/gtk+-2.17.10:2 + >=gnome-base/gconf-2.10 + || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) + >=media-libs/gst-plugins-base-0.10.24 + media-libs/gst-plugins-good + media-plugins/gst-plugins-theora + media-plugins/gst-plugins-vp8 + >=x11-libs/cairo-1.8.10" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool + >=x11-proto/damageproto-1.0" + +DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" |