blob: a619b3d950a25f3c4b171a3ea1b54726c2eada43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.5 2003/08/07 04:13:59 vapier 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"
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"
|