blob: 9e486a4a4527b9f1d5e9e75d7e0fdfa044456095 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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"
|