blob: 9f3160c24b2a5c984ad8dc47ce21ba6067cd2cf4 (
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
30
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/swfdec-gnome/swfdec-gnome-2.22.2.ebuild,v 1.3 2008/05/27 03:30:45 jer Exp $
inherit gnome2 eutils
DESCRIPTION="flash player and thumbnailer for GNOME"
HOMEPAGE="http://swfdec.freedesktop.org/wiki/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.12.0
gnome-base/gconf
>=media-libs/swfdec-0.6"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.0
sys-devel/gettext"
DOCS="NEWS"
pkg_setup() {
if ! built_with_use media-libs/swfdec gtk ; then
einfo "You must build swfdec with the gtk USE flag to build"
einfo "swfdec-gtk, which is required by ${PN}"
die "Please re-emerge media-libs/swfdec with the gtk USE flag"
fi
}
|