summaryrefslogtreecommitdiff
blob: 4c53ff2f4ac37c56d6be3f7509f9e91971f3e7e9 (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
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

MY_PV="${PV/_/}"
MY_P="infinity-plugin-4-audacious-${MY_PV}"

DESCRIPTION="A psychedelic visualization plug-in for XMMS"
HOMEPAGE="http://infinity-plugin.sourceforge.net"
SRC_URI="mirror://sourceforge/infinity-plugin/${MY_P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
#-sparc: 0.2: always black - eradicator
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="
	media-libs/libsdl
	media-sound/audacious"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"