# $Id$ PNAME="normalize" PVER="0.7.7" PBUILD="r4" PCATEGORIE="media-sound" STATE="unstable" DESCRIPTION="normalize is a tool for adjusting the volume of audio files to a standard level." HOMEPAGE="http://normalize.nongnu.org/" DEPEND=">= media-libs/libmad-0.15 >= media-libs/audiofile-0.2" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( http://savannah.nongnu.org/download/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd 'http://savannah.nongnu.org/download/${PNAME}/?C=M;O=A' | lasttarball" src_compile() { cd ${SRCDIR} mconfigure --disable-xmms --with-mad --with-audiofile || die mmake || die }