blob: e3ede3a560e990a0549cb6e8e16c8d7b4fd9d030 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/lumiere/lumiere-0.3.0.ebuild,v 1.7 2004/07/14 21:58:43 agriffis Exp $
inherit gnome2 debug
DESCRIPTION="gnome2 front-end for mplayer"
HOMEPAGE="http://www.nongnu.org/lumiere"
SRC_URI="http://savannah.nongnu.org/download/${PN}/${PN}.pkg/0.3/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
RDEPEND="media-video/mplayer
gnome-base/nautilus"
DEPEND=">=dev-util/intltool-0.18
>=dev-util/pkgconfig-0.12.0
${RDEPEND}"
DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README"
|