pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Apr 19 07:55:45 UTC 2022

Modified Files:
        pkgsrc/multimedia/gst-plugins1-bad: Makefile.common
        pkgsrc/multimedia/gst-plugins1-base: Makefile.common
        pkgsrc/multimedia/gst-plugins1-good: Makefile.common
        pkgsrc/multimedia/gst-plugins1-ugly: Makefile.common

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common
cvs rdiff -u -r1.41 -r1.42 \
    pkgsrc/multimedia/gst-plugins1-base/Makefile.common
cvs rdiff -u -r1.39 -r1.40 \
    pkgsrc/multimedia/gst-plugins1-good/Makefile.common
cvs rdiff -u -r1.35 -r1.36 \
    pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/gst-plugins1-bad/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.39 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.40
--- pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.39     Mon Apr 18 12:36:07 2022
+++ pkgsrc/multimedia/gst-plugins1-bad/Makefile.common  Tue Apr 19 07:55:44 2022
@@ -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"

Index: pkgsrc/multimedia/gst-plugins1-base/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.41 pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.42
--- pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.41    Mon Apr 18 12:36:08 2022
+++ pkgsrc/multimedia/gst-plugins1-base/Makefile.common Tue Apr 19 07:55:44 2022
@@ -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"

Index: pkgsrc/multimedia/gst-plugins1-good/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.39 pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.40
--- pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.39    Mon Apr 18 12:36:08 2022
+++ pkgsrc/multimedia/gst-plugins1-good/Makefile.common Tue Apr 19 07:55:45 2022
@@ -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"

Index: pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common:1.35 pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common:1.36
--- pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common:1.35    Mon Apr 18 12:36:09 2022
+++ pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common Tue Apr 19 07:55:45 2022
@@ -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"



Home | Main Index | Thread Index | Old Index