blob: 9743df1f333f3a8004887068ba7e9730310259f1 (
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
32
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
KDE_LINGUAS="cs de fr it nl pl pt_BR zh_CN"
inherit git kde4-base
DESCRIPTION="A media player for KDE utilizing Nepomuk for tagging"
HOMEPAGE="http://bangarangkde.wordpress.com"
EGIT_REPO_URI="git://gitorious.org/bangarang/bangarang.git"
LICENSE="GPL-3"
KEYWORDS=""
SLOT="4"
IUSE="debug"
RDEPEND="
>=kde-base/kdelibs-${KDE_MINIMAL}[semantic-desktop]
media-libs/taglib
media-sound/phonon
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
S=${WORKDIR}/${PN}-${PN}
src_unpack() {
git_src_unpack
}
|