summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-10-06 19:03:07 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-10-06 19:03:07 +0000
commit91635ca3d8d876cbf6114eaced4721a00249b925 (patch)
tree040e4fb4b1001b87238c82cd9167ace07346c8ec /media-gfx/byzanz
parentVersion bump to vdrsymbols-ttf-20100612. (diff)
downloadgentoo-2-91635ca3d8d876cbf6114eaced4721a00249b925.tar.gz
gentoo-2-91635ca3d8d876cbf6114eaced4721a00249b925.tar.bz2
gentoo-2-91635ca3d8d876cbf6114eaced4721a00249b925.zip
Version bump. Update to gvfs and drop libgnomeui usage. Allow recording to ogg/theora and flash.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/byzanz')
-rw-r--r--media-gfx/byzanz/ChangeLog10
-rw-r--r--media-gfx/byzanz/byzanz-0.2.2.ebuild29
2 files changed, 37 insertions, 2 deletions
diff --git a/media-gfx/byzanz/ChangeLog b/media-gfx/byzanz/ChangeLog
index c214f8723dd1..72bae16ad70f 100644
--- a/media-gfx/byzanz/ChangeLog
+++ b/media-gfx/byzanz/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/byzanz
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/byzanz/ChangeLog,v 1.2 2006/09/28 13:56:11 wolf31o2 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/byzanz/ChangeLog,v 1.3 2010/10/06 19:03:07 eva Exp $
+
+*byzanz-0.2.2 (06 Oct 2010)
+
+ 06 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> +byzanz-0.2.2.ebuild:
+ Version bump. Update to gvfs and drop libgnomeui usage. Allow recording to
+ ogg/theora and flash.
28 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> byzanz-0.1.1.ebuild:
Added ~x86 to KEYWORDS for bug #149194.
diff --git a/media-gfx/byzanz/byzanz-0.2.2.ebuild b/media-gfx/byzanz/byzanz-0.2.2.ebuild
new file mode 100644
index 000000000000..9e486a4a4527
--- /dev/null
+++ b/media-gfx/byzanz/byzanz-0.2.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/byzanz/byzanz-0.2.2.ebuild,v 1.1 2010/10/06 19:03:07 eva Exp $
+
+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
+ >=x11-libs/gtk+-2.17.10
+ >=gnome-base/gconf-2.10
+ >=gnome-base/gnome-panel-2.10
+ >=media-libs/gst-plugins-base-0.10.24
+ >=x11-libs/cairo-1.8.10"
+DEPEND="dev-util/pkgconfig
+ dev-util/intltool
+ >=x11-proto/damageproto-1.0
+ ${RDEPEND}"
+
+DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"