# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/kaudiocreator/kaudiocreator-3.4.0_beta1.ebuild,v 1.3 2005/01/31 13:46:57 greg_g Exp $ KMNAME=kdemultimedia MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE CD ripper and audio encoder frontend" KEYWORDS="~x86" IUSE="encode flac oggvorbis" DEPEND="$(deprange-dual $PV $MAXKDEVER kde-base/libkcddb) media-sound/cdparanoia" # External encoders used - no optional compile-time support RDEPEND="$DEPEND oggvorbis? ( media-sound/vorbis-tools ) flac? ( media-libs/flac ) encode? ( media-sound/lame )" KMCOPYLIB="libkcddb libkcddb" KMCOMPILEONLY="kscd/libwm/ libkcddb/" src_compile () { DO_NOT_COMPILE=libkcddb kde-meta_src_compile myconf configure cd $S/libkcddb && make configbase.h DO_NOT_COMPILE=libkcddb kde-meta_src_compile make }