summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2025-08-12 13:14:56 -0400
committerJason E. Hale <jhale@FreeBSD.org>2025-08-12 13:14:56 -0400
commit9e7e0840aec9d3552e3aea59f1ad4ebf9c5c5fa0 (patch)
tree544c1e93a3b5572e643da3ed829181fce290cf27
parentmultimedia/pitivi: Fix BUILD_DEPENDS (diff)
multimedia/gstreamer1-plugins-all: Remove msdk
multimedia/gstreamer1-plugins-msdk is arch specific and having it as a dependency prevents this metaport from packaging on !x86. Reported by: fluffy
-rw-r--r--multimedia/gstreamer1-plugins-all/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer1-plugins-all/Makefile b/multimedia/gstreamer1-plugins-all/Makefile
index 93539c437777..b12eb75b9d2b 100644
--- a/multimedia/gstreamer1-plugins-all/Makefile
+++ b/multimedia/gstreamer1-plugins-all/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gstreamer1-plugins-all
PORTVERSION= ${_GST_VERSION}
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= multimedia@FreeBSD.org
@@ -8,6 +8,6 @@ COMMENT= Meta-port of all GStreamer 1.x plugins
WWW= https://gstreamer.freedesktop.org/
USES= gstreamer metaport
-USE_GSTREAMER= ${_GST_PLUGINS_VER}
+USE_GSTREAMER= ${_GST_PLUGINS_VER:Nmsdk}
.include <bsd.port.mk>