blob: 2c6e52bc371b3a1985fc58fc758fa5acf853af71 (
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
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-0.11.0.ebuild,v 1.1 2002/10/28 13:20:38 foser Exp $
IUSE="dvd"
inherit gnome2
S=${WORKDIR}/${P}
DESCRIPTION="Totem is simple movie player for the Gnome2 desktop based on xine."
SRC_URI="http://www.hadess.net/files/software/totem/${P}.tar.gz"
HOMEPAGE="http://www.hadess.net/totem.php3"
SLOT="0"
KEYWORDS="~x86 ~ppc"
LICENSE="GPL-2"
RDEPEND=">=gnome-base/libgnomeui-2
>=gnome-base/gnome-vfs-2
>=gnome-base/libglade-2
>=media-libs/xine-lib-0.9.13
dvd? ( >=media-video/xine-dvdnav-0.9.13 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.17
>=dev-util/pkgconfig-0.12.0"
DOCS="AUTHORS ChangeLog COPYING* README* INSTALL NEWS"
|