# $Header: /magellan-cvs/smage/amarok/amarok-1.4.9.1-r1.smage2,v 1.1 2008/06/13 17:59:28 niro Exp $ PNAME="amarok" PVER="1.4.9.1" PBUILD="r1" 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 >= kde-base/kdemultimedia-3 >= kde-base/arts-1 >= media-libs/xine-lib-1.1 >= media-libs/taglib-1.4 >= media-libs/libtunepimp-0.5 >= media-libs/libvisual-0.4.0 >= dev-lang/ruby-1.8" 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 kde3_configure \ --disable-final \ --disable-pch \ --with-arts \ --with-xine \ --without-gstreamer \ --without-nmm \ --without-mas \ --with-opengl \ --with-included-sqlite \ || die mmake || die }