blob: c14189117533655375d8c55fbb35c611fd9618f6 (
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
|
# 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.90.0.ebuild,v 1.1 2003/02/04 06:05:17 spider Exp $
inherit gnome2
IUSE=""
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-1_beta3"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.17
>=dev-util/pkgconfig-0.12.0"
DOCS="AUTHORS ChangeLog COPYING* README* INSTALL NEWS"
|