Fri Dec 16 21:08:11 2022 UTC ()
gstreamer1: updated to 1.20.4

Highlighted bugfixes in 1.20.4

avaudiodec: fix playback issue with WMA files, would throw an error at EOS with FFmpeg 5.x
Fix deadlock when loading gst-editing-services plugin
Fix input buffering capacity in live mode for aggregator, video/audio aggregator subclasses, muxers
glimagesink: fix crash on Android
subtitle handling and subtitle overlay fixes
matroska-mux: allow width + height changes for avc3|hev1|vp8|vp9
rtspsrc: fix control url handling for spec compliant servers and add fallback for incompliant servers
WebRTC fixes
RTP retransmission fixes
video: fixes for formats with 4x subsampling and horizontal co-sited chroma (Y41B, YUV9, YVU9 and IYU9)
macOS build and packaging fixes, in particular fix finding of gio modules on macOS for https/TLS support
Fix consuming of the macOS package as a framework in XCode
Performance improvements
Miscellaneous bug fixes, memory leak fixes, and other stability and reliability improvements


(adam)
diff -r1.5 -r1.6 pkgsrc/audio/gst-plugins1-a52/Makefile
diff -r1.5 -r1.6 pkgsrc/audio/gst-plugins1-flac/Makefile
diff -r1.8 -r1.9 pkgsrc/audio/gst-plugins1-fluidsynth/Makefile
diff -r1.11 -r1.12 pkgsrc/audio/gst-plugins1-jack/Makefile
diff -r1.5 -r1.6 pkgsrc/audio/gst-plugins1-ladspa/Makefile
diff -r1.5 -r1.6 pkgsrc/audio/gst-plugins1-lv2/Makefile
diff -r1.33 -r1.34 pkgsrc/audio/gst-plugins1-pulse/Makefile
diff -r1.4 -r1.5 pkgsrc/audio/gst-plugins1-sndfile/Makefile
diff -r1.9 -r1.10 pkgsrc/audio/gst-plugins1-twolame/Makefile
diff -r1.28 -r1.29 pkgsrc/devel/gst-plugins1-pango/Makefile
diff -r1.4 -r1.5 pkgsrc/graphics/gst-plugins1-gdk_pixbuf/buildlink3.mk
diff -r1.43 -r1.44 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common
diff -r1.20 -r1.21 pkgsrc/multimedia/gst-plugins1-bad/PLIST
diff -r1.7 -r1.8 pkgsrc/multimedia/gst-plugins1-bad/buildlink3.mk
diff -r1.44 -r1.45 pkgsrc/multimedia/gst-plugins1-bad/distinfo
diff -r1.44 -r1.45 pkgsrc/multimedia/gst-plugins1-base/Makefile.common
diff -r1.17 -r1.18 pkgsrc/multimedia/gst-plugins1-base/PLIST
diff -r1.48 -r1.49 pkgsrc/multimedia/gst-plugins1-base/distinfo
diff -r1.20 -r1.21 pkgsrc/multimedia/gst-plugins1-editing-services/Makefile
diff -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins1-editing-services/PLIST
diff -r1.3 -r1.4 pkgsrc/multimedia/gst-plugins1-editing-services/buildlink3.mk
diff -r1.9 -r1.10 pkgsrc/multimedia/gst-plugins1-editing-services/distinfo
diff -r1.7 -r1.8 pkgsrc/multimedia/gst-plugins1-egl-opengl/Makefile
diff -r1.12 -r1.13 pkgsrc/multimedia/gst-plugins1-good/Makefile
diff -r1.42 -r1.43 pkgsrc/multimedia/gst-plugins1-good/Makefile.common
diff -r1.5 -r1.6 pkgsrc/multimedia/gst-plugins1-good/buildlink3.mk
diff -r1.49 -r1.50 pkgsrc/multimedia/gst-plugins1-good/distinfo
diff -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins1-gtk/Makefile
diff -r1.9 -r1.10 pkgsrc/multimedia/gst-plugins1-gtk/buildlink3.mk
diff -r1.62 -r1.63 pkgsrc/multimedia/gst-plugins1-libav/Makefile
diff -r1.40 -r1.41 pkgsrc/multimedia/gst-plugins1-libav/distinfo
diff -r1.12 -r1.13 pkgsrc/multimedia/gst-plugins1-omx/Makefile
diff -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins1-resindvd/Makefile
diff -r1.38 -r1.39 pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common
diff -r1.5 -r1.6 pkgsrc/multimedia/gst-plugins1-ugly/buildlink3.mk
diff -r1.44 -r1.45 pkgsrc/multimedia/gst-plugins1-ugly/distinfo
diff -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins1-vaapi/Makefile
diff -r1.5 -r1.6 pkgsrc/multimedia/gst-plugins1-vaapi/distinfo
diff -r1.9 -r1.10 pkgsrc/multimedia/gst-plugins1-x264/Makefile
diff -r1.61 -r1.62 pkgsrc/multimedia/gstreamer1/Makefile
diff -r1.24 -r1.25 pkgsrc/multimedia/gstreamer1/PLIST
diff -r1.7 -r1.8 pkgsrc/multimedia/gstreamer1/buildlink3.mk
diff -r1.46 -r1.47 pkgsrc/multimedia/gstreamer1/distinfo
diff -r0 -r1.1 pkgsrc/multimedia/gstreamer1/version.mk
diff -r1.24 -r1.25 pkgsrc/multimedia/py-gstreamer1/Makefile
diff -r1.20 -r1.21 pkgsrc/multimedia/py-gstreamer1/distinfo
diff -r1.19 -r1.20 pkgsrc/net/gst-plugins1-rtmp/Makefile
diff -r1.39 -r1.40 pkgsrc/net/gst-plugins1-soup/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/audio/gst-plugins1-a52/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-a52/Makefile 2022/04/25 06:42:03 1.5
+++ pkgsrc/audio/gst-plugins1-a52/Makefile 2022/12/16 21:08:09 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.5 2022/04/25 06:42:03 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2022/12/16 21:08:09 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-ugly/-a52/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-ugly/-a52/}
4CATEGORIES= audio gnome 4CATEGORIES= audio gnome
5 5
6COMMENT= Open source multimedia framework - Dolby AC-3 audio plugin 6COMMENT= Open source multimedia framework - Dolby AC-3 audio plugin
7 7
8GST_PLUGINS+= a52dec 8GST_PLUGINS+= a52dec
9 9
10MESON_ARGS+= -Dgpl=enabled  10MESON_ARGS+= -Dgpl=enabled
11 11
12.include "../../multimedia/gst-plugins1-ugly/Makefile.common" 12.include "../../multimedia/gst-plugins1-ugly/Makefile.common"
13.include "../../audio/liba52/buildlink3.mk" 13.include "../../audio/liba52/buildlink3.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/audio/gst-plugins1-flac/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-flac/Makefile 2022/09/11 12:51:17 1.5
+++ pkgsrc/audio/gst-plugins1-flac/Makefile 2022/12/16 21:08:10 1.6
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.5 2022/09/11 12:51:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2022/12/16 21:08:10 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-flac/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-flac/}
4PKGREVISION= 1 
5CATEGORIES= audio gnome 4CATEGORIES= audio gnome
6 5
7COMMENT= Open source multimedia framework - FLAC plugin 6COMMENT= Open source multimedia framework - FLAC plugin
8 7
9GST_PLUGINS+= flac 8GST_PLUGINS+= flac
10 9
11.include "../../multimedia/gst-plugins1-good/Makefile.common" 10.include "../../multimedia/gst-plugins1-good/Makefile.common"
12.include "../../audio/flac/buildlink3.mk" 11.include "../../audio/flac/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/audio/gst-plugins1-fluidsynth/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-fluidsynth/Makefile 2022/09/11 12:51:17 1.8
+++ pkgsrc/audio/gst-plugins1-fluidsynth/Makefile 2022/12/16 21:08:10 1.9
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.8 2022/09/11 12:51:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2022/12/16 21:08:10 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-fluidsynth/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-fluidsynth/}
4PKGREVISION= 2 
5CATEGORIES= audio gnome 4CATEGORIES= audio gnome
6 5
7COMMENT= Open source multimedia framework - MIDI plugin 6COMMENT= Open source multimedia framework - MIDI plugin
8 7
9GST_EXT_BUILD= # defined 8GST_EXT_BUILD= # defined
10GST_PLUGINS+= fluidsynth 9GST_PLUGINS+= fluidsynth
11 10
12.include "../../multimedia/gst-plugins1-bad/Makefile.common" 11.include "../../multimedia/gst-plugins1-bad/Makefile.common"
13.include "../../audio/fluidsynth/buildlink3.mk" 12.include "../../audio/fluidsynth/buildlink3.mk"
14.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/audio/gst-plugins1-jack/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-jack/Makefile 2022/09/11 12:51:17 1.11
+++ pkgsrc/audio/gst-plugins1-jack/Makefile 2022/12/16 21:08:10 1.12
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.11 2022/09/11 12:51:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2022/12/16 21:08:10 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-jack/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-jack/}
4PKGREVISION= 1 
5CATEGORIES= audio gnome 4CATEGORIES= audio gnome
6 5
7COMMENT= Open source multimedia framework - JACK plugin 6COMMENT= Open source multimedia framework - JACK plugin
8 7
9GST_PLUGINS+= jack 8GST_PLUGINS+= jack
10 9
11.include "../../multimedia/gst-plugins1-good/Makefile.common" 10.include "../../multimedia/gst-plugins1-good/Makefile.common"
12.include "../../audio/jack/buildlink3.mk" 11.include "../../audio/jack/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/audio/gst-plugins1-ladspa/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-ladspa/Makefile 2022/11/23 16:19:20 1.5
+++ pkgsrc/audio/gst-plugins1-ladspa/Makefile 2022/12/16 21:08:10 1.6
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.5 2022/11/23 16:19:20 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2022/12/16 21:08:10 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-ladspa/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-ladspa/}
4PKGREVISION= 2 
5CATEGORIES= audio gnome 4CATEGORIES= audio gnome
6 5
7COMMENT= Open source multimedia framework - LADSPA support plugin 6COMMENT= Open source multimedia framework - LADSPA support plugin
8 7
9GST_EXT_BUILD= # defined 8GST_EXT_BUILD= # defined
10GST_PLUGINS+= ladspa 9GST_PLUGINS+= ladspa
11 10
12.include "../../multimedia/gst-plugins1-bad/Makefile.common" 11.include "../../multimedia/gst-plugins1-bad/Makefile.common"
13.include "../../audio/ladspa/buildlink3.mk" 12.include "../../audio/ladspa/buildlink3.mk"
14.include "../../textproc/liblrdf/buildlink3.mk" 13.include "../../textproc/liblrdf/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/audio/gst-plugins1-lv2/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-lv2/Makefile 2022/09/11 12:51:17 1.5
+++ pkgsrc/audio/gst-plugins1-lv2/Makefile 2022/12/16 21:08:10 1.6
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.5 2022/09/11 12:51:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2022/12/16 21:08:10 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-lv2/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-lv2/}
4PKGREVISION= 1 
5CATEGORIES= audio gnome 4CATEGORIES= audio gnome
6 5
7COMMENT= Open source multimedia framework - LV2 support plugin 6COMMENT= Open source multimedia framework - LV2 support plugin
8 7
9GST_EXT_BUILD= # defined 8GST_EXT_BUILD= # defined
10GST_PLUGINS+= lv2 9GST_PLUGINS+= lv2
11 10
12.include "../../multimedia/gst-plugins1-bad/Makefile.common" 11.include "../../multimedia/gst-plugins1-bad/Makefile.common"
13.include "../../audio/lilv/buildlink3.mk" 12.include "../../audio/lilv/buildlink3.mk"
14.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.33 -r1.34 pkgsrc/audio/gst-plugins1-pulse/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-pulse/Makefile 2022/09/11 12:51:17 1.33
+++ pkgsrc/audio/gst-plugins1-pulse/Makefile 2022/12/16 21:08:10 1.34
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.33 2022/09/11 12:51:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.34 2022/12/16 21:08:10 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-pulse/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-pulse/}
4PKGREVISION= 1 
5CATEGORIES= audio gnome 4CATEGORIES= audio gnome
6 5
7COMMENT= Open source multimedia framework - PulseAudio plugin 6COMMENT= Open source multimedia framework - PulseAudio plugin
8 7
9GST_PLUGINS+= pulse 8GST_PLUGINS+= pulse
10 9
11.include "../../multimedia/gst-plugins1-good/Makefile.common" 10.include "../../multimedia/gst-plugins1-good/Makefile.common"
12.include "../../audio/pulseaudio/buildlink3.mk" 11.include "../../audio/pulseaudio/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/audio/gst-plugins1-sndfile/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-sndfile/Makefile 2022/09/11 12:51:17 1.4
+++ pkgsrc/audio/gst-plugins1-sndfile/Makefile 2022/12/16 21:08:10 1.5
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.4 2022/09/11 12:51:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2022/12/16 21:08:10 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-sndfile/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-sndfile/}
4PKGREVISION= 1 
5CATEGORIES= audio gnome 4CATEGORIES= audio gnome
6 5
7COMMENT= Open source multimedia framework - libsndfile plugin 6COMMENT= Open source multimedia framework - libsndfile plugin
8 7
9GST_EXT_BUILD= # defined 8GST_EXT_BUILD= # defined
10GST_PLUGINS+= sndfile 9GST_PLUGINS+= sndfile
11 10
12.include "../../multimedia/gst-plugins1-bad/Makefile.common" 11.include "../../multimedia/gst-plugins1-bad/Makefile.common"
13.include "../../audio/libsndfile/buildlink3.mk" 12.include "../../audio/libsndfile/buildlink3.mk"
14.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/audio/gst-plugins1-twolame/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-twolame/Makefile 2022/09/11 12:51:17 1.9
+++ pkgsrc/audio/gst-plugins1-twolame/Makefile 2022/12/16 21:08:10 1.10
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.9 2022/09/11 12:51:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2022/12/16 21:08:10 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-twolame/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-twolame/}
4PKGREVISION= 1 
5CATEGORIES= audio gnome 4CATEGORIES= audio gnome
6 5
7COMMENT= Open source multimedia framework - MP2 encoder plugin 6COMMENT= Open source multimedia framework - MP2 encoder plugin
8 7
9GST_PLUGINS+= twolame 8GST_PLUGINS+= twolame
10 9
11.include "../../multimedia/gst-plugins1-good/Makefile.common" 10.include "../../multimedia/gst-plugins1-good/Makefile.common"
12.include "../../audio/twolame/buildlink3.mk" 11.include "../../audio/twolame/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.28 -r1.29 pkgsrc/devel/gst-plugins1-pango/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gst-plugins1-pango/Makefile 2022/04/18 12:36:06 1.28
+++ pkgsrc/devel/gst-plugins1-pango/Makefile 2022/12/16 21:08:11 1.29
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.28 2022/04/18 12:36:06 nia Exp $ 1# $NetBSD: Makefile,v 1.29 2022/12/16 21:08:11 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-base/-pango/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-base/-pango/}
4CATEGORIES= devel gnome 4CATEGORIES= devel gnome
5 5
6COMMENT= Open source multimedia framework - pango plugin 6COMMENT= Open source multimedia framework - pango plugin
7 7
8GST_EXT_BUILD= # defined 8GST_EXT_BUILD= # defined
9 9GST_PLUGINS+= pango
10GST_PLUGINS+= pango 
11 10
12.include "../../multimedia/gst-plugins1-base/Makefile.common" 11.include "../../multimedia/gst-plugins1-base/Makefile.common"
13.include "../../multimedia/gst-plugins1-base/buildlink3.mk" 12.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
14.include "../../devel/pango/buildlink3.mk" 13.include "../../devel/pango/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/graphics/gst-plugins1-gdk_pixbuf/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/graphics/gst-plugins1-gdk_pixbuf/buildlink3.mk 2021/12/08 16:02:10 1.4
+++ pkgsrc/graphics/gst-plugins1-gdk_pixbuf/buildlink3.mk 2022/12/16 21:08:11 1.5
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: buildlink3.mk,v 1.4 2021/12/08 16:02:10 adam Exp $ 1# $NetBSD: buildlink3.mk,v 1.5 2022/12/16 21:08:11 adam Exp $
2 2
3BUILDLINK_TREE+= gst-plugins1-gdk_pixbuf 3BUILDLINK_TREE+= gst-plugins1-gdk_pixbuf
4 4
5.if !defined(GST_PLUGINS1_GDK_PIXBUF_BUILDLINK3_MK) 5.if !defined(GST_PLUGINS1_GDK_PIXBUF_BUILDLINK3_MK)
6GST_PLUGINS1_GDK_PIXBUF_BUILDLINK3_MK:= 6GST_PLUGINS1_GDK_PIXBUF_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.gst-plugins1-gdk_pixbuf+= gst-plugins1-gdk_pixbuf>=1.18.0 8BUILDLINK_API_DEPENDS.gst-plugins1-gdk_pixbuf+= gst-plugins1-gdk_pixbuf>=1.18.0
9BUILDLINK_ABI_DEPENDS.gst-plugins1-gdk_pixbuf?= gst-plugins1-gdk_pixbuf>=1.18.5 9BUILDLINK_ABI_DEPENDS.gst-plugins1-gdk_pixbuf+= gst-plugins1-gdk_pixbuf>=1.18.5
10BUILDLINK_PKGSRCDIR.gst-plugins1-gdk_pixbuf?= ../../graphics/gst-plugins1-gdk_pixbuf 10BUILDLINK_PKGSRCDIR.gst-plugins1-gdk_pixbuf?= ../../graphics/gst-plugins1-gdk_pixbuf
11 11
12.include "../../graphics/gdk-pixbuf2/buildlink3.mk" 12.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
13.include "../../multimedia/gst-plugins1-base/buildlink3.mk" 13.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
14.include "../../multimedia/gstreamer1/buildlink3.mk" 14.include "../../multimedia/gstreamer1/buildlink3.mk"
15.endif # GST_PLUGINS1_GDK_PIXBUF_BUILDLINK3_MK 15.endif # GST_PLUGINS1_GDK_PIXBUF_BUILDLINK3_MK
16 16
17BUILDLINK_TREE+= -gst-plugins1-gdk_pixbuf 17BUILDLINK_TREE+= -gst-plugins1-gdk_pixbuf

cvs diff -r1.43 -r1.44 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-bad/Makefile.common 2022/10/03 11:27:40 1.43
+++ pkgsrc/multimedia/gst-plugins1-bad/Makefile.common 2022/12/16 21:08:08 1.44
@@ -1,26 +1,43 @@ @@ -1,26 +1,43 @@
1# $NetBSD: Makefile.common,v 1.43 2022/10/03 11:27:40 nia Exp $ 1# $NetBSD: Makefile.common,v 1.44 2022/12/16 21:08:08 adam Exp $
 2# used by audio/gst-plugins1-dts/Makefile
 3# used by audio/gst-plugins1-faac/Makefile
 4# used by audio/gst-plugins1-faad/Makefile
 5# used by audio/gst-plugins1-fluidsynth/Makefile
 6# used by audio/gst-plugins1-gme/Makefile
 7# used by audio/gst-plugins1-ladspa/Makefile
 8# used by audio/gst-plugins1-lv2/Makefile
 9# used by audio/gst-plugins1-modplug/Makefile
 10# used by audio/gst-plugins1-musepack/Makefile
 11# used by audio/gst-plugins1-sndfile/Makefile
 12# used by audio/gst-plugins1-soundtouch/Makefile
 13# used by graphics/gst-plugins1-webp/Makefile
 14# used by multimedia/gst-plugins1-aom/Makefile
 15# used by multimedia/gst-plugins1-egl-gl/Makefile
 16# used by multimedia/gst-plugins1-egl-opengl/Makefile
 17# used by multimedia/gst-plugins1-libde265/Makefile
 18# used by multimedia/gst-plugins1-openh264/Makefile
 19# used by multimedia/gst-plugins1-resindvd/Makefile
 20# used by multimedia/gst-plugins1-x265/Makefile
 21# used by net/gst-plugins1-rtmp/Makefile
2 22
3DISTNAME= gst-plugins-bad-1.20.3 23.include "../../multimedia/gstreamer1/version.mk"
 24
 25DISTNAME= gst-plugins-bad-${GST_VERSION}
4MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-bad/ 26MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-bad/
5EXTRACT_SUFX= .tar.xz 27EXTRACT_SUFX= .tar.xz
6 28
7MAINTAINER= pkgsrc-users@NetBSD.org 
8HOMEPAGE= https://gstreamer.freedesktop.org/ 
9LICENSE= gnu-gpl-v2 
10 
11# "error: 'for' loop initial declarations are only allowed in C99 mode" 29# "error: 'for' loop initial declarations are only allowed in C99 mode"
12USE_LANGUAGES= c99 c++ 30USE_LANGUAGES= c99 c++
13 
14USE_TOOLS+= pkg-config 31USE_TOOLS+= pkg-config
15 32
16DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-bad/distinfo 33DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-bad/distinfo
17PATCHDIR= ${.CURDIR}/../../multimedia/gst-plugins1-bad/patches 34PATCHDIR= ${.CURDIR}/../../multimedia/gst-plugins1-bad/patches
18 35
19PKGCONFIG_OVERRIDE= output/pkgconfig/*.pc 36PKGCONFIG_OVERRIDE= output/pkgconfig/*.pc
20PKGCONFIG_OVERRIDE_STAGE= pre-install 37PKGCONFIG_OVERRIDE_STAGE= pre-install
21 38
22PYTHON_VERSIONS_INCOMPATIBLE= 27 39PYTHON_VERSIONS_INCOMPATIBLE= 27
23PYTHON_FOR_BUILD_ONLY= tool 40PYTHON_FOR_BUILD_ONLY= tool
24 41
25# grep '^option' meson_options.txt | grep feature | \ 42# grep '^option' meson_options.txt | grep feature | \
26# sed -e "s/',.*//g" -e "s/option('//g" | \ 43# sed -e "s/',.*//g" -e "s/option('//g" | \

cvs diff -r1.20 -r1.21 pkgsrc/multimedia/gst-plugins1-bad/PLIST (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-bad/PLIST 2022/07/18 15:40:56 1.20
+++ pkgsrc/multimedia/gst-plugins1-bad/PLIST 2022/12/16 21:08:08 1.21
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.20 2022/07/18 15:40:56 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.21 2022/12/16 21:08:08 adam Exp $
2bin/gst-transcoder-1.0 2bin/gst-transcoder-1.0
3include/gstreamer-1.0/gst/audio/audio-bad-prelude.h 3include/gstreamer-1.0/gst/audio/audio-bad-prelude.h
4include/gstreamer-1.0/gst/audio/gstnonstreamaudiodecoder.h 4include/gstreamer-1.0/gst/audio/gstnonstreamaudiodecoder.h
5include/gstreamer-1.0/gst/audio/gstplanaraudioadapter.h 5include/gstreamer-1.0/gst/audio/gstplanaraudioadapter.h
6include/gstreamer-1.0/gst/basecamerabinsrc/basecamerabinsrc-prelude.h 6include/gstreamer-1.0/gst/basecamerabinsrc/basecamerabinsrc-prelude.h
7include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h 7include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h
8include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h 8include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h
9include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h 9include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h
10include/gstreamer-1.0/gst/codecparsers/codecparsers-prelude.h 10include/gstreamer-1.0/gst/codecparsers/codecparsers-prelude.h
11include/gstreamer-1.0/gst/codecparsers/gstav1parser.h 11include/gstreamer-1.0/gst/codecparsers/gstav1parser.h
12include/gstreamer-1.0/gst/codecparsers/gsth264parser.h 12include/gstreamer-1.0/gst/codecparsers/gsth264parser.h
13include/gstreamer-1.0/gst/codecparsers/gsth265parser.h 13include/gstreamer-1.0/gst/codecparsers/gsth265parser.h
14include/gstreamer-1.0/gst/codecparsers/gstjpeg2000sampling.h 14include/gstreamer-1.0/gst/codecparsers/gstjpeg2000sampling.h
@@ -143,68 +143,68 @@ lib/gstreamer-1.0/libgstsmooth.so @@ -143,68 +143,68 @@ lib/gstreamer-1.0/libgstsmooth.so
143lib/gstreamer-1.0/libgstspeed.so 143lib/gstreamer-1.0/libgstspeed.so
144lib/gstreamer-1.0/libgstsubenc.so 144lib/gstreamer-1.0/libgstsubenc.so
145lib/gstreamer-1.0/libgstswitchbin.so 145lib/gstreamer-1.0/libgstswitchbin.so
146lib/gstreamer-1.0/libgsttimecode.so 146lib/gstreamer-1.0/libgsttimecode.so
147lib/gstreamer-1.0/libgsttranscode.so 147lib/gstreamer-1.0/libgsttranscode.so
148lib/gstreamer-1.0/libgstvideofiltersbad.so 148lib/gstreamer-1.0/libgstvideofiltersbad.so
149lib/gstreamer-1.0/libgstvideoframe_audiolevel.so 149lib/gstreamer-1.0/libgstvideoframe_audiolevel.so
150lib/gstreamer-1.0/libgstvideoparsersbad.so 150lib/gstreamer-1.0/libgstvideoparsersbad.so
151lib/gstreamer-1.0/libgstvideosignal.so 151lib/gstreamer-1.0/libgstvideosignal.so
152lib/gstreamer-1.0/libgstvmnc.so 152lib/gstreamer-1.0/libgstvmnc.so
153lib/gstreamer-1.0/libgsty4mdec.so 153lib/gstreamer-1.0/libgsty4mdec.so
154lib/libgstadaptivedemux-1.0.so 154lib/libgstadaptivedemux-1.0.so
155lib/libgstadaptivedemux-1.0.so.0 155lib/libgstadaptivedemux-1.0.so.0
156lib/libgstadaptivedemux-1.0.so.0.2003.0 156lib/libgstadaptivedemux-1.0.so.0.2004.0
157lib/libgstbadaudio-1.0.so 157lib/libgstbadaudio-1.0.so
158lib/libgstbadaudio-1.0.so.0 158lib/libgstbadaudio-1.0.so.0
159lib/libgstbadaudio-1.0.so.0.2003.0 159lib/libgstbadaudio-1.0.so.0.2004.0
160lib/libgstbasecamerabinsrc-1.0.so 160lib/libgstbasecamerabinsrc-1.0.so
161lib/libgstbasecamerabinsrc-1.0.so.0 161lib/libgstbasecamerabinsrc-1.0.so.0
162lib/libgstbasecamerabinsrc-1.0.so.0.2003.0 162lib/libgstbasecamerabinsrc-1.0.so.0.2004.0
163lib/libgstcodecparsers-1.0.so 163lib/libgstcodecparsers-1.0.so
164lib/libgstcodecparsers-1.0.so.0 164lib/libgstcodecparsers-1.0.so.0
165lib/libgstcodecparsers-1.0.so.0.2003.0 165lib/libgstcodecparsers-1.0.so.0.2004.0
166lib/libgstcodecs-1.0.so 166lib/libgstcodecs-1.0.so
167lib/libgstcodecs-1.0.so.0 167lib/libgstcodecs-1.0.so.0
168lib/libgstcodecs-1.0.so.0.2003.0 168lib/libgstcodecs-1.0.so.0.2004.0
169lib/libgstinsertbin-1.0.so 169lib/libgstinsertbin-1.0.so
170lib/libgstinsertbin-1.0.so.0 170lib/libgstinsertbin-1.0.so.0
171lib/libgstinsertbin-1.0.so.0.2003.0 171lib/libgstinsertbin-1.0.so.0.2004.0
172lib/libgstisoff-1.0.so 172lib/libgstisoff-1.0.so
173lib/libgstisoff-1.0.so.0 173lib/libgstisoff-1.0.so.0
174lib/libgstisoff-1.0.so.0.2003.0 174lib/libgstisoff-1.0.so.0.2004.0
175lib/libgstmpegts-1.0.so 175lib/libgstmpegts-1.0.so
176lib/libgstmpegts-1.0.so.0 176lib/libgstmpegts-1.0.so.0
177lib/libgstmpegts-1.0.so.0.2003.0 177lib/libgstmpegts-1.0.so.0.2004.0
178lib/libgstphotography-1.0.so 178lib/libgstphotography-1.0.so
179lib/libgstphotography-1.0.so.0 179lib/libgstphotography-1.0.so.0
180lib/libgstphotography-1.0.so.0.2003.0 180lib/libgstphotography-1.0.so.0.2004.0
181lib/libgstplay-1.0.so 181lib/libgstplay-1.0.so
182lib/libgstplay-1.0.so.0 182lib/libgstplay-1.0.so.0
183lib/libgstplay-1.0.so.0.2003.0 183lib/libgstplay-1.0.so.0.2004.0
184lib/libgstplayer-1.0.so 184lib/libgstplayer-1.0.so
185lib/libgstplayer-1.0.so.0 185lib/libgstplayer-1.0.so.0
186lib/libgstplayer-1.0.so.0.2003.0 186lib/libgstplayer-1.0.so.0.2004.0
187lib/libgstsctp-1.0.so 187lib/libgstsctp-1.0.so
188lib/libgstsctp-1.0.so.0 188lib/libgstsctp-1.0.so.0
189lib/libgstsctp-1.0.so.0.2003.0 189lib/libgstsctp-1.0.so.0.2004.0
190lib/libgsttranscoder-1.0.so 190lib/libgsttranscoder-1.0.so
191lib/libgsttranscoder-1.0.so.0 191lib/libgsttranscoder-1.0.so.0
192lib/libgsturidownloader-1.0.so 192lib/libgsturidownloader-1.0.so
193lib/libgsturidownloader-1.0.so.0 193lib/libgsturidownloader-1.0.so.0
194lib/libgsturidownloader-1.0.so.0.2003.0 194lib/libgsturidownloader-1.0.so.0.2004.0
195lib/libgstwebrtc-1.0.so 195lib/libgstwebrtc-1.0.so
196lib/libgstwebrtc-1.0.so.0 196lib/libgstwebrtc-1.0.so.0
197lib/libgstwebrtc-1.0.so.0.2003.0 197lib/libgstwebrtc-1.0.so.0.2004.0
198lib/pkgconfig/gstreamer-bad-audio-1.0.pc 198lib/pkgconfig/gstreamer-bad-audio-1.0.pc
199lib/pkgconfig/gstreamer-codecparsers-1.0.pc 199lib/pkgconfig/gstreamer-codecparsers-1.0.pc
200lib/pkgconfig/gstreamer-insertbin-1.0.pc 200lib/pkgconfig/gstreamer-insertbin-1.0.pc
201lib/pkgconfig/gstreamer-mpegts-1.0.pc 201lib/pkgconfig/gstreamer-mpegts-1.0.pc
202lib/pkgconfig/gstreamer-photography-1.0.pc 202lib/pkgconfig/gstreamer-photography-1.0.pc
203lib/pkgconfig/gstreamer-play-1.0.pc 203lib/pkgconfig/gstreamer-play-1.0.pc
204lib/pkgconfig/gstreamer-player-1.0.pc 204lib/pkgconfig/gstreamer-player-1.0.pc
205lib/pkgconfig/gstreamer-plugins-bad-1.0.pc 205lib/pkgconfig/gstreamer-plugins-bad-1.0.pc
206lib/pkgconfig/gstreamer-sctp-1.0.pc 206lib/pkgconfig/gstreamer-sctp-1.0.pc
207lib/pkgconfig/gstreamer-transcoder-1.0.pc 207lib/pkgconfig/gstreamer-transcoder-1.0.pc
208lib/pkgconfig/gstreamer-webrtc-1.0.pc 208lib/pkgconfig/gstreamer-webrtc-1.0.pc
209share/gir-1.0/GstBadAudio-1.0.gir 209share/gir-1.0/GstBadAudio-1.0.gir
210share/gir-1.0/GstCodecs-1.0.gir 210share/gir-1.0/GstCodecs-1.0.gir

cvs diff -r1.7 -r1.8 pkgsrc/multimedia/gst-plugins1-bad/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-bad/buildlink3.mk 2022/07/29 15:14:48 1.7
+++ pkgsrc/multimedia/gst-plugins1-bad/buildlink3.mk 2022/12/16 21:08:08 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: buildlink3.mk,v 1.7 2022/07/29 15:14:48 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.8 2022/12/16 21:08:08 adam Exp $
2 2
3BUILDLINK_TREE+= gst-plugins1-bad 3BUILDLINK_TREE+= gst-plugins1-bad
4 4
5.if !defined(GST_PLUGINS1_BAD_BUILDLINK3_MK) 5.if !defined(GST_PLUGINS1_BAD_BUILDLINK3_MK)
6GST_PLUGINS1_BAD_BUILDLINK3_MK:= 6GST_PLUGINS1_BAD_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.gst-plugins1-bad+= gst-plugins1-bad>=1.18.4 8BUILDLINK_API_DEPENDS.gst-plugins1-bad+= gst-plugins1-bad>=1.18.4
9BUILDLINK_ABI_DEPENDS.gst-plugins1-bad?= gst-plugins1-bad>=1.18.5 9BUILDLINK_ABI_DEPENDS.gst-plugins1-bad+= gst-plugins1-bad>=1.18.5
10BUILDLINK_PKGSRCDIR.gst-plugins1-bad?= ../../multimedia/gst-plugins1-bad 10BUILDLINK_PKGSRCDIR.gst-plugins1-bad?= ../../multimedia/gst-plugins1-bad
11 11
12.include "../../multimedia/gst-plugins1-base/buildlink3.mk" 12.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
13.include "../../multimedia/gstreamer1/buildlink3.mk" 13.include "../../multimedia/gstreamer1/buildlink3.mk"
14.endif # GST_PLUGINS1_BAD_BUILDLINK3_MK 14.endif # GST_PLUGINS1_BAD_BUILDLINK3_MK
15 15
16BUILDLINK_TREE+= -gst-plugins1-bad 16BUILDLINK_TREE+= -gst-plugins1-bad

cvs diff -r1.44 -r1.45 pkgsrc/multimedia/gst-plugins1-bad/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-bad/distinfo 2022/07/18 15:40:56 1.44
+++ pkgsrc/multimedia/gst-plugins1-bad/distinfo 2022/12/16 21:08:08 1.45
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.44 2022/07/18 15:40:56 wiz Exp $ 1$NetBSD: distinfo,v 1.45 2022/12/16 21:08:08 adam Exp $
2 2
3BLAKE2s (gst-plugins-bad-1.20.3.tar.xz) = 53a2149a0bb7fe4da603e385b9f86cf917cf4a7e94d8925c5e4521d4b762ad45 3BLAKE2s (gst-plugins-bad-1.20.4.tar.xz) = e5d24a2fc01189bf93a077a5ca29b569431a0047bcd85736e5b838f33ecbf177
4SHA512 (gst-plugins-bad-1.20.3.tar.xz) = cfcf126eabff550455decd7054a269b73489708c10a6b6090dddb5fde29bfba07ed330c339927ff170e025fa3a08d2ffb822322dc3798679366207a54132c71b 4SHA512 (gst-plugins-bad-1.20.4.tar.xz) = 31b28d4a1bbecf021a90f2aa49dd344ccea12533b65f3bf3a8426ca2175469fff7b7f8e08af7d3d22c18db2fe48b9d5fbea2b325d296aee04b019cebef1eaec4
5Size (gst-plugins-bad-1.20.3.tar.xz) = 6222824 bytes 5Size (gst-plugins-bad-1.20.4.tar.xz) = 6229992 bytes
6SHA1 (patch-ext_wayland_meson.build) = bb8984a24a9149f85ac3e7b4535a684876781dce 6SHA1 (patch-ext_wayland_meson.build) = bb8984a24a9149f85ac3e7b4535a684876781dce

cvs diff -r1.44 -r1.45 pkgsrc/multimedia/gst-plugins1-base/Makefile.common (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-base/Makefile.common 2022/07/18 15:40:56 1.44
+++ pkgsrc/multimedia/gst-plugins1-base/Makefile.common 2022/12/16 21:08:08 1.45
@@ -1,23 +1,30 @@ @@ -1,23 +1,30 @@
1# $NetBSD: Makefile.common,v 1.44 2022/07/18 15:40:56 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.45 2022/12/16 21:08:08 adam Exp $
 2# used by audio/gst-plugins1-alsa/Makefile
 3# used by audio/gst-plugins1-cdparanoia/Makefile
 4# used by audio/gst-plugins1-libvisual/Makefile
 5# used by audio/gst-plugins1-opus/Makefile
 6# used by audio/gst-plugins1-vorbis/Makefile
 7# used by devel/gst-plugins1-pango/Makefile
 8# used by multimedia/gst-plugins1-ogg/Makefile
 9# used by multimedia/gst-plugins1-theora/Makefile
 10# used by x11/gst-plugins1-x11/Makefile
2 11
3DISTNAME= gst-plugins-base-1.20.3 12.include "../../multimedia/gstreamer1/version.mk"
 13
 14DISTNAME= gst-plugins-base-${GST_VERSION}
4MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-base/ 15MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-base/
5EXTRACT_SUFX= .tar.xz 16EXTRACT_SUFX= .tar.xz
6 17
7MAINTAINER= pkgsrc-users@NetBSD.org 
8HOMEPAGE= https://gstreamer.freedesktop.org/ 
9LICENSE= gnu-gpl-v2 
10 
11# "error: 'for' loop initial declarations are only allowed in C99 mode" 18# "error: 'for' loop initial declarations are only allowed in C99 mode"
12USE_LANGUAGES= c99 c++ 19USE_LANGUAGES= c99 c++
13 20
14USE_TOOLS+= pkg-config 21USE_TOOLS+= pkg-config
15 22
16DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-base/distinfo 23DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-base/distinfo
17PATCHDIR= ${.CURDIR}/../../multimedia/gst-plugins1-base/patches 24PATCHDIR= ${.CURDIR}/../../multimedia/gst-plugins1-base/patches
18 25
19PKGCONFIG_OVERRIDE= output/pkgconfig/*.pc 26PKGCONFIG_OVERRIDE= output/pkgconfig/*.pc
20PKGCONFIG_OVERRIDE_STAGE= pre-install 27PKGCONFIG_OVERRIDE_STAGE= pre-install
21 28
22PYTHON_VERSIONS_INCOMPATIBLE= 27 29PYTHON_VERSIONS_INCOMPATIBLE= 27
23PYTHON_FOR_BUILD_ONLY= tool 30PYTHON_FOR_BUILD_ONLY= tool

cvs diff -r1.17 -r1.18 pkgsrc/multimedia/gst-plugins1-base/PLIST (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-base/PLIST 2022/07/18 15:40:56 1.17
+++ pkgsrc/multimedia/gst-plugins1-base/PLIST 2022/12/16 21:08:08 1.18
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.17 2022/07/18 15:40:56 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.18 2022/12/16 21:08:08 adam Exp $
2bin/gst-device-monitor-1.0 2bin/gst-device-monitor-1.0
3bin/gst-discoverer-1.0 3bin/gst-discoverer-1.0
4bin/gst-play-1.0 4bin/gst-play-1.0
5include/gstreamer-1.0/gst/allocators/allocators-prelude.h 5include/gstreamer-1.0/gst/allocators/allocators-prelude.h
6include/gstreamer-1.0/gst/allocators/allocators.h 6include/gstreamer-1.0/gst/allocators/allocators.h
7include/gstreamer-1.0/gst/allocators/gstdmabuf.h 7include/gstreamer-1.0/gst/allocators/gstdmabuf.h
8include/gstreamer-1.0/gst/allocators/gstfdmemory.h 8include/gstreamer-1.0/gst/allocators/gstfdmemory.h
9include/gstreamer-1.0/gst/allocators/gstphysmemory.h 9include/gstreamer-1.0/gst/allocators/gstphysmemory.h
10include/gstreamer-1.0/gst/app/app-enumtypes.h 10include/gstreamer-1.0/gst/app/app-enumtypes.h
11include/gstreamer-1.0/gst/app/app-prelude.h 11include/gstreamer-1.0/gst/app/app-prelude.h
12include/gstreamer-1.0/gst/app/app.h 12include/gstreamer-1.0/gst/app/app.h
13include/gstreamer-1.0/gst/app/gstappsink.h 13include/gstreamer-1.0/gst/app/gstappsink.h
14include/gstreamer-1.0/gst/app/gstappsrc.h 14include/gstreamer-1.0/gst/app/gstappsrc.h
@@ -155,57 +155,57 @@ lib/gstreamer-1.0/libgstoverlaycompositi @@ -155,57 +155,57 @@ lib/gstreamer-1.0/libgstoverlaycompositi
155lib/gstreamer-1.0/libgstpbtypes.so 155lib/gstreamer-1.0/libgstpbtypes.so
156lib/gstreamer-1.0/libgstplayback.so 156lib/gstreamer-1.0/libgstplayback.so
157lib/gstreamer-1.0/libgstrawparse.so 157lib/gstreamer-1.0/libgstrawparse.so
158lib/gstreamer-1.0/libgstsubparse.so 158lib/gstreamer-1.0/libgstsubparse.so
159lib/gstreamer-1.0/libgsttcp.so 159lib/gstreamer-1.0/libgsttcp.so
160lib/gstreamer-1.0/libgsttypefindfunctions.so 160lib/gstreamer-1.0/libgsttypefindfunctions.so
161lib/gstreamer-1.0/libgstvideoconvert.so 161lib/gstreamer-1.0/libgstvideoconvert.so
162lib/gstreamer-1.0/libgstvideorate.so 162lib/gstreamer-1.0/libgstvideorate.so
163lib/gstreamer-1.0/libgstvideoscale.so 163lib/gstreamer-1.0/libgstvideoscale.so
164lib/gstreamer-1.0/libgstvideotestsrc.so 164lib/gstreamer-1.0/libgstvideotestsrc.so
165lib/gstreamer-1.0/libgstvolume.so 165lib/gstreamer-1.0/libgstvolume.so
166lib/libgstallocators-1.0.so 166lib/libgstallocators-1.0.so
167lib/libgstallocators-1.0.so.0 167lib/libgstallocators-1.0.so.0
168lib/libgstallocators-1.0.so.0.2003.0 168lib/libgstallocators-1.0.so.0.2004.0
169lib/libgstapp-1.0.so 169lib/libgstapp-1.0.so
170lib/libgstapp-1.0.so.0 170lib/libgstapp-1.0.so.0
171lib/libgstapp-1.0.so.0.2003.0 171lib/libgstapp-1.0.so.0.2004.0
172lib/libgstaudio-1.0.so 172lib/libgstaudio-1.0.so
173lib/libgstaudio-1.0.so.0 173lib/libgstaudio-1.0.so.0
174lib/libgstaudio-1.0.so.0.2003.0 174lib/libgstaudio-1.0.so.0.2004.0
175lib/libgstfft-1.0.so 175lib/libgstfft-1.0.so
176lib/libgstfft-1.0.so.0 176lib/libgstfft-1.0.so.0
177lib/libgstfft-1.0.so.0.2003.0 177lib/libgstfft-1.0.so.0.2004.0
178lib/libgstpbutils-1.0.so 178lib/libgstpbutils-1.0.so
179lib/libgstpbutils-1.0.so.0 179lib/libgstpbutils-1.0.so.0
180lib/libgstpbutils-1.0.so.0.2003.0 180lib/libgstpbutils-1.0.so.0.2004.0
181lib/libgstriff-1.0.so 181lib/libgstriff-1.0.so
182lib/libgstriff-1.0.so.0 182lib/libgstriff-1.0.so.0
183lib/libgstriff-1.0.so.0.2003.0 183lib/libgstriff-1.0.so.0.2004.0
184lib/libgstrtp-1.0.so 184lib/libgstrtp-1.0.so
185lib/libgstrtp-1.0.so.0 185lib/libgstrtp-1.0.so.0
186lib/libgstrtp-1.0.so.0.2003.0 186lib/libgstrtp-1.0.so.0.2004.0
187lib/libgstrtsp-1.0.so 187lib/libgstrtsp-1.0.so
188lib/libgstrtsp-1.0.so.0 188lib/libgstrtsp-1.0.so.0
189lib/libgstrtsp-1.0.so.0.2003.0 189lib/libgstrtsp-1.0.so.0.2004.0
190lib/libgstsdp-1.0.so 190lib/libgstsdp-1.0.so
191lib/libgstsdp-1.0.so.0 191lib/libgstsdp-1.0.so.0
192lib/libgstsdp-1.0.so.0.2003.0 192lib/libgstsdp-1.0.so.0.2004.0
193lib/libgsttag-1.0.so 193lib/libgsttag-1.0.so
194lib/libgsttag-1.0.so.0 194lib/libgsttag-1.0.so.0
195lib/libgsttag-1.0.so.0.2003.0 195lib/libgsttag-1.0.so.0.2004.0
196lib/libgstvideo-1.0.so 196lib/libgstvideo-1.0.so
197lib/libgstvideo-1.0.so.0 197lib/libgstvideo-1.0.so.0
198lib/libgstvideo-1.0.so.0.2003.0 198lib/libgstvideo-1.0.so.0.2004.0
199lib/pkgconfig/gstreamer-allocators-1.0.pc 199lib/pkgconfig/gstreamer-allocators-1.0.pc
200lib/pkgconfig/gstreamer-app-1.0.pc 200lib/pkgconfig/gstreamer-app-1.0.pc
201lib/pkgconfig/gstreamer-audio-1.0.pc 201lib/pkgconfig/gstreamer-audio-1.0.pc
202lib/pkgconfig/gstreamer-fft-1.0.pc 202lib/pkgconfig/gstreamer-fft-1.0.pc
203lib/pkgconfig/gstreamer-pbutils-1.0.pc 203lib/pkgconfig/gstreamer-pbutils-1.0.pc
204lib/pkgconfig/gstreamer-plugins-base-1.0.pc 204lib/pkgconfig/gstreamer-plugins-base-1.0.pc
205lib/pkgconfig/gstreamer-riff-1.0.pc 205lib/pkgconfig/gstreamer-riff-1.0.pc
206lib/pkgconfig/gstreamer-rtp-1.0.pc 206lib/pkgconfig/gstreamer-rtp-1.0.pc
207lib/pkgconfig/gstreamer-rtsp-1.0.pc 207lib/pkgconfig/gstreamer-rtsp-1.0.pc
208lib/pkgconfig/gstreamer-sdp-1.0.pc 208lib/pkgconfig/gstreamer-sdp-1.0.pc
209lib/pkgconfig/gstreamer-tag-1.0.pc 209lib/pkgconfig/gstreamer-tag-1.0.pc
210lib/pkgconfig/gstreamer-video-1.0.pc 210lib/pkgconfig/gstreamer-video-1.0.pc
211man/man1/gst-device-monitor-1.0.1 211man/man1/gst-device-monitor-1.0.1

cvs diff -r1.48 -r1.49 pkgsrc/multimedia/gst-plugins1-base/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-base/distinfo 2022/07/18 15:40:56 1.48
+++ pkgsrc/multimedia/gst-plugins1-base/distinfo 2022/12/16 21:08:08 1.49
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.48 2022/07/18 15:40:56 wiz Exp $ 1$NetBSD: distinfo,v 1.49 2022/12/16 21:08:08 adam Exp $
2 2
3BLAKE2s (gst-plugins-base-1.20.3.tar.xz) = 91d96b1e055cd05c98c58a4c6a5b6e22fb75efa8fc8d583256c2846afa101b09 3BLAKE2s (gst-plugins-base-1.20.4.tar.xz) = 611e1b78872516ef4fd10134cb46fc33c661881731b90fd70bd2081a0e2b11a4
4SHA512 (gst-plugins-base-1.20.3.tar.xz) = 258294291cb9b406c17dfe4e5c1ca9061580d0789293355c9b43d558630d360097b6867287edf1688f3edaf50b5900cdd177c1429c122a0415c56da8b0f21ed1 4SHA512 (gst-plugins-base-1.20.4.tar.xz) = 4a5d8ce8b2a530065e65842f7a0c7b6b63744e584baff0e795863d9967beb43c086a1d5f551702a9f1ac20e0ed4ce9bc4cf4e811a949c459c258ae5eee1426c9
5Size (gst-plugins-base-1.20.3.tar.xz) = 3299976 bytes 5Size (gst-plugins-base-1.20.4.tar.xz) = 3307224 bytes
6SHA1 (patch-ext_cdparanoia_gstcdparanoiasrc.h) = 5325f27c81cd9dc2f998bcb7733ef6b0c9a902e8 6SHA1 (patch-ext_cdparanoia_gstcdparanoiasrc.h) = 5325f27c81cd9dc2f998bcb7733ef6b0c9a902e8
7SHA1 (patch-meson.build) = 0fae465ac873b12103f693e3812b3bfc6b1f6971 7SHA1 (patch-meson.build) = 0fae465ac873b12103f693e3812b3bfc6b1f6971

cvs diff -r1.20 -r1.21 pkgsrc/multimedia/gst-plugins1-editing-services/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-editing-services/Makefile 2022/11/23 16:20:45 1.20
+++ pkgsrc/multimedia/gst-plugins1-editing-services/Makefile 2022/12/16 21:08:08 1.21
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.20 2022/11/23 16:20:45 adam Exp $ 1# $NetBSD: Makefile,v 1.21 2022/12/16 21:08:08 adam Exp $
2 2
3DISTNAME= gst-editing-services-1.20.3 3.include "../../multimedia/gstreamer1/version.mk"
 4
 5DISTNAME= gst-editing-services-${GST_VERSION}
4PKGNAME= ${DISTNAME:S/gst-/gst-plugins1-/1} 6PKGNAME= ${DISTNAME:S/gst-/gst-plugins1-/1}
5PKGREVISION= 1 
6CATEGORIES= multimedia 7CATEGORIES= multimedia
7MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-editing-services/ 8MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-editing-services/
8EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
9 10
10MAINTAINER= pkgsrc-users@NetBSD.org 
11HOMEPAGE= https://gstreamer.freedesktop.org/modules/gst-editing-services.html 11HOMEPAGE= https://gstreamer.freedesktop.org/modules/gst-editing-services.html
12COMMENT= Open source multimedia framework - editing services plugin 12COMMENT= Open source multimedia framework - editing services plugin
13LICENSE= gnu-lgpl-v2.1 13LICENSE= gnu-lgpl-v2.1
14 14
15DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 15DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
16 16
17USE_TOOLS+= flex pkg-config 17USE_TOOLS+= flex pkg-config
18 18
19PY_PATCHPLIST= yes 19PY_PATCHPLIST= yes
20 20
21PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
22 22
23# workaround for build failure 23# workaround for build failure

cvs diff -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins1-editing-services/PLIST (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-editing-services/PLIST 2022/07/18 15:48:53 1.8
+++ pkgsrc/multimedia/gst-plugins1-editing-services/PLIST 2022/12/16 21:08:08 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.8 2022/07/18 15:48:53 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.9 2022/12/16 21:08:08 adam Exp $
2bin/ges-launch-1.0 2bin/ges-launch-1.0
3include/gstreamer-1.0/ges/ges-asset.h 3include/gstreamer-1.0/ges/ges-asset.h
4include/gstreamer-1.0/ges/ges-audio-source.h 4include/gstreamer-1.0/ges/ges-audio-source.h
5include/gstreamer-1.0/ges/ges-audio-test-source.h 5include/gstreamer-1.0/ges/ges-audio-test-source.h
6include/gstreamer-1.0/ges/ges-audio-track.h 6include/gstreamer-1.0/ges/ges-audio-track.h
7include/gstreamer-1.0/ges/ges-audio-transition.h 7include/gstreamer-1.0/ges/ges-audio-transition.h
8include/gstreamer-1.0/ges/ges-audio-uri-source.h 8include/gstreamer-1.0/ges/ges-audio-uri-source.h
9include/gstreamer-1.0/ges/ges-base-effect-clip.h 9include/gstreamer-1.0/ges/ges-base-effect-clip.h
10include/gstreamer-1.0/ges/ges-base-effect.h 10include/gstreamer-1.0/ges/ges-base-effect.h
11include/gstreamer-1.0/ges/ges-base-transition-clip.h 11include/gstreamer-1.0/ges/ges-base-transition-clip.h
12include/gstreamer-1.0/ges/ges-base-xml-formatter.h 12include/gstreamer-1.0/ges/ges-base-xml-formatter.h
13include/gstreamer-1.0/ges/ges-clip-asset.h 13include/gstreamer-1.0/ges/ges-clip-asset.h
14include/gstreamer-1.0/ges/ges-clip.h 14include/gstreamer-1.0/ges/ges-clip.h
@@ -60,19 +60,19 @@ include/gstreamer-1.0/ges/ges-version.h @@ -60,19 +60,19 @@ include/gstreamer-1.0/ges/ges-version.h
60include/gstreamer-1.0/ges/ges-video-source.h 60include/gstreamer-1.0/ges/ges-video-source.h
61include/gstreamer-1.0/ges/ges-video-test-source.h 61include/gstreamer-1.0/ges/ges-video-test-source.h
62include/gstreamer-1.0/ges/ges-video-track.h 62include/gstreamer-1.0/ges/ges-video-track.h
63include/gstreamer-1.0/ges/ges-video-transition.h 63include/gstreamer-1.0/ges/ges-video-transition.h
64include/gstreamer-1.0/ges/ges-video-uri-source.h 64include/gstreamer-1.0/ges/ges-video-uri-source.h
65include/gstreamer-1.0/ges/ges-xml-formatter.h 65include/gstreamer-1.0/ges/ges-xml-formatter.h
66include/gstreamer-1.0/ges/ges.h 66include/gstreamer-1.0/ges/ges.h
67lib/girepository-1.0/GES-1.0.typelib 67lib/girepository-1.0/GES-1.0.typelib
68lib/gst-validate-launcher/python/launcher/apps/geslaunch.py 68lib/gst-validate-launcher/python/launcher/apps/geslaunch.py
69lib/gstreamer-1.0/libgstges.so 69lib/gstreamer-1.0/libgstges.so
70lib/gstreamer-1.0/libgstnle.so 70lib/gstreamer-1.0/libgstnle.so
71lib/libges-1.0.so 71lib/libges-1.0.so
72lib/libges-1.0.so.0 72lib/libges-1.0.so.0
73lib/libges-1.0.so.0.2003.0 73lib/libges-1.0.so.0.2004.0
74lib/pkgconfig/gst-editing-services-1.0.pc 74lib/pkgconfig/gst-editing-services-1.0.pc
75${PYSITELIB}/gi/overrides/GES.py 75${PYSITELIB}/gi/overrides/GES.py
76man/man1/ges-launch-1.0.1 76man/man1/ges-launch-1.0.1
77share/gir-1.0/GES-1.0.gir 77share/gir-1.0/GES-1.0.gir
78share/gstreamer-1.0/validate/scenarios/ges-edit-clip-while-paused.scenario 78share/gstreamer-1.0/validate/scenarios/ges-edit-clip-while-paused.scenario

cvs diff -r1.3 -r1.4 pkgsrc/multimedia/gst-plugins1-editing-services/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-editing-services/buildlink3.mk 2021/11/15 22:53:58 1.3
+++ pkgsrc/multimedia/gst-plugins1-editing-services/buildlink3.mk 2022/12/16 21:08:08 1.4
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: buildlink3.mk,v 1.3 2021/11/15 22:53:58 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.4 2022/12/16 21:08:08 adam Exp $
2 2
3BUILDLINK_TREE+= gst-plugins1-editing-services 3BUILDLINK_TREE+= gst-plugins1-editing-services
4 4
5.if !defined(GST_PLUGINS1_EDITING_SERVICES_BUILDLINK3_MK) 5.if !defined(GST_PLUGINS1_EDITING_SERVICES_BUILDLINK3_MK)
6GST_PLUGINS1_EDITING_SERVICES_BUILDLINK3_MK:= 6GST_PLUGINS1_EDITING_SERVICES_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.gst-plugins1-editing-services+= gst-plugins1-editing-services>=1.16.0 8BUILDLINK_API_DEPENDS.gst-plugins1-editing-services+= gst-plugins1-editing-services>=1.16.0
9BUILDLINK_ABI_DEPENDS.gst-plugins1-editing-services?= gst-plugins1-editing-services>=1.18.5 9BUILDLINK_ABI_DEPENDS.gst-plugins1-editing-services+= gst-plugins1-editing-services>=1.18.5
10BUILDLINK_PKGSRCDIR.gst-plugins1-editing-services?= ../../multimedia/gst-plugins1-editing-services 10BUILDLINK_PKGSRCDIR.gst-plugins1-editing-services?= ../../multimedia/gst-plugins1-editing-services
11 11
12.include "../../multimedia/gstreamer1/buildlink3.mk" 12.include "../../multimedia/gstreamer1/buildlink3.mk"
13.endif # GST_PLUGINS1_EDITING_SERVICES_BUILDLINK3_MK 13.endif # GST_PLUGINS1_EDITING_SERVICES_BUILDLINK3_MK
14 14
15BUILDLINK_TREE+= -gst-plugins1-editing-services 15BUILDLINK_TREE+= -gst-plugins1-editing-services

cvs diff -r1.9 -r1.10 pkgsrc/multimedia/gst-plugins1-editing-services/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-editing-services/distinfo 2022/07/18 15:48:53 1.9
+++ pkgsrc/multimedia/gst-plugins1-editing-services/distinfo 2022/12/16 21:08:08 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2022/07/18 15:48:53 wiz Exp $ 1$NetBSD: distinfo,v 1.10 2022/12/16 21:08:08 adam Exp $
2 2
3BLAKE2s (gst-editing-services-1.20.3.tar.xz) = 05dc3d82326d6883feab074d102ed6704ece1183d3d866558def8dd522cf0a2e 3BLAKE2s (gst-editing-services-1.20.4.tar.xz) = 0ba44fdf6009c7fe2b78d478bcc9d3ad7a0cdf288abef0eeeb8772d26b9193cb
4SHA512 (gst-editing-services-1.20.3.tar.xz) = 380cea0abda043a5aaee11981c85a03e59f4a5ac9221342c09d1875477dc327210ad0705e537538a981bef4de99b1aa7ac92fb37c77fc60b44219d673f97f56f 4SHA512 (gst-editing-services-1.20.4.tar.xz) = 6322f5da61a9004480392169a40790fb0e4b50350e960d5d6383dd431f58fe8452b9ab163cbf7307fe12fbdc5a6276f670af4ad02528799e689b490880f10a8c
5Size (gst-editing-services-1.20.3.tar.xz) = 979284 bytes 5Size (gst-editing-services-1.20.4.tar.xz) = 982400 bytes

cvs diff -r1.7 -r1.8 pkgsrc/multimedia/gst-plugins1-egl-opengl/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-egl-opengl/Makefile 2022/04/18 12:36:08 1.7
+++ pkgsrc/multimedia/gst-plugins1-egl-opengl/Makefile 2022/12/16 21:08:08 1.8
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2022/04/18 12:36:08 nia Exp $ 1# $NetBSD: Makefile,v 1.8 2022/12/16 21:08:08 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-egl-opengl/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-egl-opengl/}
4CATEGORIES= multimedia gnome 4CATEGORIES= multimedia gnome
5 5
6COMMENT= Open source multimedia framework - AV1 plugin 6COMMENT= Open source multimedia framework - AV1 plugin
7 7
8GST_EXT_BUILD= # defined 8GST_EXT_BUILD= # defined
9GST_PLUGINS+= opengl 9GST_PLUGINS+= opengl
10 10
11#GST_PLUGINS1_NAME= opengl 11#GST_PLUGINS1_NAME= opengl
12#GST_PLUGINS1_FLAGS= egl 12#GST_PLUGINS1_FLAGS= egl
13#GST_PLUGINS1_DIRS= ext/gl 13#GST_PLUGINS1_DIRS= ext/gl
14 14
15BROKEN= "Needs to be updated to gstreamer 1.18.5" 15BROKEN= "Needs to be updated to gstreamer 1.18.5"
16 16
17#ONLY_FOR_PLATFORM= NetBSD-*-*arm* 17#ONLY_FOR_PLATFORM= NetBSD-*-*arm*

cvs diff -r1.12 -r1.13 pkgsrc/multimedia/gst-plugins1-good/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-good/Makefile 2022/09/11 12:52:02 1.12
+++ pkgsrc/multimedia/gst-plugins1-good/Makefile 2022/12/16 21:08:08 1.13
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2022/09/11 12:52:02 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2022/12/16 21:08:08 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/}
4PKGREVISION= 2 
5CATEGORIES= multimedia gnome 4CATEGORIES= multimedia gnome
6 5
7COMMENT= Open source multimedia framework - good plugins 6COMMENT= Open source multimedia framework - good plugins
8 7
9USE_TOOLS+= xgettext 8USE_TOOLS+= xgettext
10 9
11# Feature options for plugins without external deps 10# Feature options for plugins without external deps
12GST_PLUGINS+= alpha 11GST_PLUGINS+= alpha
13GST_PLUGINS+= apetag 12GST_PLUGINS+= apetag
14GST_PLUGINS+= audiofx 13GST_PLUGINS+= audiofx
15GST_PLUGINS+= audioparsers 14GST_PLUGINS+= audioparsers
16GST_PLUGINS+= auparse 15GST_PLUGINS+= auparse
17GST_PLUGINS+= autodetect 16GST_PLUGINS+= autodetect

cvs diff -r1.42 -r1.43 pkgsrc/multimedia/gst-plugins1-good/Makefile.common (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-good/Makefile.common 2022/07/18 15:40:56 1.42
+++ pkgsrc/multimedia/gst-plugins1-good/Makefile.common 2022/12/16 21:08:08 1.43
@@ -1,23 +1,41 @@ @@ -1,23 +1,41 @@
1# $NetBSD: Makefile.common,v 1.42 2022/07/18 15:40:56 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.43 2022/12/16 21:08:08 adam Exp $
 2# used by audio/gst-plugins1-flac/Makefile
 3# used by audio/gst-plugins1-jack/Makefile
 4# used by audio/gst-plugins1-lame/Makefile
 5# used by audio/gst-plugins1-mpg123/Makefile
 6# used by audio/gst-plugins1-oss/Makefile
 7# used by audio/gst-plugins1-osxaudio/Makefile
 8# used by audio/gst-plugins1-pulse/Makefile
 9# used by audio/gst-plugins1-speex/Makefile
 10# used by audio/gst-plugins1-twolame/Makefile
 11# used by audio/gst-plugins1-wavpack/Makefile
 12# used by graphics/gst-plugins1-aalib/Makefile
 13# used by graphics/gst-plugins1-cairo/Makefile
 14# used by graphics/gst-plugins1-gdk_pixbuf/Makefile
 15# used by graphics/gst-plugins1-jpeg/Makefile
 16# used by graphics/gst-plugins1-png/Makefile
 17# used by multimedia/gst-plugins1-gtk/Makefile
 18# used by multimedia/gst-plugins1-osxvideo/Makefile
 19# used by multimedia/gst-plugins1-v4l2/Makefile
 20# used by net/gst-plugins1-soup/Makefile
 21# used by x11/gst-plugins1-ximagesrc/Makefile
2 22
3DISTNAME= gst-plugins-good-1.20.3 23.include "../../multimedia/gstreamer1/version.mk"
 24
 25DISTNAME= gst-plugins-good-${GST_VERSION}
4MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-good/ 26MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-good/
5EXTRACT_SUFX= .tar.xz 27EXTRACT_SUFX= .tar.xz
6 28
7MAINTAINER= pkgsrc-users@NetBSD.org 
8HOMEPAGE= https://gstreamer.freedesktop.org/ 
9LICENSE= gnu-gpl-v2 
10 
11USE_LANGUAGES= c c++ 29USE_LANGUAGES= c c++
12 30
13USE_TOOLS+= pkg-config 31USE_TOOLS+= pkg-config
14 32
15DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-good/distinfo 33DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-good/distinfo
16PATCHDIR= ${.CURDIR}/../../multimedia/gst-plugins1-good/patches 34PATCHDIR= ${.CURDIR}/../../multimedia/gst-plugins1-good/patches
17 35
18MESON_ARGS+= -Dasm=disabled 36MESON_ARGS+= -Dasm=disabled
19MESON_ARGS+= -Dexamples=disabled 37MESON_ARGS+= -Dexamples=disabled
20MESON_ARGS+= -Dorc=disabled 38MESON_ARGS+= -Dorc=disabled
21 39
22PKGCONFIG_OVERRIDE= output/pkgconfig/*.pc 40PKGCONFIG_OVERRIDE= output/pkgconfig/*.pc
23PKGCONFIG_OVERRIDE_STAGE= pre-install 41PKGCONFIG_OVERRIDE_STAGE= pre-install

cvs diff -r1.5 -r1.6 pkgsrc/multimedia/gst-plugins1-good/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-good/buildlink3.mk 2021/11/15 22:53:59 1.5
+++ pkgsrc/multimedia/gst-plugins1-good/buildlink3.mk 2022/12/16 21:08:08 1.6
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: buildlink3.mk,v 1.5 2021/11/15 22:53:59 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.6 2022/12/16 21:08:08 adam Exp $
2 2
3BUILDLINK_TREE+= gst-plugins1-good 3BUILDLINK_TREE+= gst-plugins1-good
4 4
5.if !defined(GST_PLUGINS1_GOOD_BUILDLINK3_MK) 5.if !defined(GST_PLUGINS1_GOOD_BUILDLINK3_MK)
6GST_PLUGINS1_GOOD_BUILDLINK3_MK:= 6GST_PLUGINS1_GOOD_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.gst-plugins1-good+= gst-plugins1-good>=1.18.4 8BUILDLINK_API_DEPENDS.gst-plugins1-good+= gst-plugins1-good>=1.18.4
9BUILDLINK_ABI_DEPENDS.gst-plugins1-good?= gst-plugins1-good>=1.18.5 9BUILDLINK_ABI_DEPENDS.gst-plugins1-good+= gst-plugins1-good>=1.18.5
10BUILDLINK_PKGSRCDIR.gst-plugins1-good?= ../../multimedia/gst-plugins1-good 10BUILDLINK_PKGSRCDIR.gst-plugins1-good?= ../../multimedia/gst-plugins1-good
11 11
12.include "../../multimedia/gstreamer1/buildlink3.mk" 12.include "../../multimedia/gstreamer1/buildlink3.mk"
13.endif # GST_PLUGINS1_GOOD_BUILDLINK3_MK 13.endif # GST_PLUGINS1_GOOD_BUILDLINK3_MK
14 14
15BUILDLINK_TREE+= -gst-plugins1-good 15BUILDLINK_TREE+= -gst-plugins1-good

cvs diff -r1.49 -r1.50 pkgsrc/multimedia/gst-plugins1-good/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-good/distinfo 2022/07/18 15:40:56 1.49
+++ pkgsrc/multimedia/gst-plugins1-good/distinfo 2022/12/16 21:08:08 1.50
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.49 2022/07/18 15:40:56 wiz Exp $ 1$NetBSD: distinfo,v 1.50 2022/12/16 21:08:08 adam Exp $
2 2
3BLAKE2s (gst-plugins-good-1.20.3.tar.xz) = 4e7610de21927393efac64435c1f69b56b06097a9562ed578442cb257c262a52 3BLAKE2s (gst-plugins-good-1.20.4.tar.xz) = f69487d85ad0b8c823caa9059f1bd2527a44c275dbcf394fde4268464419b72f
4SHA512 (gst-plugins-good-1.20.3.tar.xz) = 98bb2dd428edaa1a5846fb47b1f42a1e99541faf05cdb0fb632d4a1a1e4fb2c1f9d1229bf0aa2ddcbce139533e9fd51f8f9a1175cd8a8729c5179750ca84afa1 4SHA512 (gst-plugins-good-1.20.4.tar.xz) = d1a1d3a161fc33ecfae2b1336391571210511926a5017ea512a0bef7ab3577fb98326a96b6c5a2ffb48c8e2c7c3bf8e957e489edd0cf44e8ed8518656768c7ce
5Size (gst-plugins-good-1.20.3.tar.xz) = 3417252 bytes 5Size (gst-plugins-good-1.20.4.tar.xz) = 3424532 bytes

cvs diff -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins1-gtk/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-gtk/Makefile 2022/08/11 05:09:05 1.8
+++ pkgsrc/multimedia/gst-plugins1-gtk/Makefile 2022/12/16 21:08:09 1.9
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.8 2022/08/11 05:09:05 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.9 2022/12/16 21:08:09 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-gtk/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-gtk/}
4PKGREVISION= 1 
5CATEGORIES= multimedia x11 gnome 4CATEGORIES= multimedia x11 gnome
6 5
7COMMENT= Open source multimedia framework - GTK plugin 6COMMENT= Open source multimedia framework - GTK plugin
8 7
9GST_PLUGINS+= gtk3 8GST_PLUGINS+= gtk3
10 9
11.include "../../multimedia/gst-plugins1-good/Makefile.common" 10.include "../../multimedia/gst-plugins1-good/Makefile.common"
12.include "../../x11/gtk3/buildlink3.mk" 11.include "../../x11/gtk3/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/multimedia/gst-plugins1-gtk/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-gtk/buildlink3.mk 2022/08/11 05:09:05 1.9
+++ pkgsrc/multimedia/gst-plugins1-gtk/buildlink3.mk 2022/12/16 21:08:09 1.10
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: buildlink3.mk,v 1.9 2022/08/11 05:09:05 gutteridge Exp $ 1# $NetBSD: buildlink3.mk,v 1.10 2022/12/16 21:08:09 adam Exp $
2 2
3BUILDLINK_TREE+= gst-plugins1-gtk 3BUILDLINK_TREE+= gst-plugins1-gtk
4 4
5.if !defined(GST_PLUGINS1_GTK_BUILDLINK3_MK) 5.if !defined(GST_PLUGINS1_GTK_BUILDLINK3_MK)
6GST_PLUGINS1_GTK_BUILDLINK3_MK:= 6GST_PLUGINS1_GTK_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.gst-plugins1-gtk+= gst-plugins1-gtk>=1.16.0 8BUILDLINK_API_DEPENDS.gst-plugins1-gtk+= gst-plugins1-gtk>=1.16.0
9BUILDLINK_ABI_DEPENDS.gst-plugins1-gtk?= gst-plugins1-gtk>=1.20.3nb1 9BUILDLINK_ABI_DEPENDS.gst-plugins1-gtk+= gst-plugins1-gtk>=1.20.3nb1
10BUILDLINK_PKGSRCDIR.gst-plugins1-gtk?= ../../multimedia/gst-plugins1-gtk 10BUILDLINK_PKGSRCDIR.gst-plugins1-gtk?= ../../multimedia/gst-plugins1-gtk
11 11
12.include "../../multimedia/gst-plugins1-base/buildlink3.mk" 12.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
13.include "../../multimedia/gstreamer1/buildlink3.mk" 13.include "../../multimedia/gstreamer1/buildlink3.mk"
14.include "../../x11/gtk3/buildlink3.mk" 14.include "../../x11/gtk3/buildlink3.mk"
15.endif # GST_PLUGINS1_GTK_BUILDLINK3_MK 15.endif # GST_PLUGINS1_GTK_BUILDLINK3_MK
16 16
17BUILDLINK_TREE+= -gst-plugins1-gtk 17BUILDLINK_TREE+= -gst-plugins1-gtk

cvs diff -r1.62 -r1.63 pkgsrc/multimedia/gst-plugins1-libav/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-libav/Makefile 2022/07/25 01:01:53 1.62
+++ pkgsrc/multimedia/gst-plugins1-libav/Makefile 2022/12/16 21:08:09 1.63
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.62 2022/07/25 01:01:53 tnn Exp $ 1# $NetBSD: Makefile,v 1.63 2022/12/16 21:08:09 adam Exp $
2 2
3DISTNAME= gst-libav-1.20.3 3.include "../../multimedia/gstreamer1/version.mk"
 4
 5DISTNAME= gst-libav-${GST_VERSION}
4PKGNAME= ${DISTNAME:S/gst/gst-plugins1/} 6PKGNAME= ${DISTNAME:S/gst/gst-plugins1/}
5PKGREVISION= 1 
6CATEGORIES= multimedia 7CATEGORIES= multimedia
7MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-libav/ 8MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-libav/
8EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
9 10
10MAINTAINER= pkgsrc-users@NetBSD.org 
11HOMEPAGE= https://gstreamer.freedesktop.org/src/gst-libav/ 11HOMEPAGE= https://gstreamer.freedesktop.org/src/gst-libav/
12COMMENT= GStreamer libav/ffmpeg plugin 12COMMENT= GStreamer libav/ffmpeg plugin
13LICENSE= gnu-gpl-v2 
14 13
15USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
16USE_TOOLS+= pkg-config perl 15USE_TOOLS+= pkg-config perl
17 16
18.include "../../devel/meson/build.mk" 17.include "../../devel/meson/build.mk"
19.include "../../lang/python/tool.mk" 18.include "../../lang/python/tool.mk"
20.include "../../multimedia/gstreamer1/buildlink3.mk" 19.include "../../multimedia/gstreamer1/buildlink3.mk"
21.include "../../multimedia/gst-plugins1-base/buildlink3.mk" 20.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
22.include "../../multimedia/ffmpeg5/buildlink3.mk" 21.include "../../multimedia/ffmpeg5/buildlink3.mk"
23.include "../../devel/orc/buildlink3.mk" 22.include "../../devel/orc/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.40 -r1.41 pkgsrc/multimedia/gst-plugins1-libav/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-libav/distinfo 2022/07/18 15:50:19 1.40
+++ pkgsrc/multimedia/gst-plugins1-libav/distinfo 2022/12/16 21:08:09 1.41
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.40 2022/07/18 15:50:19 wiz Exp $ 1$NetBSD: distinfo,v 1.41 2022/12/16 21:08:09 adam Exp $
2 2
3BLAKE2s (gst-libav-1.20.3.tar.xz) = 7dbbc5b4f194194eca59749c1c860b23881d7a3ff7be3693b16470bd616aff8e 3BLAKE2s (gst-libav-1.20.4.tar.xz) = 892f9c39a9bd81c316677f66dd71a84940c9c795ead3cafbb50d6bc661a34a60
4SHA512 (gst-libav-1.20.3.tar.xz) = 0b57883f9b929d3aaddf1f7ca4d9160869e5b1efa49ea1a7e06d1d8c7b81de057f5de575abb4ef5d6b77668e5bb57e38a66c0c34917f6b99fdd310ac293453c9 4SHA512 (gst-libav-1.20.4.tar.xz) = 492f54b082cd4e53a51e45952a6705db5c6c4867f57befd66742b49689b9b7775bc3359fd52ac82cd6580ca6021204e3967d0474234d32a294c2b6b190918d3d
5Size (gst-libav-1.20.3.tar.xz) = 284528 bytes 5Size (gst-libav-1.20.4.tar.xz) = 288092 bytes

cvs diff -r1.12 -r1.13 pkgsrc/multimedia/gst-plugins1-omx/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-omx/Makefile 2022/06/28 11:34:55 1.12
+++ pkgsrc/multimedia/gst-plugins1-omx/Makefile 2022/12/16 21:08:09 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.12 2022/06/28 11:34:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2022/12/16 21:08:09 adam Exp $
2 2
3DISTNAME= gst-omx-1.2.0 3DISTNAME= gst-omx-1.2.0
4PKGNAME= ${DISTNAME:S/omx/plugins1-omx/} 4PKGNAME= ${DISTNAME:S/omx/plugins1-omx/}
5PKGREVISION= 9 5PKGREVISION= 9
6CATEGORIES= multimedia 6CATEGORIES= multimedia
7MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-omx/ 7MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-omx/
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://gstreamer.freedesktop.org/src/gst-omx/ 11HOMEPAGE= https://gstreamer.freedesktop.org/src/gst-omx/
12COMMENT= GStreamer OpenMAX IL wrapper plugin 12COMMENT= GStreamer OpenMAX IL wrapper plugin
13 13
14USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
@@ -29,18 +29,16 @@ ONLY_FOR_PLATFORM= NetBSD-*-*arm* @@ -29,18 +29,16 @@ ONLY_FOR_PLATFORM= NetBSD-*-*arm*
29 29
30# Raspberry Pi target 30# Raspberry Pi target
31CONFIGURE_ARGS+= --with-omx-target=rpi 31CONFIGURE_ARGS+= --with-omx-target=rpi
32CFLAGS+= -I${PREFIX}/include/IL 32CFLAGS+= -I${PREFIX}/include/IL
33CFLAGS+= -I${PREFIX}/include/interface/vcos/pthreads 33CFLAGS+= -I${PREFIX}/include/interface/vcos/pthreads
34CFLAGS+= -I${PREFIX}/include/interface/vmcs_host/linux 34CFLAGS+= -I${PREFIX}/include/interface/vmcs_host/linux
35LDFLAGS+= -Wl,-R${PREFIX}/lib -L${PREFIX}/lib 35LDFLAGS+= -Wl,-R${PREFIX}/lib -L${PREFIX}/lib
36SUBST_CLASSES+= config 36SUBST_CLASSES+= config
37SUBST_STAGE.config= pre-configure 37SUBST_STAGE.config= pre-configure
38SUBST_MESSAGE.config= Fixing plugin config shared library paths. 38SUBST_MESSAGE.config= Fixing plugin config shared library paths.
39SUBST_FILES.config= config/rpi/gstomx.conf 39SUBST_FILES.config= config/rpi/gstomx.conf
40SUBST_SED.config= -e 's,/opt/vc,${PREFIX},g' 40SUBST_SED.config= -e 's,/opt/vc,${PREFIX},g'
41.include "../../misc/raspberrypi-userland/buildlink3.mk" 41.include "../../misc/raspberrypi-userland/buildlink3.mk"
42 
43BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.2.0 
44.include "../../multimedia/gstreamer1/buildlink3.mk" 42.include "../../multimedia/gstreamer1/buildlink3.mk"
45.include "../../multimedia/gst-plugins1-base/buildlink3.mk" 43.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
46.include "../../mk/bsd.pkg.mk" 44.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins1-resindvd/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-resindvd/Makefile 2022/04/18 12:36:09 1.8
+++ pkgsrc/multimedia/gst-plugins1-resindvd/Makefile 2022/12/16 21:08:09 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.8 2022/04/18 12:36:09 nia Exp $ 1# $NetBSD: Makefile,v 1.9 2022/12/16 21:08:09 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-resindvd/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-resindvd/}
4CATEGORIES= net gnome 4CATEGORIES= multimedia gnome
5 5
6COMMENT= Open source multimedia framework - DVD navigation plugin 6COMMENT= Open source multimedia framework - DVD navigation plugin
7 7
8GST_EXT_BUILD= # defined 8GST_EXT_BUILD= # defined
9GST_PLUGINS+= gpl 9GST_PLUGINS+= gpl
10GST_PLUGINS+= resindvd 10GST_PLUGINS+= resindvd
11 11
12.include "../../multimedia/gst-plugins1-bad/Makefile.common" 12.include "../../multimedia/gst-plugins1-bad/Makefile.common"
13.include "../../multimedia/libdvdnav/buildlink3.mk" 13.include "../../multimedia/libdvdnav/buildlink3.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.38 -r1.39 pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common 2022/07/18 15:40:56 1.38
+++ pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common 2022/12/16 21:08:09 1.39
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile.common,v 1.38 2022/07/18 15:40:56 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.39 2022/12/16 21:08:09 adam Exp $
 2# used by audio/gst-plugins1-a52/Makefile
 3# used by audio/gst-plugins1-sid/Makefile
 4# used by multimedia/gst-plugins1-dvdread/Makefile
 5# used by multimedia/gst-plugins1-mpeg2dec/Makefile
 6# used by multimedia/gst-plugins1-x264/Makefile
2 7
3DISTNAME= gst-plugins-ugly-1.20.3 8.include "../../multimedia/gstreamer1/version.mk"
 9
 10DISTNAME= gst-plugins-ugly-${GST_VERSION}
4MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-ugly/ 11MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-ugly/
5EXTRACT_SUFX= .tar.xz 12EXTRACT_SUFX= .tar.xz
6 13
7MAINTAINER= pkgsrc-users@NetBSD.org 
8HOMEPAGE= https://gstreamer.freedesktop.org/ 
9LICENSE= gnu-gpl-v2 
10 
11USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
12 
13USE_TOOLS+= pkg-config xgettext 15USE_TOOLS+= pkg-config xgettext
14 16
15DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-ugly/distinfo 17DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-ugly/distinfo
16PATCHDIR= ${.CURDIR}/../../multimedia/gst-plugins1-ugly/patches 18PATCHDIR= ${.CURDIR}/../../multimedia/gst-plugins1-ugly/patches
17 19
18PKGCONFIG_OVERRIDE= output/pkgconfig/*.pc 20PKGCONFIG_OVERRIDE= output/pkgconfig/*.pc
19PKGCONFIG_OVERRIDE_STAGE= pre-install 21PKGCONFIG_OVERRIDE_STAGE= pre-install
20 22
21PYTHON_VERSIONS_INCOMPATIBLE= 27 23PYTHON_VERSIONS_INCOMPATIBLE= 27
22PYTHON_FOR_BUILD_ONLY= tool 24PYTHON_FOR_BUILD_ONLY= tool
23 25
24# grep '^option' meson_options.txt | grep feature | \ 26# grep '^option' meson_options.txt | grep feature | \
25# sed -e "s/',.*//g" -e "s/option('//g" | \ 27# sed -e "s/',.*//g" -e "s/option('//g" | \

cvs diff -r1.5 -r1.6 pkgsrc/multimedia/gst-plugins1-ugly/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-ugly/buildlink3.mk 2021/12/08 16:02:24 1.5
+++ pkgsrc/multimedia/gst-plugins1-ugly/buildlink3.mk 2022/12/16 21:08:09 1.6
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: buildlink3.mk,v 1.5 2021/12/08 16:02:24 adam Exp $ 1# $NetBSD: buildlink3.mk,v 1.6 2022/12/16 21:08:09 adam Exp $
2 2
3BUILDLINK_TREE+= gst-plugins1-ugly 3BUILDLINK_TREE+= gst-plugins1-ugly
4 4
5.if !defined(GST_PLUGINS1_UGLY_BUILDLINK3_MK) 5.if !defined(GST_PLUGINS1_UGLY_BUILDLINK3_MK)
6GST_PLUGINS1_UGLY_BUILDLINK3_MK:= 6GST_PLUGINS1_UGLY_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.gst-plugins1-ugly+= gst-plugins1-ugly>=1.18.4 8BUILDLINK_API_DEPENDS.gst-plugins1-ugly+= gst-plugins1-ugly>=1.18.4
9BUILDLINK_ABI_DEPENDS.gst-plugins1-ugly?= gst-plugins1-ugly>=1.18.5 9BUILDLINK_ABI_DEPENDS.gst-plugins1-ugly+= gst-plugins1-ugly>=1.18.5
10BUILDLINK_PKGSRCDIR.gst-plugins1-ugly?= ../../multimedia/gst-plugins1-ugly 10BUILDLINK_PKGSRCDIR.gst-plugins1-ugly?= ../../multimedia/gst-plugins1-ugly
11 11
12.include "../../multimedia/gstreamer1/buildlink3.mk" 12.include "../../multimedia/gstreamer1/buildlink3.mk"
13.endif # GST_PLUGINS1_UGLY_BUILDLINK3_MK 13.endif # GST_PLUGINS1_UGLY_BUILDLINK3_MK
14 14
15BUILDLINK_TREE+= -gst-plugins1-ugly 15BUILDLINK_TREE+= -gst-plugins1-ugly

cvs diff -r1.44 -r1.45 pkgsrc/multimedia/gst-plugins1-ugly/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-ugly/distinfo 2022/07/18 15:40:56 1.44
+++ pkgsrc/multimedia/gst-plugins1-ugly/distinfo 2022/12/16 21:08:09 1.45
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.44 2022/07/18 15:40:56 wiz Exp $ 1$NetBSD: distinfo,v 1.45 2022/12/16 21:08:09 adam Exp $
2 2
3BLAKE2s (gst-plugins-ugly-1.20.3.tar.xz) = 5517d2d4750c70d8d1886913695ae172b774445eea80ac50df8277023d74f113 3BLAKE2s (gst-plugins-ugly-1.20.4.tar.xz) = 49a4e1ef3574bd4e1baa3dd59eb83c83717898f558a5f9f8953f25a68d89bc96
4SHA512 (gst-plugins-ugly-1.20.3.tar.xz) = 6a18bcd8d90060d14f07dc9f3ac014f7a06a7da13568ddcf871916f3d47878ab73929b71a9863bc7ec08b3ff9418404703c9423100ee844fafd1026ea0be0fb8 4SHA512 (gst-plugins-ugly-1.20.4.tar.xz) = 08858d9a2c0a8ecb15acbb7e87c1bf505944887e08ac162f805612f94d34d040fb90bbf612c74e6d8749f0fd00aa30f8506efe8d4c4d6fbbb88a6e50d8a5e07a
5Size (gst-plugins-ugly-1.20.3.tar.xz) = 508272 bytes 5Size (gst-plugins-ugly-1.20.4.tar.xz) = 511484 bytes

cvs diff -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins1-vaapi/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-vaapi/Makefile 2022/07/18 15:51:25 1.8
+++ pkgsrc/multimedia/gst-plugins1-vaapi/Makefile 2022/12/16 21:08:09 1.9
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.8 2022/07/18 15:51:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2022/12/16 21:08:09 adam Exp $
2 2
3DISTNAME= gstreamer-vaapi-1.20.3 3.include "../../multimedia/gstreamer1/version.mk"
 4
 5DISTNAME= gstreamer-vaapi-${GST_VERSION}
4PKGNAME= ${DISTNAME:S/^gstreamer/gst-plugins1/1} 6PKGNAME= ${DISTNAME:S/^gstreamer/gst-plugins1/1}
5CATEGORIES= multimedia 7CATEGORIES= multimedia
6MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer-vaapi/ 8MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer-vaapi/
7EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
8 10
9MAINTAINER= pkgsrc-users@NetBSD.org 
10HOMEPAGE= https://gstreamer.freedesktop.org/modules/gstreamer-vaapi.html 11HOMEPAGE= https://gstreamer.freedesktop.org/modules/gstreamer-vaapi.html
11COMMENT= Open source multimedia framework - VA-API plugin 12COMMENT= Open source multimedia framework - VA-API plugin
12LICENSE= gnu-lgpl-v2.1 13LICENSE= gnu-lgpl-v2.1
13 14
14USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
15 16
16PYTHON_FOR_BUILD_ONLY= tool 17PYTHON_FOR_BUILD_ONLY= tool
17 18
18.include "../../devel/meson/build.mk" 19.include "../../devel/meson/build.mk"
19.include "../../lang/python/tool.mk" 20.include "../../lang/python/tool.mk"
20.include "../../multimedia/gstreamer1/buildlink3.mk" 21.include "../../multimedia/gstreamer1/buildlink3.mk"
21.include "../../multimedia/gst-plugins1-bad/buildlink3.mk" 22.include "../../multimedia/gst-plugins1-bad/buildlink3.mk"
22.include "../../multimedia/gst-plugins1-base/buildlink3.mk" 23.include "../../multimedia/gst-plugins1-base/buildlink3.mk"

cvs diff -r1.5 -r1.6 pkgsrc/multimedia/gst-plugins1-vaapi/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-vaapi/distinfo 2022/07/18 15:51:25 1.5
+++ pkgsrc/multimedia/gst-plugins1-vaapi/distinfo 2022/12/16 21:08:09 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2022/07/18 15:51:25 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2022/12/16 21:08:09 adam Exp $
2 2
3BLAKE2s (gstreamer-vaapi-1.20.3.tar.xz) = 937e67e115571d37e7afb5ef16ac8bff14afe3f5a73c898ecbeb1cbe7db03aa6 3BLAKE2s (gstreamer-vaapi-1.20.4.tar.xz) = 4084eac3376e22505cf72298d712aea5c0f1e4a2ac78fbdc5a2c2193aa77e00e
4SHA512 (gstreamer-vaapi-1.20.3.tar.xz) = 029e3e417c185f7aa8386aa3ce543a14bb7b1145e2386a763e109c636f32547c03cc6382fc45bbf1f5f1aab799b0250b852edbfc30dfb0992bcfd4d20b104a90 4SHA512 (gstreamer-vaapi-1.20.4.tar.xz) = 5cd9a9f08e76aa36f092b18bfa811db8eeec5ff7e49478da4e78b5f876e84a471de6318c8a74ab6941fa1cd3aa1d4a8595df7ee0bad3b62007968d5615d481a3
5Size (gstreamer-vaapi-1.20.3.tar.xz) = 794840 bytes 5Size (gstreamer-vaapi-1.20.4.tar.xz) = 795596 bytes

cvs diff -r1.9 -r1.10 pkgsrc/multimedia/gst-plugins1-x264/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-x264/Makefile 2022/09/30 07:01:13 1.9
+++ pkgsrc/multimedia/gst-plugins1-x264/Makefile 2022/12/16 21:08:09 1.10
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.9 2022/09/30 07:01:13 adam Exp $ 1# $NetBSD: Makefile,v 1.10 2022/12/16 21:08:09 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-ugly/-x264/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-ugly/-x264/}
4PKGREVISION= 1 
5CATEGORIES= multimedia gnome 4CATEGORIES= multimedia gnome
6 5
7COMMENT= Open source multimedia framework - H.264/MPEG-4 encoder plugin 6COMMENT= Open source multimedia framework - H.264/MPEG-4 encoder plugin
8 7
9GST_PLUGINS+= x264 8GST_PLUGINS+= x264
10 9
11MESON_ARGS+= -Dgpl=enabled 10MESON_ARGS+= -Dgpl=enabled
12 11
13.include "../../multimedia/gst-plugins1-ugly/Makefile.common" 12.include "../../multimedia/gst-plugins1-ugly/Makefile.common"
14.include "../../multimedia/x264/buildlink3.mk" 13.include "../../multimedia/x264/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.61 -r1.62 pkgsrc/multimedia/gstreamer1/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gstreamer1/Makefile 2022/07/18 15:40:56 1.61
+++ pkgsrc/multimedia/gstreamer1/Makefile 2022/12/16 21:08:07 1.62
@@ -1,29 +1,28 @@ @@ -1,29 +1,28 @@
1# $NetBSD: Makefile,v 1.61 2022/07/18 15:40:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.62 2022/12/16 21:08:07 adam Exp $
2 2
3DISTNAME= gstreamer-1.20.3 3.include "version.mk"
 4
 5DISTNAME= gstreamer-${GST_VERSION}
4PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/} 6PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/}
5CATEGORIES= multimedia 7CATEGORIES= multimedia
6MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer/ 8MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer/
7EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
8 10
9MAINTAINER= pkgsrc-users@NetBSD.org 
10HOMEPAGE= https://gstreamer.freedesktop.org/ 
11COMMENT= Open source multimedia framework 11COMMENT= Open source multimedia framework
12LICENSE= gnu-lgpl-v2 
13 12
14USE_TOOLS+= bison flex perl pkg-config xgettext 13USE_TOOLS+= bison flex perl pkg-config xgettext
15TEST_TARGET= check 14TEST_TARGET= check
16FLEX_REQD= 2.5.31 15FLEX_REQD= 2.5.31
17 16
18PYTHON_VERSIONS_INCOMPATIBLE= 27 17PYTHON_VERSIONS_INCOMPATIBLE= 27
19 18
20LDFLAGS.SunOS+= -lsocket -lnsl -lrt 19LDFLAGS.SunOS+= -lsocket -lnsl -lrt
21 20
22PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-controller.pc.in 21PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-controller.pc.in
23PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-check.pc.in 22PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-check.pc.in
24PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-net.pc.in 23PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-net.pc.in
25PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer.pc.in 24PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer.pc.in
26PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-base.pc.in 25PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-base.pc.in
27 26
28CHECK_PORTABILITY_SKIP+= hooks/pre-commit.hook 27CHECK_PORTABILITY_SKIP+= hooks/pre-commit.hook
29 28

cvs diff -r1.24 -r1.25 pkgsrc/multimedia/gstreamer1/PLIST (expand / switch to unified diff)

--- pkgsrc/multimedia/gstreamer1/PLIST 2022/07/18 15:40:56 1.24
+++ pkgsrc/multimedia/gstreamer1/PLIST 2022/12/16 21:08:08 1.25
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.24 2022/07/18 15:40:56 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.25 2022/12/16 21:08:08 adam Exp $
2bin/gst-inspect-1.0 2bin/gst-inspect-1.0
3bin/gst-launch-1.0 3bin/gst-launch-1.0
4bin/gst-stats-1.0 4bin/gst-stats-1.0
5bin/gst-tester-1.0 5bin/gst-tester-1.0
6bin/gst-typefind-1.0 6bin/gst-typefind-1.0
7include/gstreamer-1.0/gst/base/base-prelude.h 7include/gstreamer-1.0/gst/base/base-prelude.h
8include/gstreamer-1.0/gst/base/base.h 8include/gstreamer-1.0/gst/base/base.h
9include/gstreamer-1.0/gst/base/gstadapter.h 9include/gstreamer-1.0/gst/base/gstadapter.h
10include/gstreamer-1.0/gst/base/gstaggregator.h 10include/gstreamer-1.0/gst/base/gstaggregator.h
11include/gstreamer-1.0/gst/base/gstbaseparse.h 11include/gstreamer-1.0/gst/base/gstbaseparse.h
12include/gstreamer-1.0/gst/base/gstbasesink.h 12include/gstreamer-1.0/gst/base/gstbasesink.h
13include/gstreamer-1.0/gst/base/gstbasesrc.h 13include/gstreamer-1.0/gst/base/gstbasesrc.h
14include/gstreamer-1.0/gst/base/gstbasetransform.h 14include/gstreamer-1.0/gst/base/gstbasetransform.h
@@ -125,54 +125,54 @@ include/gstreamer-1.0/gst/net/gstnettime @@ -125,54 +125,54 @@ include/gstreamer-1.0/gst/net/gstnettime
125include/gstreamer-1.0/gst/net/gstnetutils.h 125include/gstreamer-1.0/gst/net/gstnetutils.h
126include/gstreamer-1.0/gst/net/gstptpclock.h 126include/gstreamer-1.0/gst/net/gstptpclock.h
127include/gstreamer-1.0/gst/net/net-prelude.h 127include/gstreamer-1.0/gst/net/net-prelude.h
128include/gstreamer-1.0/gst/net/net.h 128include/gstreamer-1.0/gst/net/net.h
129lib/girepository-1.0/Gst-1.0.typelib 129lib/girepository-1.0/Gst-1.0.typelib
130lib/girepository-1.0/GstBase-1.0.typelib 130lib/girepository-1.0/GstBase-1.0.typelib
131lib/girepository-1.0/GstCheck-1.0.typelib 131lib/girepository-1.0/GstCheck-1.0.typelib
132lib/girepository-1.0/GstController-1.0.typelib 132lib/girepository-1.0/GstController-1.0.typelib
133lib/girepository-1.0/GstNet-1.0.typelib 133lib/girepository-1.0/GstNet-1.0.typelib
134lib/gstreamer-1.0/libgstcoreelements.so 134lib/gstreamer-1.0/libgstcoreelements.so
135lib/gstreamer-1.0/libgstcoretracers.so 135lib/gstreamer-1.0/libgstcoretracers.so
136lib/libgstbase-1.0.so 136lib/libgstbase-1.0.so
137lib/libgstbase-1.0.so.0 137lib/libgstbase-1.0.so.0
138lib/libgstbase-1.0.so.0.2003.0 138lib/libgstbase-1.0.so.0.2004.0
139lib/libgstcheck-1.0.so 139lib/libgstcheck-1.0.so
140lib/libgstcheck-1.0.so.0 140lib/libgstcheck-1.0.so.0
141lib/libgstcheck-1.0.so.0.2003.0 141lib/libgstcheck-1.0.so.0.2004.0
142lib/libgstcontroller-1.0.so 142lib/libgstcontroller-1.0.so
143lib/libgstcontroller-1.0.so.0 143lib/libgstcontroller-1.0.so.0
144lib/libgstcontroller-1.0.so.0.2003.0 144lib/libgstcontroller-1.0.so.0.2004.0
145lib/libgstnet-1.0.so 145lib/libgstnet-1.0.so
146lib/libgstnet-1.0.so.0 146lib/libgstnet-1.0.so.0
147lib/libgstnet-1.0.so.0.2003.0 147lib/libgstnet-1.0.so.0.2004.0
148lib/libgstreamer-1.0.so 148lib/libgstreamer-1.0.so
149lib/libgstreamer-1.0.so.0 149lib/libgstreamer-1.0.so.0
150lib/libgstreamer-1.0.so.0.2003.0 150lib/libgstreamer-1.0.so.0.2004.0
151lib/pkgconfig/gstreamer-1.0.pc 151lib/pkgconfig/gstreamer-1.0.pc
152lib/pkgconfig/gstreamer-base-1.0.pc 152lib/pkgconfig/gstreamer-base-1.0.pc
153lib/pkgconfig/gstreamer-check-1.0.pc 153lib/pkgconfig/gstreamer-check-1.0.pc
154lib/pkgconfig/gstreamer-controller-1.0.pc 154lib/pkgconfig/gstreamer-controller-1.0.pc
155lib/pkgconfig/gstreamer-net-1.0.pc 155lib/pkgconfig/gstreamer-net-1.0.pc
156libexec/gstreamer-1.0/gst-hotdoc-plugins-scanner 156libexec/gstreamer-1.0/gst-hotdoc-plugins-scanner
157libexec/gstreamer-1.0/gst-plugin-scanner 157libexec/gstreamer-1.0/gst-plugin-scanner
158libexec/gstreamer-1.0/gst-plugins-doc-cache-generator 158libexec/gstreamer-1.0/gst-plugins-doc-cache-generator
159libexec/gstreamer-1.0/gst-ptp-helper 159libexec/gstreamer-1.0/gst-ptp-helper
160man/man1/gst-inspect-1.0.1 160man/man1/gst-inspect-1.0.1
161man/man1/gst-launch-1.0.1 161man/man1/gst-launch-1.0.1
162man/man1/gst-stats-1.0.1 162man/man1/gst-stats-1.0.1
163man/man1/gst-typefind-1.0.1 163man/man1/gst-typefind-1.0.1
164share/aclocal/gst-element-check-1.0.m4 164share/aclocal/gst-element-check-1.0.m4
165share/gdb/auto-load${LOCALBASE}/lib/libgstreamer-1.0.so.0.2003.0-gdb.py 165share/gdb/auto-load${LOCALBASE}/lib/libgstreamer-1.0.so.0.2004.0-gdb.py
166share/gir-1.0/Gst-1.0.gir 166share/gir-1.0/Gst-1.0.gir
167share/gir-1.0/GstBase-1.0.gir 167share/gir-1.0/GstBase-1.0.gir
168share/gir-1.0/GstCheck-1.0.gir 168share/gir-1.0/GstCheck-1.0.gir
169share/gir-1.0/GstController-1.0.gir 169share/gir-1.0/GstController-1.0.gir
170share/gir-1.0/GstNet-1.0.gir 170share/gir-1.0/GstNet-1.0.gir
171share/gstreamer-1.0/gdb/glib_gobject_helper.py 171share/gstreamer-1.0/gdb/glib_gobject_helper.py
172share/gstreamer-1.0/gdb/gst_gdb.py 172share/gstreamer-1.0/gdb/gst_gdb.py
173share/locale/af/LC_MESSAGES/gstreamer-1.0.mo 173share/locale/af/LC_MESSAGES/gstreamer-1.0.mo
174share/locale/ast/LC_MESSAGES/gstreamer-1.0.mo 174share/locale/ast/LC_MESSAGES/gstreamer-1.0.mo
175share/locale/az/LC_MESSAGES/gstreamer-1.0.mo 175share/locale/az/LC_MESSAGES/gstreamer-1.0.mo
176share/locale/be/LC_MESSAGES/gstreamer-1.0.mo 176share/locale/be/LC_MESSAGES/gstreamer-1.0.mo
177share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo 177share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo
178share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo 178share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo

cvs diff -r1.7 -r1.8 pkgsrc/multimedia/gstreamer1/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/multimedia/gstreamer1/buildlink3.mk 2022/11/25 14:20:45 1.7
+++ pkgsrc/multimedia/gstreamer1/buildlink3.mk 2022/12/16 21:08:08 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: buildlink3.mk,v 1.7 2022/11/25 14:20:45 nia Exp $ 1# $NetBSD: buildlink3.mk,v 1.8 2022/12/16 21:08:08 adam Exp $
2 2
3BUILDLINK_TREE+= gstreamer1 3BUILDLINK_TREE+= gstreamer1
4 4
5.if !defined(GSTREAMER1_BUILDLINK3_MK) 5.if !defined(GSTREAMER1_BUILDLINK3_MK)
6GSTREAMER1_BUILDLINK3_MK:= 6GSTREAMER1_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.18.4 8BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.18.4
9BUILDLINK_ABI_DEPENDS.gstreamer1?= gstreamer1>=1.20.2nb2 9BUILDLINK_ABI_DEPENDS.gstreamer1+= gstreamer1>=1.20.2nb2
10BUILDLINK_PKGSRCDIR.gstreamer1?= ../../multimedia/gstreamer1 10BUILDLINK_PKGSRCDIR.gstreamer1?= ../../multimedia/gstreamer1
11BUILDLINK_INCDIRS.gstreamer1?= include/gstreamer-1.0 11BUILDLINK_INCDIRS.gstreamer1?= include/gstreamer-1.0
12 12
13.include "../../devel/glib2/buildlink3.mk" 13.include "../../devel/glib2/buildlink3.mk"
14.endif # GSTREAMER1_BUILDLINK3_MK 14.endif # GSTREAMER1_BUILDLINK3_MK
15 15
16BUILDLINK_TREE+= -gstreamer1 16BUILDLINK_TREE+= -gstreamer1

cvs diff -r1.46 -r1.47 pkgsrc/multimedia/gstreamer1/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gstreamer1/distinfo 2022/07/18 15:40:56 1.46
+++ pkgsrc/multimedia/gstreamer1/distinfo 2022/12/16 21:08:08 1.47
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.46 2022/07/18 15:40:56 wiz Exp $ 1$NetBSD: distinfo,v 1.47 2022/12/16 21:08:08 adam Exp $
2 2
3BLAKE2s (gstreamer-1.20.3.tar.xz) = a11db7a6e10bcb612b63f7caa606deef63d9783c3e115bc4bd481fbfd0b638ea 3BLAKE2s (gstreamer-1.20.4.tar.xz) = 4d77707fb810b5b06ff68afbc7ef01365e459b3a2ad8c8d8814d7596de56211b
4SHA512 (gstreamer-1.20.3.tar.xz) = e93f9fbf2d7a839dcbe2030ed16dd53eb250741db7c2f1cea396c23e4fabf9a0caff6be4babf7c10aec4b56dc8319a970b1b0bfa6eea2e36aed3e6e1265d9278 4SHA512 (gstreamer-1.20.4.tar.xz) = 33ba08e67b21a3e2e5dc5caeeae66e561b9d64ae863331a209e711f60a652ba38635e8bb963336e73b9afd5cf38e17139fbf933ca621d040f0d6e22a18ba7ad8
5Size (gstreamer-1.20.3.tar.xz) = 2681088 bytes 5Size (gstreamer-1.20.4.tar.xz) = 2686324 bytes
6SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591 6SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591

File Added: pkgsrc/multimedia/gstreamer1/version.mk
# $NetBSD: version.mk,v 1.1 2022/12/16 21:08:08 adam Exp $

GST_VERSION=	1.20.4

MAINTAINER?=	pkgsrc-users@NetBSD.org
HOMEPAGE?=	https://gstreamer.freedesktop.org/
LICENSE?=	gnu-gpl-v2

cvs diff -r1.24 -r1.25 pkgsrc/multimedia/py-gstreamer1/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/py-gstreamer1/Makefile 2022/07/18 15:43:08 1.24
+++ pkgsrc/multimedia/py-gstreamer1/Makefile 2022/12/16 21:08:08 1.25
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.24 2022/07/18 15:43:08 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2022/12/16 21:08:08 adam Exp $
2 2
3DISTNAME= gst-python-1.20.3 3.include "../../multimedia/gstreamer1/version.mk"
 4
 5DISTNAME= gst-python-${GST_VERSION}
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer1/} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer1/}
5CATEGORIES= multimedia 7CATEGORIES= multimedia
6MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-python/ 8MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-python/
7EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
8 10
9MAINTAINER= pkgsrc-users@NetBSD.org 
10HOMEPAGE= https://gstreamer.freedesktop.org/ 
11COMMENT= Python bindings for gstreamer1 11COMMENT= Python bindings for gstreamer1
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 14DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
15 15
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18PY_PATCHPLIST= yes 18PY_PATCHPLIST= yes
19PYTHON_SELF_CONFLICT= yes 19PYTHON_SELF_CONFLICT= yes
20TEST_TARGET= check 20TEST_TARGET= check
21 21
22PYTHON_VERSIONS_INCOMPATIBLE= 27 22PYTHON_VERSIONS_INCOMPATIBLE= 27
23 23

cvs diff -r1.20 -r1.21 pkgsrc/multimedia/py-gstreamer1/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/py-gstreamer1/distinfo 2022/07/18 15:43:08 1.20
+++ pkgsrc/multimedia/py-gstreamer1/distinfo 2022/12/16 21:08:08 1.21
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/07/18 15:43:08 wiz Exp $ 1$NetBSD: distinfo,v 1.21 2022/12/16 21:08:08 adam Exp $
2 2
3BLAKE2s (gst-python-1.20.3.tar.xz) = 650095d38155e3bbdc940007a7b66d5f1cd0d30934d30085f6bfc1aac9ac60d1 3BLAKE2s (gst-python-1.20.4.tar.xz) = a6ba96eb094a89c480bf9a13b0bd07a0d1e8250d776295ee1a2a95b9d5749b0e
4SHA512 (gst-python-1.20.3.tar.xz) = 987b444d78b5fb206457245b46b843db9372f9bd316abc57ecd8d50488ef734707a08ac88a9b9d58e2db113e67ce5b524aad82c0086471494c2177c2e272de6e 4SHA512 (gst-python-1.20.4.tar.xz) = 1eaf02dd2733c31eec45d999a23c3e35ff7ab71ef88524cb0aac666a7d2972fa7cd49528d7f3e32364c6a3d7386e14b6b4e43c6d607b751938a0345f3c540260
5Size (gst-python-1.20.3.tar.xz) = 155504 bytes 5Size (gst-python-1.20.4.tar.xz) = 158816 bytes

cvs diff -r1.19 -r1.20 pkgsrc/net/gst-plugins1-rtmp/Makefile (expand / switch to unified diff)

--- pkgsrc/net/gst-plugins1-rtmp/Makefile 2022/10/26 10:31:48 1.19
+++ pkgsrc/net/gst-plugins1-rtmp/Makefile 2022/12/16 21:08:11 1.20
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.19 2022/10/26 10:31:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2022/12/16 21:08:11 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-rtmp/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-rtmp/}
4PKGREVISION= 1 
5CATEGORIES= net gnome 4CATEGORIES= net gnome
6 5
7COMMENT= Open source multimedia framework - RTMP streaming plugin 6COMMENT= Open source multimedia framework - RTMP streaming plugin
8 7
9GST_EXT_BUILD= # defined 8GST_EXT_BUILD= # defined
10GST_PLUGINS+= rtmp 9GST_PLUGINS+= rtmp
11 10
12.include "../../multimedia/gst-plugins1-bad/Makefile.common" 11.include "../../multimedia/gst-plugins1-bad/Makefile.common"
13.include "../../net/rtmpdump/buildlink3.mk" 12.include "../../net/rtmpdump/buildlink3.mk"
14.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.39 -r1.40 pkgsrc/net/gst-plugins1-soup/Makefile (expand / switch to unified diff)

--- pkgsrc/net/gst-plugins1-soup/Makefile 2022/11/23 16:20:51 1.39
+++ pkgsrc/net/gst-plugins1-soup/Makefile 2022/12/16 21:08:11 1.40
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.39 2022/11/23 16:20:51 adam Exp $ 1# $NetBSD: Makefile,v 1.40 2022/12/16 21:08:11 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-soup/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-soup/}
4PKGREVISION= 1 
5CATEGORIES= net gnome 4CATEGORIES= net gnome
6 5
7COMMENT= Open source multimedia framework - HTML (soup) plugin 6COMMENT= Open source multimedia framework - HTML (soup) plugin
8 7
9GST_PLUGINS+= soup 8GST_PLUGINS+= soup
10 9
11.include "../../multimedia/gst-plugins1-good/Makefile.common" 10.include "../../multimedia/gst-plugins1-good/Makefile.common"
12.include "../../net/libsoup/buildlink3.mk" 11.include "../../net/libsoup/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"