diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-11-01 22:14:07 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-11-01 22:14:07 +0000 |
commit | 44d0dc12bbff17cfbbb9d182235924dbd7d86a45 (patch) | |
tree | b260b05e7fe7e534f08af61d8504ddf8a7ab5a49 /multimedia/gstreamer1-plugins-bad | |
parent | 96998c6a224d934b8d937663652dc498c7e4cdfd (diff) | |
download | ports-44d0dc12bbff17cfbbb9d182235924dbd7d86a45.tar.gz ports-44d0dc12bbff17cfbbb9d182235924dbd7d86a45.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]
Notes
Notes:
svn path=/head/; revision=332416
Diffstat (limited to 'multimedia/gstreamer1-plugins-bad')
-rw-r--r-- | multimedia/gstreamer1-plugins-bad/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/gstreamer1-plugins-bad/Makefile b/multimedia/gstreamer1-plugins-bad/Makefile index 894149a00d35..d5b6514b84b6 100644 --- a/multimedia/gstreamer1-plugins-bad/Makefile +++ b/multimedia/gstreamer1-plugins-bad/Makefile @@ -21,7 +21,6 @@ BAD_GST_DIRS= gst-libs sys gst po pkgconfig NO_GSTREAMER_COMMON= yes PLIST= ${.CURDIR}/pkg-plist -NO_STAGE= yes do-build: .for dir in ${BAD_GST_DIRS} @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) |