# $Id$ PNAME="audacious" PVER="3.8.2" PBUILD="r1" PCAT="media-sound" DESCRIPTION="Lightweight advanced audio player based on GTK2 focused on audio quality." HOMEPAGE="http://audacious-media-player.org/" DEPEND=">= dev-libs/glib2-2.52 >= sys-libs/libstdc++-6.3 >= dev-libs/libguess-1.1 >= sys-apps/dbus-1.10 >= dev-libs/dbus-glib-0.108 >= dev-libs/atk-2.24 >= x11-libs/cairo-1.14 >= x11-libs/gdk-pixbuf-2.36 >= x11-libs/pango-1.40 >= x11-libs/gtk2+-2.24 >= x11-themes/hicolor-icon-theme-0.12" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild fdo-mime gtk2 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 } postinstall() { fdo-mime_update_desktop_db gtk2_update_icon_cache } postremove() { fdo-mime_update_desktop_db gtk2_update_icon_cache }