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 /net | |
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 'net')
-rw-r--r-- | net/gstreamer-plugins-libmms/Makefile | 1 | ||||
-rw-r--r-- | net/gstreamer1-plugins-libmms/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net/gstreamer-plugins-libmms/Makefile b/net/gstreamer-plugins-libmms/Makefile index 85eb70fc4124..69f392914293 100644 --- a/net/gstreamer-plugins-libmms/Makefile +++ b/net/gstreamer-plugins-libmms/Makefile @@ -11,5 +11,4 @@ GST_PLUGIN= libmms MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net/gstreamer1-plugins-libmms/Makefile b/net/gstreamer1-plugins-libmms/Makefile index 2fb5b9c41f2e..219b688c921a 100644 --- a/net/gstreamer1-plugins-libmms/Makefile +++ b/net/gstreamer1-plugins-libmms/Makefile @@ -10,5 +10,4 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |