# $Id$ PNAME="audacious" PVER="3.4.2" PBUILD="r1" PCAT="media-sound" DESCRIPTION="Lightweight advanced audio player based on GTK3 focused on audio quality." HOMEPAGE="http://audacious-media-player.org/" DEPEND=">= dev-libs/glib2-2.38 >= dev-libs/libguess-1.1 >= sys-apps/dbus-1.6 >= dev-libs/dbus-glib-0.100 >= dev-libs/atk-2.10 >= x11-libs/cairo-1.12 >= x11-libs/gdk-pixbuf-2.30 >= x11-libs/pango-1.36 >= x11-libs/gtk3+-3.10 >= x11-themes/hicolor-icon-theme-0.12" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild msetfeature "!check" SRC_URI=( http://distfiles.audacious-media-player.org/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd ${HOMEPAGE}/download | firsttarball" src_compile() { cd ${SRCDIR} mconfigure --with-buildstamp='Magellan-Linux' || die mmake || die }