Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/byzanz: ChangeLog byzanz-0.2.2.ebuild
Date: Wed, 06 Oct 2010 19:03:15
Message-Id: 20101006190307.5C47120051@flycatcher.gentoo.org
1 eva 10/10/06 19:03:07
2
3 Modified: ChangeLog
4 Added: byzanz-0.2.2.ebuild
5 Log:
6 Version bump. Update to gvfs and drop libgnomeui usage. Allow recording to ogg/theora and flash.
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 media-gfx/byzanz/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/byzanz/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/byzanz/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/byzanz/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/byzanz/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 28 Sep 2006 13:56:11 -0000 1.2
24 +++ ChangeLog 6 Oct 2010 19:03:07 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/byzanz
27 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/byzanz/ChangeLog,v 1.2 2006/09/28 13:56:11 wolf31o2 Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/byzanz/ChangeLog,v 1.3 2010/10/06 19:03:07 eva Exp $
31 +
32 +*byzanz-0.2.2 (06 Oct 2010)
33 +
34 + 06 Oct 2010; Gilles Dartiguelongue <eva@g.o> +byzanz-0.2.2.ebuild:
35 + Version bump. Update to gvfs and drop libgnomeui usage. Allow recording to
36 + ogg/theora and flash.
37
38 28 Sep 2006; Chris Gianelloni <wolf31o2@g.o> byzanz-0.1.1.ebuild:
39 Added ~x86 to KEYWORDS for bug #149194.
40
41
42
43 1.1 media-gfx/byzanz/byzanz-0.2.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/byzanz/byzanz-0.2.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/byzanz/byzanz-0.2.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: byzanz-0.2.2.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-gfx/byzanz/byzanz-0.2.2.ebuild,v 1.1 2010/10/06 19:03:07 eva Exp $
53
54 GCONF_DEBUG="no"
55
56 inherit gnome2
57
58 DESCRIPTION="Screencasting program that saves casts as GIF files"
59 HOMEPAGE="http://people.freedesktop.org/~company/byzanz/"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND=">=x11-libs/libXdamage-1.0
67 >=dev-libs/glib-2.16
68 >=x11-libs/gtk+-2.17.10
69 >=gnome-base/gconf-2.10
70 >=gnome-base/gnome-panel-2.10
71 >=media-libs/gst-plugins-base-0.10.24
72 >=x11-libs/cairo-1.8.10"
73 DEPEND="dev-util/pkgconfig
74 dev-util/intltool
75 >=x11-proto/damageproto-1.0
76 ${RDEPEND}"
77
78 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"