summaryrefslogtreecommitdiff
blob: f4ff86eaa3c988dcc75c3627dda5d37db1c09d9f (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
# Copyright 2008-2012 Funtoo Technologies
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

PYTHON_DEPEND="2:2.6"

inherit distutils eutils

DESCRIPTION="Python powered karaoke."
HOMEPAGE="http://kibosh.org/pykaraoke/index.php"
SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.zip"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+mutagen"

DEPEND="dev-python/pygame
        >=dev-python/wxpython-2.6
		media-libs/libsdl"
RDEPEND="${DEPEND}
		mutagen? ( media-libs/mutagen )"