summaryrefslogtreecommitdiff
blob: 7b15d88d39b063177373218eac6b8c8d1d893854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2002, Gentoo Technologies Inc.
# Distributed under the terms of the GNU General Public License, v2.
# Author: Seemant Kulleen <seemant@gentoo.org>
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-xmms/alsa-xmms-0.9.ebuild,v 1.1 2002/05/03 06:15:43 seemant Exp $

S=${WORKDIR}/${P}
DESCRIPTION="Allows XMMS to output on any ALSA 0.9* device. It also supports surround 4.0 output with conversion"
SRC_URI="http://freesoftware.fsf.org/download/${PN}/${P}.tar.gz"
HOMEPAGE="http://freesoftware.fsf.org/download/alsa-xmms/"
SLOT="0"

DEPEND="media-sound/xmms
	>=media-libs/alsa-lib-0.9.0_rc1
	>=media-sound/alsa-driver-0.9.0_rc1
	x11-libs/gtk+"

src_install() {

	einstall \
		libdir=${D}/usr/lib/xmms/Output || die
}