pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia gst-plugins1: Set API_DEPENDS so that gstre...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9fe90a8067dc
branches: trunk
changeset: 377312:9fe90a8067dc
user: nia <nia%pkgsrc.org@localhost>
date: Tue Apr 19 07:55:44 2022 +0000
description:
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:
multimedia/gst-plugins1-bad/Makefile.common | 3 ++-
multimedia/gst-plugins1-base/Makefile.common | 3 ++-
multimedia/gst-plugins1-good/Makefile.common | 3 ++-
multimedia/gst-plugins1-ugly/Makefile.common | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
diffs (62 lines):
diff -r 5f117c406089 -r 9fe90a8067dc multimedia/gst-plugins1-bad/Makefile.common
--- a/multimedia/gst-plugins1-bad/Makefile.common Tue Apr 19 07:13:19 2022 +0000
+++ b/multimedia/gst-plugins1-bad/Makefile.common Tue Apr 19 07:55:44 2022 +0000
@@ -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 @@
.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 -r 5f117c406089 -r 9fe90a8067dc multimedia/gst-plugins1-base/Makefile.common
--- a/multimedia/gst-plugins1-base/Makefile.common Tue Apr 19 07:13:19 2022 +0000
+++ b/multimedia/gst-plugins1-base/Makefile.common Tue Apr 19 07:55:44 2022 +0000
@@ -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 @@
.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 -r 5f117c406089 -r 9fe90a8067dc multimedia/gst-plugins1-good/Makefile.common
--- a/multimedia/gst-plugins1-good/Makefile.common Tue Apr 19 07:13:19 2022 +0000
+++ b/multimedia/gst-plugins1-good/Makefile.common Tue Apr 19 07:55:44 2022 +0000
@@ -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 @@
. 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 -r 5f117c406089 -r 9fe90a8067dc multimedia/gst-plugins1-ugly/Makefile.common
--- a/multimedia/gst-plugins1-ugly/Makefile.common Tue Apr 19 07:13:19 2022 +0000
+++ b/multimedia/gst-plugins1-ugly/Makefile.common Tue Apr 19 07:55:44 2022 +0000
@@ -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 @@
.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"
Home |
Main Index |
Thread Index |
Old Index