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 | 31959c1af37cc1a29378bf030de04c2f57370183 (patch) | |
tree | bd1a3e15e66d2a43b50a758d8e5367671c07b136 /media-gfx/byzanz | |
parent | Change maintainer to me. (diff) | |
download | gentoo-2-31959c1af37cc1a29378bf030de04c2f57370183.tar.gz gentoo-2-31959c1af37cc1a29378bf030de04c2f57370183.tar.bz2 gentoo-2-31959c1af37cc1a29378bf030de04c2f57370183.zip |
Version bump. Add support for WebM, updated translations.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-gfx/byzanz')
-rw-r--r-- | media-gfx/byzanz/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/byzanz/byzanz-0.2.3.ebuild | 33 |
2 files changed, 39 insertions, 1 deletions
diff --git a/media-gfx/byzanz/ChangeLog b/media-gfx/byzanz/ChangeLog index 9512c33c5bcd..373edb9e2f7f 100644 --- a/media-gfx/byzanz/ChangeLog +++ b/media-gfx/byzanz/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/byzanz # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/byzanz/ChangeLog,v 1.6 2011/01/20 14:37:46 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/byzanz/ChangeLog,v 1.7 2011/02/22 23:12:13 eva Exp $ + +*byzanz-0.2.3 (22 Feb 2011) + + 22 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> +byzanz-0.2.3.ebuild: + Version bump. Add support for WebM, updated translations. 20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> byzanz-0.2.2.ebuild: Stable on amd64 wrt bug #286275 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" |