# $Id$ PNAME="amarok" PVER="1.4.10" PBUILD="r4" PCATEGORIE="media-sound" STATE="unstable" DESCRIPTION="amaroK is a soundsystem-independent music player for KDE." HOMEPAGE="http://amarok.kde.org/" DEPEND=">= kde-base/kdebase-3.5 >= kde-base/kdemultimedia-3.5 >= kde-base/arts-1.5 >= media-libs/xine-lib-1.1 >= media-libs/taglib-1.6 >= media-libs/libtunepimp-0.5 >= media-libs/libvisual-0.4.0 >= media-libs/libgpod-0.7.2 >= dev-lang/ruby-1.9" SDEPEND=">= dev-util/pkgconfig-0.23" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" SRC_URI=( kde://${PNAME}/${PVER}/src/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) sminclude kde3 # note: supports either arts, xine-lib or gstreamer # see http://amarok.kde.org/wiki/index.php/Requirements for more info src_compile() { cd ${SRCDIR} # --enable-final is unsupported # disabled daap to fix mongrel issues with ruby-1.9 kde3_configure \ --disable-final \ --disable-pch \ --with-arts \ --with-xine \ --with-libgpod \ --without-gstreamer \ --without-nmm \ --without-mas \ --with-opengl \ --with-included-sqlite \ --without-daap \ || die mmake || die }