# $Id$ PNAME="gstreamer" PVER="0.10.35" PBUILD="r2" PCATEGORIE="media-libs" DESCRIPTION="Streaming media framework." HOMEPAGE="http://gstreamer.sourceforge.net/" DEPEND=">= dev-libs/glib2-2.28 >= dev-libs/libxml2-2.7 >= dev-libs/gobject-introspection-0.10" SDEPEND=">= sys-dev/gettext-0.18 >= dev-util/pkgconfig-0.25" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball" src_compile() { cd ${SRCDIR} # use libexecdir=/usr/$(mlibdir) # the makefile installes the libexec data into a gstreamer-0.10 dir # which gets already installed in /usr/$(mlibdir) mconfigure \ --libexecdir=/usr/$(mlibdir) \ --enable-introspection \ --disable-static \ --disable-tests \ --disable-examples \ --disable-gtk-doc \ || die mmake || die }