blob: f4706519d88cdaaa04db537770c1fa91df58c096 (
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
29
30
31
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-arts/xmms-arts-0.7.1-r2.ebuild,v 1.1 2004/10/20 01:48:40 eradicator Exp $
IUSE=""
inherit xmms-plugin
MY_P=arts_output-${PV}
XMMS_S=${XMMS_WORKDIR}/${MY_P}
BMP_S=${BMP_WORKDIR}/${MY_P}
DESCRIPTION="This output plugin allows xmms to work with arts, KDE's sound system"
HOMEPAGE="http://www.xmms.org/plugins.php"
SRC_URI="http://havardk.xmms.org/plugins/arts_output/${MY_P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
DEPEND="kde-base/arts"
DOCS="AUTHORS ChangeLog NEWS README"
NOBMP=1
src_install() {
myins_xmms="libdir=`xmms-config --output-plugin-dir`"
xmms-plugin_src_install
}
|