summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-04-19 07:55:44 +0000
committernia <nia@pkgsrc.org>2022-04-19 07:55:44 +0000
commit3423a43053259f2742c32f24ac4b6a0d33ba2fcf (patch)
treea869bb6fa7f1f5183729e8efaef7012434c8e4c1 /multimedia
parentd7466f727d44b14daa157057190675d2fc917202 (diff)
downloadpkgsrc-3423a43053259f2742c32f24ac4b6a0d33ba2fcf.tar.gz
gst-plugins1: Set API_DEPENDS so that gstreamer1 will be rebuilt prior
to the plugins when updating with pkg_rr (the plugins requie a newer gstreamer base package to build)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins1-bad/Makefile.common3
-rw-r--r--multimedia/gst-plugins1-base/Makefile.common3
-rw-r--r--multimedia/gst-plugins1-good/Makefile.common3
-rw-r--r--multimedia/gst-plugins1-ugly/Makefile.common3
4 files changed, 8 insertions, 4 deletions
diff --git a/multimedia/gst-plugins1-bad/Makefile.common b/multimedia/gst-plugins1-bad/Makefile.common
index 68cc18df7ed..68b7534e22b 100644
--- a/multimedia/gst-plugins1-bad/Makefile.common
+++ b/multimedia/gst-plugins1-bad/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2022/04/18 12:36:07 nia Exp $
+# $NetBSD: Makefile.common,v 1.40 2022/04/19 07:55:44 nia Exp $
DISTNAME= gst-plugins-bad-1.20.1
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-bad/
@@ -233,4 +233,5 @@ post-install:
.include "../../devel/meson/build.mk"
.include "../../lang/python/tool.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.20.0
.include "../../multimedia/gstreamer1/buildlink3.mk"
diff --git a/multimedia/gst-plugins1-base/Makefile.common b/multimedia/gst-plugins1-base/Makefile.common
index 8b5975d5d8c..a858221bee7 100644
--- a/multimedia/gst-plugins1-base/Makefile.common
+++ b/multimedia/gst-plugins1-base/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.41 2022/04/18 12:36:08 nia Exp $
+# $NetBSD: Makefile.common,v 1.42 2022/04/19 07:55:44 nia Exp $
DISTNAME= gst-plugins-base-1.20.1
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-base/
@@ -115,4 +115,5 @@ post-install:
.include "../../lang/python/tool.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/iso-codes/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.20.0
.include "../../multimedia/gstreamer1/buildlink3.mk"
diff --git a/multimedia/gst-plugins1-good/Makefile.common b/multimedia/gst-plugins1-good/Makefile.common
index 15269e84a99..e4ba127a6eb 100644
--- a/multimedia/gst-plugins1-good/Makefile.common
+++ b/multimedia/gst-plugins1-good/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2022/04/18 12:36:08 nia Exp $
+# $NetBSD: Makefile.common,v 1.40 2022/04/19 07:55:45 nia Exp $
DISTNAME= gst-plugins-good-1.20.1
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-good/
@@ -121,6 +121,7 @@ MESON_ARGS+= -D${i}=disabled
. endif
.endfor
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.20.0
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../lang/python/tool.mk"
diff --git a/multimedia/gst-plugins1-ugly/Makefile.common b/multimedia/gst-plugins1-ugly/Makefile.common
index bd5ea655557..4c9267a0e51 100644
--- a/multimedia/gst-plugins1-ugly/Makefile.common
+++ b/multimedia/gst-plugins1-ugly/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2022/04/18 12:36:09 nia Exp $
+# $NetBSD: Makefile.common,v 1.36 2022/04/19 07:55:45 nia Exp $
DISTNAME= gst-plugins-ugly-1.20.1
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-ugly/
@@ -53,4 +53,5 @@ MESON_ARGS+= -D${i}=disabled
.include "../../devel/meson/build.mk"
.include "../../lang/python/tool.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.20.0
.include "../../multimedia/gstreamer1/buildlink3.mk"