# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde eutils DESCRIPTION="soundKonverter - a frontend to various audio converters for KDE" HOMEPAGE="http://kde-apps.org/content/show.php?content=29024" SRC_URI="http://kaligames.de/downloads/soundkonverter/${PN}-0.2-beta1.tar.bz2" RESTRICT=nomirror S="${WORKDIR}/${PN}-0.2" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="lame vorbis flac ffmpeg musepack" DEPEND=" >=media-libs/taglib-1.3 >=x11-libs/qt-3.3.4" RDEPEND=" lame? ( >=media-sound/lame-3.96 ) vorbis? ( >=media-sound/vorbis-tools-1.0 ) flac? ( >=media-libs/flac-1.1.1 ) ffmpeg? ( >=media-video/ffmpeg-0.4.8 ) musepack? ( >=media-sound/musepack-tools-1.15u )" need-kde 3.4 src_unpack() { kde_src_unpack } src_compile() { kde_src_compile || die "compilation failed" } src_install() { kde_src_install || die "installation failed" }