git: 6ff8606f00d2 - main - multimedia/gstreamer1-*: Fix plugin building in dirty environments

From: Thomas Zander <riggs_at_FreeBSD.org>
Date: Wed, 02 Nov 2022 21:50:41 UTC
The branch main has been updated by riggs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6ff8606f00d2d368d6dd2d3e7535d1c1525f59bf

commit 6ff8606f00d2d368d6dd2d3e7535d1c1525f59bf
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2022-11-02 08:28:31 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2022-11-02 21:50:38 +0000

    multimedia/gstreamer1-*: Fix plugin building in dirty environments
    
    This should solve (fingers crossed) the meson autodetection problem for
    the remaining plugins from the "bad" set when building in dirty
    environments.
    
    PR:             267132, 267510
---
 multimedia/gstreamer1-plugins-dts/Makefile    | 2 +-
 multimedia/gstreamer1-plugins/Makefile.common | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/multimedia/gstreamer1-plugins-dts/Makefile b/multimedia/gstreamer1-plugins-dts/Makefile
index a5809ef8af99..54d0cf07021d 100644
--- a/multimedia/gstreamer1-plugins-dts/Makefile
+++ b/multimedia/gstreamer1-plugins-dts/Makefile
@@ -14,4 +14,4 @@ LIB_DEPENDS=	libdca.so:multimedia/libdca
 
 .include "${MASTERDIR}/Makefile"
 
-MESON_ARGS+=	-Dgpl=enabled -Dv4l2codecs=disabled -Dsvthevcenc=disabled
+MESON_ARGS+=	-Dgpl=enabled
diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common
index 6a43434bd79b..0a95d4a31455 100644
--- a/multimedia/gstreamer1-plugins/Makefile.common
+++ b/multimedia/gstreamer1-plugins/Makefile.common
@@ -180,6 +180,7 @@ BAD_GST_ALL_PLUGINS+= \
 		speed \
 		srtp \
 		subenc \
+		svthevcenc \
 		switchbin \
 		tests \
 		timecode \
@@ -190,6 +191,7 @@ BAD_GST_ALL_PLUGINS+= \
 		ttml \
 		uridownloader \
 		uvch264 \
+		v4l2codecs \
 		videofilters \
 		videoframe_audiolevel \
 		videoparsers \