blob: a186406664b1e12da49b818ea85c8222b01140a3 (
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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild,v 1.8 2005/01/14 23:48:21 danarmak Exp $
inherit kde
DESCRIPTION="Winamp/XMMS like Playlist for Noatun 2"
HOMEPAGE="http://metz.gehn.net/"
SRC_URI="http://metz.gehn.net/files/CurrentSources/${P}.tar.bz2"
SLOT="0"
LICENSE="Artistic-2"
KEYWORDS="x86 ~ppc amd64"
IUSE=""
# If we didn't build kdemultimedia with arts support, then we won't have
# noatun, so depend on arts to make sure we have noatun... it's a hack, but
# it's as good as we can do for now...
DEPEND="|| ( kde-base/noatun >=kde-base/kdemultimedia-3.0 )
kde-base/arts"
need-kde 3
|