diff options
author | kwm <kwm@FreeBSD.org> | 2013-11-02 06:14:07 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-11-02 06:14:07 +0800 |
commit | 1a8785035bcea4385a2ef2b954860630a0805972 (patch) | |
tree | b260b05e7fe7e534f08af61d8504ddf8a7ab5a49 /multimedia/gstreamer-plugins-buzztard | |
parent | 77c3437069513ce4c186a3089baef619f66b5999 (diff) | |
download | freebsd-ports-gnome-1a8785035bcea4385a2ef2b954860630a0805972.tar.gz freebsd-ports-gnome-1a8785035bcea4385a2ef2b954860630a0805972.tar.zst freebsd-ports-gnome-1a8785035bcea4385a2ef2b954860630a0805972.zip |
Stagify Gstreamer ports.
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.
Obtained from: Gstreamer upstream [1]
Diffstat (limited to 'multimedia/gstreamer-plugins-buzztard')
-rw-r--r-- | multimedia/gstreamer-plugins-buzztard/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-buzztard/Makefile b/multimedia/gstreamer-plugins-buzztard/Makefile index 29b2575b1770..8d18036682a9 100644 --- a/multimedia/gstreamer-plugins-buzztard/Makefile +++ b/multimedia/gstreamer-plugins-buzztard/Makefile @@ -11,7 +11,7 @@ DISTNAME= gst-${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Buzztard gstreamer plugins -LIB_DEPENDS= fluidsynth.1:${PORTSDIR}/audio/fluidsynth +LIB_DEPENDS= libfluidsynth.so:${PORTSDIR}/audio/fluidsynth USES= pkgconfig USE_AUTOTOOLS= libtool @@ -20,7 +20,6 @@ USE_GNOME= gnomehack ltverhack USE_LDCONFIG= yes PLIST_SUB= GST_VERSION="${GST_VERSION}" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \ ${WRKSRC}/configure |