summaryrefslogtreecommitdiff
blob: c9b73a7e980c4a77b2aa4dba8d1a5a79622b95df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/soundkonverter/soundkonverter-1.0.0_alpha2.ebuild,v 1.2 2010/02/19 12:49:04 ssuominen Exp $

EAPI=2
KDE_MINIMAL=4.4
inherit kde4-base

DESCRIPTION="A frontend to various audio converters"
HOMEPAGE="http://www.kde-apps.org/content/show.php/soundKonverter?content=29024"
SRC_URI="http://api.opensuse.org/public/source/home:HessiJames/${PN}-kde4/${P/_}.tar.bz2"

LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

DEPEND="media-sound/cdparanoia
	media-libs/taglib"

S=${WORKDIR}/${P/_}

DOCS="README TODO"