# $Id$ PNAME="taglib" PVER="1.8" PBUILD="r2" PCAT="media-libs" DESCRIPTION="TagLib is a library for reading and editing the meta-data of several popular audio formats." HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" DEPEND=">= sys-libs/libstdc++-5.3 >= sys-libs/zlib-1.2.7" SRCFILE="${PNAME}-${PVER/_/}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}" sminclude cmake multilib msetfeature "!check" SRC_URI=( https://github.com/downloads/${PNAME}/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/downloads | firsttarball gz" src_compile() { cmake_configure $(cmake_with MP4) $(cmake_with ASF) || die mmake || die }