# $Id$ PNAME="flac" PVER="1.3.3" PBUILD="r1" PCAT="media-libs" DESCRIPTION="FLAC - Free Lossless Audio Codec." HOMEPAGE="http://flac.sourceforge.net/" DEPEND=">= virtual/glibc >= media-libs/libogg-1.3 >= sys-libs/libstdc++-5.3" SDEPEND=">= dev-lang/nasm-2 >= sys-apps/gawk-3" SRCFILE="${PNAME}-${PVER}.tar.xz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude multilib mbuild msetfeature "!check" SRC_URI=( http://downloads.xiph.org/releases/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://downloads.xiph.org/releases/${PNAME} | highesttarball xz" src_compile() { mconfigure \ --disable-static \ --disable-rpath \ --with-pic \ --enable-ogg \ --disable-xmms-plugin \ --disable-thorough-tests \ || die mmake || die }