From 1a8785035bcea4385a2ef2b954860630a0805972 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 1 Nov 2013 22:14:07 +0000 Subject: 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] --- audio/gstreamer1-plugins-cdparanoia/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/gstreamer1-plugins-cdparanoia') diff --git a/audio/gstreamer1-plugins-cdparanoia/Makefile b/audio/gstreamer1-plugins-cdparanoia/Makefile index 934e6b03ba1d..b6db5390dfc8 100644 --- a/audio/gstreamer1-plugins-cdparanoia/Makefile +++ b/audio/gstreamer1-plugins-cdparanoia/Makefile @@ -9,6 +9,5 @@ GST_PLUGIN= cdparanoia DIST= base MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins -NO_STAGE= yes .include "${MASTERDIR}/Makefile" -- cgit