Fri Jun 2 16:09:47 2023 UTC ()
gstreamer1*: update to 1.22.3

Highlighted bugfixes:

    avdec: fix occasional video decoder deadlock on seeking with FFmpeg 6.0
    decodebin3: fix regression handling input streams without CAPS or TIME segment such as e.g. udpsrc or pushfilesrc
    bluez: a2dpsink: fix Bluetooth SIG Certification test failures
    osxvideosink: fix deadlock upon closing output window
    qtdemux: fix edit list handling regression and AV1 codec box parsing
    qtmux: fix extraction of CEA608 closed caption data from S334-1A packets
    rtspsrc: Fix handling of * control path
    splitmux: timestamp handling improvements
    v4l2videodec: Rework dynamic resolution change handling (needed for IMX6 mainline codec)
    videoflip: fix regression with automatically rotating video based on tags
    d3d11: many d3d11videosink and d3d11compositor fixes
    webrtc, rtp: numerous data race fixes and stability fixes
    cerbero: Add support for RHEL9 and Rocky Linux; build timecodestamper plugin with libltc support
    various bug fixes, memory leak fixes, and other stability and reliability improvements


(wiz)
diff -r1.10 -r1.11 pkgsrc/audio/gst-plugins1-fluidsynth/Makefile
diff -r1.13 -r1.14 pkgsrc/audio/gst-plugins1-jack/Makefile
diff -r1.11 -r1.12 pkgsrc/audio/gst-plugins1-lv2/Makefile
diff -r1.5 -r1.6 pkgsrc/audio/gst-plugins1-opus/Makefile
diff -r1.35 -r1.36 pkgsrc/audio/gst-plugins1-pulse/Makefile
diff -r1.6 -r1.7 pkgsrc/audio/gst-plugins1-sndfile/Makefile
diff -r1.11 -r1.12 pkgsrc/audio/gst-plugins1-twolame/Makefile
diff -r1.24 -r1.25 pkgsrc/multimedia/gst-plugins1-bad/PLIST
diff -r1.6 -r1.7 pkgsrc/multimedia/gst-plugins1-bad/PLIST.Linux
diff -r1.48 -r1.49 pkgsrc/multimedia/gst-plugins1-bad/distinfo
diff -r1.21 -r1.22 pkgsrc/multimedia/gst-plugins1-base/PLIST
diff -r1.52 -r1.53 pkgsrc/multimedia/gst-plugins1-base/distinfo
diff -r1.12 -r1.13 pkgsrc/multimedia/gst-plugins1-editing-services/PLIST
diff -r1.13 -r1.14 pkgsrc/multimedia/gst-plugins1-editing-services/distinfo
diff -r1.18 -r1.19 pkgsrc/multimedia/gst-plugins1-good/Makefile
diff -r1.53 -r1.54 pkgsrc/multimedia/gst-plugins1-good/distinfo
diff -r1.44 -r1.45 pkgsrc/multimedia/gst-plugins1-libav/distinfo
diff -r1.48 -r1.49 pkgsrc/multimedia/gst-plugins1-ugly/distinfo
diff -r1.9 -r1.10 pkgsrc/multimedia/gst-plugins1-vaapi/distinfo
diff -r1.28 -r1.29 pkgsrc/multimedia/gstreamer1/PLIST
diff -r1.50 -r1.51 pkgsrc/multimedia/gstreamer1/distinfo
diff -r1.4 -r1.5 pkgsrc/multimedia/gstreamer1/version.mk

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

--- pkgsrc/audio/gst-plugins1-fluidsynth/Makefile 2023/05/06 19:08:59 1.10
+++ pkgsrc/audio/gst-plugins1-fluidsynth/Makefile 2023/06/02 16:09:45 1.11
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.10 2023/05/06 19:08:59 ryoon Exp $ 1# $NetBSD: Makefile,v 1.11 2023/06/02 16:09:45 wiz Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-fluidsynth/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-fluidsynth/}
4PKGREVISION= 1 
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.13 -r1.14 pkgsrc/audio/gst-plugins1-jack/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-jack/Makefile 2023/05/06 19:08:59 1.13
+++ pkgsrc/audio/gst-plugins1-jack/Makefile 2023/06/02 16:09:45 1.14
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.13 2023/05/06 19:08:59 ryoon Exp $ 1# $NetBSD: Makefile,v 1.14 2023/06/02 16:09:45 wiz 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.11 -r1.12 pkgsrc/audio/gst-plugins1-lv2/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-lv2/Makefile 2023/05/06 19:08:59 1.11
+++ pkgsrc/audio/gst-plugins1-lv2/Makefile 2023/06/02 16:09:45 1.12
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.11 2023/05/06 19:08:59 ryoon Exp $ 1# $NetBSD: Makefile,v 1.12 2023/06/02 16:09:45 wiz 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.5 -r1.6 pkgsrc/audio/gst-plugins1-opus/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-opus/Makefile 2023/05/06 19:08:59 1.5
+++ pkgsrc/audio/gst-plugins1-opus/Makefile 2023/06/02 16:09:45 1.6
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.5 2023/05/06 19:08:59 ryoon Exp $ 1# $NetBSD: Makefile,v 1.6 2023/06/02 16:09:45 wiz Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-base/-opus/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-base/-opus/}
4PKGREVISION= 1 
5CATEGORIES= audio gnome 4CATEGORIES= audio gnome
6 5
7COMMENT= Open source multimedia framework - Opus audio plugin 6COMMENT= Open source multimedia framework - Opus audio plugin
8 7
9GST_EXT_BUILD= # defined 8GST_EXT_BUILD= # defined
10GST_PLUGINS+= opus 9GST_PLUGINS+= opus
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 "../../audio/libopus/buildlink3.mk" 13.include "../../audio/libopus/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/audio/gst-plugins1-pulse/Makefile 2023/05/06 19:08:59 1.35
+++ pkgsrc/audio/gst-plugins1-pulse/Makefile 2023/06/02 16:09:46 1.36
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.35 2023/05/06 19:08:59 ryoon Exp $ 1# $NetBSD: Makefile,v 1.36 2023/06/02 16:09:46 wiz 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.6 -r1.7 pkgsrc/audio/gst-plugins1-sndfile/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-sndfile/Makefile 2023/05/06 19:08:59 1.6
+++ pkgsrc/audio/gst-plugins1-sndfile/Makefile 2023/06/02 16:09:46 1.7
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.6 2023/05/06 19:08:59 ryoon Exp $ 1# $NetBSD: Makefile,v 1.7 2023/06/02 16:09:46 wiz 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.11 -r1.12 pkgsrc/audio/gst-plugins1-twolame/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-twolame/Makefile 2023/05/06 19:08:59 1.11
+++ pkgsrc/audio/gst-plugins1-twolame/Makefile 2023/06/02 16:09:46 1.12
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.11 2023/05/06 19:08:59 ryoon Exp $ 1# $NetBSD: Makefile,v 1.12 2023/06/02 16:09:46 wiz 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.24 -r1.25 pkgsrc/multimedia/gst-plugins1-bad/PLIST (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-bad/PLIST 2023/04/29 07:12:13 1.24
+++ pkgsrc/multimedia/gst-plugins1-bad/PLIST 2023/06/02 16:09:46 1.25
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.24 2023/04/29 07:12:13 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.25 2023/06/02 16:09:46 wiz 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
@@ -146,68 +146,68 @@ lib/gstreamer-1.0/libgstsmooth.so @@ -146,68 +146,68 @@ lib/gstreamer-1.0/libgstsmooth.so
146lib/gstreamer-1.0/libgstspeed.so 146lib/gstreamer-1.0/libgstspeed.so
147lib/gstreamer-1.0/libgstsubenc.so 147lib/gstreamer-1.0/libgstsubenc.so
148lib/gstreamer-1.0/libgstswitchbin.so 148lib/gstreamer-1.0/libgstswitchbin.so
149lib/gstreamer-1.0/libgsttimecode.so 149lib/gstreamer-1.0/libgsttimecode.so
150lib/gstreamer-1.0/libgsttranscode.so 150lib/gstreamer-1.0/libgsttranscode.so
151lib/gstreamer-1.0/libgstvideofiltersbad.so 151lib/gstreamer-1.0/libgstvideofiltersbad.so
152lib/gstreamer-1.0/libgstvideoframe_audiolevel.so 152lib/gstreamer-1.0/libgstvideoframe_audiolevel.so
153lib/gstreamer-1.0/libgstvideoparsersbad.so 153lib/gstreamer-1.0/libgstvideoparsersbad.so
154lib/gstreamer-1.0/libgstvideosignal.so 154lib/gstreamer-1.0/libgstvideosignal.so
155lib/gstreamer-1.0/libgstvmnc.so 155lib/gstreamer-1.0/libgstvmnc.so
156lib/gstreamer-1.0/libgsty4mdec.so 156lib/gstreamer-1.0/libgsty4mdec.so
157lib/libgstadaptivedemux-1.0.so 157lib/libgstadaptivedemux-1.0.so
158lib/libgstadaptivedemux-1.0.so.0 158lib/libgstadaptivedemux-1.0.so.0
159lib/libgstadaptivedemux-1.0.so.0.2202.0 159lib/libgstadaptivedemux-1.0.so.0.${SHLIBVER}.0
160lib/libgstbadaudio-1.0.so 160lib/libgstbadaudio-1.0.so
161lib/libgstbadaudio-1.0.so.0 161lib/libgstbadaudio-1.0.so.0
162lib/libgstbadaudio-1.0.so.0.2202.0 162lib/libgstbadaudio-1.0.so.0.${SHLIBVER}.0
163lib/libgstbasecamerabinsrc-1.0.so 163lib/libgstbasecamerabinsrc-1.0.so
164lib/libgstbasecamerabinsrc-1.0.so.0 164lib/libgstbasecamerabinsrc-1.0.so.0
165lib/libgstbasecamerabinsrc-1.0.so.0.2202.0 165lib/libgstbasecamerabinsrc-1.0.so.0.${SHLIBVER}.0
166lib/libgstcodecparsers-1.0.so 166lib/libgstcodecparsers-1.0.so
167lib/libgstcodecparsers-1.0.so.0 167lib/libgstcodecparsers-1.0.so.0
168lib/libgstcodecparsers-1.0.so.0.2202.0 168lib/libgstcodecparsers-1.0.so.0.${SHLIBVER}.0
169lib/libgstcodecs-1.0.so 169lib/libgstcodecs-1.0.so
170lib/libgstcodecs-1.0.so.0 170lib/libgstcodecs-1.0.so.0
171lib/libgstcodecs-1.0.so.0.2202.0 171lib/libgstcodecs-1.0.so.0.${SHLIBVER}.0
172lib/libgstinsertbin-1.0.so 172lib/libgstinsertbin-1.0.so
173lib/libgstinsertbin-1.0.so.0 173lib/libgstinsertbin-1.0.so.0
174lib/libgstinsertbin-1.0.so.0.2202.0 174lib/libgstinsertbin-1.0.so.0.${SHLIBVER}.0
175lib/libgstisoff-1.0.so 175lib/libgstisoff-1.0.so
176lib/libgstisoff-1.0.so.0 176lib/libgstisoff-1.0.so.0
177lib/libgstisoff-1.0.so.0.2202.0 177lib/libgstisoff-1.0.so.0.${SHLIBVER}.0
178lib/libgstmpegts-1.0.so 178lib/libgstmpegts-1.0.so
179lib/libgstmpegts-1.0.so.0 179lib/libgstmpegts-1.0.so.0
180lib/libgstmpegts-1.0.so.0.2202.0 180lib/libgstmpegts-1.0.so.0.${SHLIBVER}.0
181lib/libgstphotography-1.0.so 181lib/libgstphotography-1.0.so
182lib/libgstphotography-1.0.so.0 182lib/libgstphotography-1.0.so.0
183lib/libgstphotography-1.0.so.0.2202.0 183lib/libgstphotography-1.0.so.0.${SHLIBVER}.0
184lib/libgstplay-1.0.so 184lib/libgstplay-1.0.so
185lib/libgstplay-1.0.so.0 185lib/libgstplay-1.0.so.0
186lib/libgstplay-1.0.so.0.2202.0 186lib/libgstplay-1.0.so.0.${SHLIBVER}.0
187lib/libgstplayer-1.0.so 187lib/libgstplayer-1.0.so
188lib/libgstplayer-1.0.so.0 188lib/libgstplayer-1.0.so.0
189lib/libgstplayer-1.0.so.0.2202.0 189lib/libgstplayer-1.0.so.0.${SHLIBVER}.0
190lib/libgstsctp-1.0.so 190lib/libgstsctp-1.0.so
191lib/libgstsctp-1.0.so.0 191lib/libgstsctp-1.0.so.0
192lib/libgstsctp-1.0.so.0.2202.0 192lib/libgstsctp-1.0.so.0.${SHLIBVER}.0
193lib/libgsttranscoder-1.0.so 193lib/libgsttranscoder-1.0.so
194lib/libgsttranscoder-1.0.so.0 194lib/libgsttranscoder-1.0.so.0
195lib/libgsturidownloader-1.0.so 195lib/libgsturidownloader-1.0.so
196lib/libgsturidownloader-1.0.so.0 196lib/libgsturidownloader-1.0.so.0
197lib/libgsturidownloader-1.0.so.0.2202.0 197lib/libgsturidownloader-1.0.so.0.${SHLIBVER}.0
198lib/libgstwebrtc-1.0.so 198lib/libgstwebrtc-1.0.so
199lib/libgstwebrtc-1.0.so.0 199lib/libgstwebrtc-1.0.so.0
200lib/libgstwebrtc-1.0.so.0.2202.0 200lib/libgstwebrtc-1.0.so.0.${SHLIBVER}.0
201lib/pkgconfig/gstreamer-bad-audio-1.0.pc 201lib/pkgconfig/gstreamer-bad-audio-1.0.pc
202lib/pkgconfig/gstreamer-codecparsers-1.0.pc 202lib/pkgconfig/gstreamer-codecparsers-1.0.pc
203lib/pkgconfig/gstreamer-insertbin-1.0.pc 203lib/pkgconfig/gstreamer-insertbin-1.0.pc
204lib/pkgconfig/gstreamer-mpegts-1.0.pc 204lib/pkgconfig/gstreamer-mpegts-1.0.pc
205lib/pkgconfig/gstreamer-photography-1.0.pc 205lib/pkgconfig/gstreamer-photography-1.0.pc
206lib/pkgconfig/gstreamer-play-1.0.pc 206lib/pkgconfig/gstreamer-play-1.0.pc
207lib/pkgconfig/gstreamer-player-1.0.pc 207lib/pkgconfig/gstreamer-player-1.0.pc
208lib/pkgconfig/gstreamer-plugins-bad-1.0.pc 208lib/pkgconfig/gstreamer-plugins-bad-1.0.pc
209lib/pkgconfig/gstreamer-sctp-1.0.pc 209lib/pkgconfig/gstreamer-sctp-1.0.pc
210lib/pkgconfig/gstreamer-transcoder-1.0.pc 210lib/pkgconfig/gstreamer-transcoder-1.0.pc
211lib/pkgconfig/gstreamer-webrtc-1.0.pc 211lib/pkgconfig/gstreamer-webrtc-1.0.pc
212share/gir-1.0/GstBadAudio-1.0.gir 212share/gir-1.0/GstBadAudio-1.0.gir
213share/gir-1.0/GstCodecs-1.0.gir 213share/gir-1.0/GstCodecs-1.0.gir

cvs diff -r1.6 -r1.7 pkgsrc/multimedia/gst-plugins1-bad/PLIST.Linux (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-bad/PLIST.Linux 2023/04/30 12:15:48 1.6
+++ pkgsrc/multimedia/gst-plugins1-bad/PLIST.Linux 2023/06/02 16:09:46 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1@comment $NetBSD: PLIST.Linux,v 1.6 2023/04/30 12:15:48 tnn Exp $ 1@comment $NetBSD: PLIST.Linux,v 1.7 2023/06/02 16:09:46 wiz Exp $
2include/gstreamer-1.0/gst/cuda/cuda-gst.h 2include/gstreamer-1.0/gst/cuda/cuda-gst.h
3include/gstreamer-1.0/gst/cuda/cuda-prelude.h 3include/gstreamer-1.0/gst/cuda/cuda-prelude.h
4include/gstreamer-1.0/gst/cuda/gstcudabufferpool.h 4include/gstreamer-1.0/gst/cuda/gstcudabufferpool.h
5include/gstreamer-1.0/gst/cuda/gstcudacontext.h 5include/gstreamer-1.0/gst/cuda/gstcudacontext.h
6include/gstreamer-1.0/gst/cuda/gstcudaloader.h 6include/gstreamer-1.0/gst/cuda/gstcudaloader.h
7include/gstreamer-1.0/gst/cuda/gstcudamemory.h 7include/gstreamer-1.0/gst/cuda/gstcudamemory.h
8include/gstreamer-1.0/gst/cuda/gstcudanvrtc.h 8include/gstreamer-1.0/gst/cuda/gstcudanvrtc.h
9include/gstreamer-1.0/gst/cuda/gstcudautils.h 9include/gstreamer-1.0/gst/cuda/gstcudautils.h
10lib/girepository-1.0/CudaGst-1.0.typelib 10lib/girepository-1.0/CudaGst-1.0.typelib
11lib/girepository-1.0/GstCuda-1.0.typelib 11lib/girepository-1.0/GstCuda-1.0.typelib
12lib/libgstcuda-1.0.so 12lib/libgstcuda-1.0.so
13lib/libgstcuda-1.0.so.0 13lib/libgstcuda-1.0.so.0
14lib/libgstcuda-1.0.so.0.2202.0 14lib/libgstcuda-1.0.so.0.${SHLIBVER}.0
15lib/pkgconfig/gstreamer-cuda-1.0.pc 15lib/pkgconfig/gstreamer-cuda-1.0.pc
16share/gir-1.0/CudaGst-1.0.gir 16share/gir-1.0/CudaGst-1.0.gir
17share/gir-1.0/GstCuda-1.0.gir 17share/gir-1.0/GstCuda-1.0.gir

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

--- pkgsrc/multimedia/gst-plugins1-bad/distinfo 2023/04/29 07:12:13 1.48
+++ pkgsrc/multimedia/gst-plugins1-bad/distinfo 2023/06/02 16:09:46 1.49
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.48 2023/04/29 07:12:13 wiz Exp $ 1$NetBSD: distinfo,v 1.49 2023/06/02 16:09:46 wiz Exp $
2 2
3BLAKE2s (gst-plugins-bad-1.22.2.tar.xz) = 276262397c62bdf9c59f2b48c1f4ae6a4ea6a4579024f03df16c8f9e365b443c 3BLAKE2s (gst-plugins-bad-1.22.3.tar.xz) = 78f2ef2e01e827f7ea2ec5a0611c9f95192d7e0ed4f9b47b7f82724446e44d7f
4SHA512 (gst-plugins-bad-1.22.2.tar.xz) = 0d03cc819f92877e5f1a8e0258884c9b93315923239bd0d9d04a5a51e2b11aab33506f42d215c20759f6e448076fd44318c615f46b8f291b3c5767b7302b1396 4SHA512 (gst-plugins-bad-1.22.3.tar.xz) = 1512e26111174ea4a9da26203a635e7ec7673ea5b6ca8dae8aaa8a20ffae36c9b68904d669344a8efc31f751093a00e22d2a1f1affcdd037f162493441c77628
5Size (gst-plugins-bad-1.22.2.tar.xz) = 5516864 bytes 5Size (gst-plugins-bad-1.22.3.tar.xz) = 5523924 bytes
6SHA1 (patch-ext_wayland_meson.build) = 5cb65148ba22af5ce206cb66a7a7430822ceb494 6SHA1 (patch-ext_wayland_meson.build) = 5cb65148ba22af5ce206cb66a7a7430822ceb494
7SHA1 (patch-ext_webrtc_meson.build) = dc0179ebea4b8f1f990951a8a860dac3c3ac5385 7SHA1 (patch-ext_webrtc_meson.build) = dc0179ebea4b8f1f990951a8a860dac3c3ac5385

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

--- pkgsrc/multimedia/gst-plugins1-base/PLIST 2023/04/29 07:12:13 1.21
+++ pkgsrc/multimedia/gst-plugins1-base/PLIST 2023/06/02 16:09:46 1.22
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.21 2023/04/29 07:12:13 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.22 2023/06/02 16:09:46 wiz 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/libgstgio.so @@ -155,57 +155,57 @@ lib/gstreamer-1.0/libgstgio.so
155lib/gstreamer-1.0/libgstoverlaycomposition.so 155lib/gstreamer-1.0/libgstoverlaycomposition.so
156lib/gstreamer-1.0/libgstpbtypes.so 156lib/gstreamer-1.0/libgstpbtypes.so
157lib/gstreamer-1.0/libgstplayback.so 157lib/gstreamer-1.0/libgstplayback.so
158lib/gstreamer-1.0/libgstrawparse.so 158lib/gstreamer-1.0/libgstrawparse.so
159lib/gstreamer-1.0/libgstsubparse.so 159lib/gstreamer-1.0/libgstsubparse.so
160lib/gstreamer-1.0/libgsttcp.so 160lib/gstreamer-1.0/libgsttcp.so
161lib/gstreamer-1.0/libgsttypefindfunctions.so 161lib/gstreamer-1.0/libgsttypefindfunctions.so
162lib/gstreamer-1.0/libgstvideoconvertscale.so 162lib/gstreamer-1.0/libgstvideoconvertscale.so
163lib/gstreamer-1.0/libgstvideorate.so 163lib/gstreamer-1.0/libgstvideorate.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.2202.0 168lib/libgstallocators-1.0.so.0.${SHLIBVER}.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.2202.0 171lib/libgstapp-1.0.so.0.${SHLIBVER}.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.2202.0 174lib/libgstaudio-1.0.so.0.${SHLIBVER}.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.2202.0 177lib/libgstfft-1.0.so.0.${SHLIBVER}.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.2202.0 180lib/libgstpbutils-1.0.so.0.${SHLIBVER}.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.2202.0 183lib/libgstriff-1.0.so.0.${SHLIBVER}.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.2202.0 186lib/libgstrtp-1.0.so.0.${SHLIBVER}.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.2202.0 189lib/libgstrtsp-1.0.so.0.${SHLIBVER}.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.2202.0 192lib/libgstsdp-1.0.so.0.${SHLIBVER}.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.2202.0 195lib/libgsttag-1.0.so.0.${SHLIBVER}.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.2202.0 198lib/libgstvideo-1.0.so.0.${SHLIBVER}.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.52 -r1.53 pkgsrc/multimedia/gst-plugins1-base/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-base/distinfo 2023/04/29 07:12:13 1.52
+++ pkgsrc/multimedia/gst-plugins1-base/distinfo 2023/06/02 16:09:46 1.53
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.52 2023/04/29 07:12:13 wiz Exp $ 1$NetBSD: distinfo,v 1.53 2023/06/02 16:09:46 wiz Exp $
2 2
3BLAKE2s (gst-plugins-base-1.22.2.tar.xz) = cc043ca22c8be3834366ed8338f2ca33c44525b4c333ce0f986c391c4fe51b71 3BLAKE2s (gst-plugins-base-1.22.3.tar.xz) = 4c03e1d672df1e25c80d89d7ca1d22d6683e04b3cadeb8a78eb8f9471ffd397a
4SHA512 (gst-plugins-base-1.22.2.tar.xz) = f0c82af637aa70ef28a0599c6bd9212faa0124aa9f0dfa13a4af21febff78d5839fca181438fe8264eff076e04811c283ce0e50a0b2e7794a1a377f1cebd7de8 4SHA512 (gst-plugins-base-1.22.3.tar.xz) = dbfca6114ce0c5b234b533c89fdfa957499ecb25bbb5156e2ee54610be42969b2cae9e74a8250eb8b07484c9767f8f1d00e88d6d04c5da5429d62d08c9fd2472
5Size (gst-plugins-base-1.22.2.tar.xz) = 2350476 bytes 5Size (gst-plugins-base-1.22.3.tar.xz) = 2353512 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.12 -r1.13 pkgsrc/multimedia/gst-plugins1-editing-services/PLIST (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-editing-services/PLIST 2023/04/29 07:12:13 1.12
+++ pkgsrc/multimedia/gst-plugins1-editing-services/PLIST 2023/06/02 16:09:46 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.12 2023/04/29 07:12:13 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.13 2023/06/02 16:09:46 wiz 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.2202.0 73lib/libges-1.0.so.0.${SHLIBVER}.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.13 -r1.14 pkgsrc/multimedia/gst-plugins1-editing-services/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-editing-services/distinfo 2023/04/29 07:12:13 1.13
+++ pkgsrc/multimedia/gst-plugins1-editing-services/distinfo 2023/06/02 16:09:46 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/04/29 07:12:13 wiz Exp $ 1$NetBSD: distinfo,v 1.14 2023/06/02 16:09:46 wiz Exp $
2 2
3BLAKE2s (gst-editing-services-1.22.2.tar.xz) = da99091254e316e3273962e01e0f654fa7c710cc5e0b33fb772e5f3c1df84584 3BLAKE2s (gst-editing-services-1.22.3.tar.xz) = 4f010ea074eead7d068240a1806d88aab8db3c045ff73c29430b53555e7e39c1
4SHA512 (gst-editing-services-1.22.2.tar.xz) = 877a9cb7b55063c8b553df3e389caa01d28fccdf416fe9e24da146937bfa9638768675e71422d9de5de52edeff6b7e9c79907a37a5f1350524c9a617b94f9591 4SHA512 (gst-editing-services-1.22.3.tar.xz) = f4dd501bd8a40876e748b6b0475f85bfe3aae0650bd4bfd3623d485b0ffd32a01aa16ea01e1428c1735174f2609b380e81af366e0721e9cb360dc29a8f911104
5Size (gst-editing-services-1.22.2.tar.xz) = 823656 bytes 5Size (gst-editing-services-1.22.3.tar.xz) = 825216 bytes

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

--- pkgsrc/multimedia/gst-plugins1-good/Makefile 2023/05/06 19:09:43 1.18
+++ pkgsrc/multimedia/gst-plugins1-good/Makefile 2023/06/02 16:09:46 1.19
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2023/05/06 19:09:43 ryoon Exp $ 1# $NetBSD: Makefile,v 1.19 2023/06/02 16:09:46 wiz Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/}
4PKGREVISION= 1 
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.53 -r1.54 pkgsrc/multimedia/gst-plugins1-good/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-good/distinfo 2023/04/29 07:12:13 1.53
+++ pkgsrc/multimedia/gst-plugins1-good/distinfo 2023/06/02 16:09:46 1.54
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.53 2023/04/29 07:12:13 wiz Exp $ 1$NetBSD: distinfo,v 1.54 2023/06/02 16:09:46 wiz Exp $
2 2
3BLAKE2s (gst-plugins-good-1.22.2.tar.xz) = ba31d4c046aae7fa570a65a0e076ebb4b50c2f66eeb49b04bd74e50e2bdb540a 3BLAKE2s (gst-plugins-good-1.22.3.tar.xz) = e578a80f7a509a744f11f676368c1d27f834d38d692338d04abdbd8723bbf2eb
4SHA512 (gst-plugins-good-1.22.2.tar.xz) = f159ac01fdc9c3ce230565e1a370e5cf9afc41abea39d8e93f5fc41c2c2e7ed1c6054dabe23718a09bb56958ce4184aa1871b22366876755738b18ff19daf704 4SHA512 (gst-plugins-good-1.22.3.tar.xz) = 915352911f0ee2b1b15ff83514c6ca7e1ca8c2f122eac0c4c47539e8dcc2233a6f8478e083555af8b254d9a541923aa74e106a404b56fb8a732ea53421c3d6ca
5Size (gst-plugins-good-1.22.2.tar.xz) = 2806216 bytes 5Size (gst-plugins-good-1.22.3.tar.xz) = 2826224 bytes

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

--- pkgsrc/multimedia/gst-plugins1-libav/distinfo 2023/04/29 07:12:13 1.44
+++ pkgsrc/multimedia/gst-plugins1-libav/distinfo 2023/06/02 16:09:46 1.45
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.44 2023/04/29 07:12:13 wiz Exp $ 1$NetBSD: distinfo,v 1.45 2023/06/02 16:09:46 wiz Exp $
2 2
3BLAKE2s (gst-libav-1.22.2.tar.xz) = cafb3436cc58dd297a8ac9945ed7f3c8887d22b938bb326f81be7e847600d10a 3BLAKE2s (gst-libav-1.22.3.tar.xz) = 39b93e77ca52cd7702757164c14616ab3137bef3e67009f15b55cd4337dc7bf5
4SHA512 (gst-libav-1.22.2.tar.xz) = dbda383b6613c51c7e7537e9c24cc6b0e4b431caaec884e06f73c694ab0f92a657c2654cafbdc6cddfe3721b361eb4b3327f7b2dcbd79aef0059d1712558d2d6 4SHA512 (gst-libav-1.22.3.tar.xz) = 0cee9479b88d9c513f0bdb761c9f591aaf32d6a03bb6492446d2f6facea0396b4ca98855e790edf9d977cf256bdaf3093879cf6dd48b8fc1a511a2d8890f0337
5Size (gst-libav-1.22.2.tar.xz) = 195244 bytes 5Size (gst-libav-1.22.3.tar.xz) = 197008 bytes

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

--- pkgsrc/multimedia/gst-plugins1-ugly/distinfo 2023/04/29 07:12:14 1.48
+++ pkgsrc/multimedia/gst-plugins1-ugly/distinfo 2023/06/02 16:09:47 1.49
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.48 2023/04/29 07:12:14 wiz Exp $ 1$NetBSD: distinfo,v 1.49 2023/06/02 16:09:47 wiz Exp $
2 2
3BLAKE2s (gst-plugins-ugly-1.22.2.tar.xz) = 7c1e38540f968807607008e7ff6fa819b645fd1f409be3f4d0dabbd6b12cdbc8 3BLAKE2s (gst-plugins-ugly-1.22.3.tar.xz) = 5d96dbe0341d6541ec2112bfd8dcd5dd3efc72d37f31067399b928ebcd603a1e
4SHA512 (gst-plugins-ugly-1.22.2.tar.xz) = 07eb541894491069e32bc0284de89840b91bebdd9b85750c29d14d31f1ab1a4fa4a9b4c081e2fad25e3e0bbc8f72b48a297efd54a737355fc54dc4cc2727073d 4SHA512 (gst-plugins-ugly-1.22.3.tar.xz) = a92c49ac2e9d31d518ecda8ae95a1b1040c4c828b0230d922b8d7cb926c8d3db534e94126aac5c3d8ce35e40c0e53ea334d7747bf9b6943529430f7a9bce5b31
5Size (gst-plugins-ugly-1.22.2.tar.xz) = 244676 bytes 5Size (gst-plugins-ugly-1.22.3.tar.xz) = 246416 bytes

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

--- pkgsrc/multimedia/gst-plugins1-vaapi/distinfo 2023/04/29 07:12:14 1.9
+++ pkgsrc/multimedia/gst-plugins1-vaapi/distinfo 2023/06/02 16:09:47 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2023/04/29 07:12:14 wiz Exp $ 1$NetBSD: distinfo,v 1.10 2023/06/02 16:09:47 wiz Exp $
2 2
3BLAKE2s (gstreamer-vaapi-1.22.2.tar.xz) = 71e24198032f29bc85acf9e8a45ca2f805b8d355cd1b85429654e5053c71ee71 3BLAKE2s (gstreamer-vaapi-1.22.3.tar.xz) = 38dd7fcbb2033b08439cc170accc5dac2852306bba969a4b3cde71233fe0438a
4SHA512 (gstreamer-vaapi-1.22.2.tar.xz) = 19a85fde0bab833661b5673e76a9a11255a55752cbe2e9f5f88c96c11d52c1c43aa561b8168a33a4e13b654fdc0be79abc12ce0e5336d7ea7beaa0fa4e820a61 4SHA512 (gstreamer-vaapi-1.22.3.tar.xz) = ffbc70d25bc56de0b21fef6cf30f025ccb8d92c981254dcc278a866101812908aacefcbdb745857dff613f81c713ba86ceac1a9b0296324607f0baa7a12f7399
5Size (gstreamer-vaapi-1.22.2.tar.xz) = 543484 bytes 5Size (gstreamer-vaapi-1.22.3.tar.xz) = 535108 bytes

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

--- pkgsrc/multimedia/gstreamer1/PLIST 2023/04/29 07:12:14 1.28
+++ pkgsrc/multimedia/gstreamer1/PLIST 2023/06/02 16:09:47 1.29
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.28 2023/04/29 07:12:14 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.29 2023/06/02 16:09:47 wiz 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.2202.0 138lib/libgstbase-1.0.so.0.${SHLIBVER}.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.2202.0 141lib/libgstcheck-1.0.so.0.${SHLIBVER}.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.2202.0 144lib/libgstcontroller-1.0.so.0.${SHLIBVER}.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.2202.0 147lib/libgstnet-1.0.so.0.${SHLIBVER}.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.2202.0 150lib/libgstreamer-1.0.so.0.${SHLIBVER}.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.2202.0-gdb.py 165share/gdb/auto-load${LOCALBASE}/lib/libgstreamer-1.0.so.0.${SHLIBVER}.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.50 -r1.51 pkgsrc/multimedia/gstreamer1/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gstreamer1/distinfo 2023/04/29 07:12:14 1.50
+++ pkgsrc/multimedia/gstreamer1/distinfo 2023/06/02 16:09:47 1.51
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.50 2023/04/29 07:12:14 wiz Exp $ 1$NetBSD: distinfo,v 1.51 2023/06/02 16:09:47 wiz Exp $
2 2
3BLAKE2s (gstreamer-1.22.2.tar.xz) = 062d3897cda965d73b7adfb09a52e4978b7b52fe2e6fa1d1378e71885d496a73 3BLAKE2s (gstreamer-1.22.3.tar.xz) = 6db0201cd087ce74f154235c3eed2afc79ca48c617cfef53d594153ab873d85d
4SHA512 (gstreamer-1.22.2.tar.xz) = ffcd8c3fb8e92f1b46d49bdf82da0f27ff0b153b5a3dbef1fd72b52422d154f332e346e36242de8656eabff00d001cc11e19a810e80f0ac2ca0296306451d166 4SHA512 (gstreamer-1.22.3.tar.xz) = b316496f114acd687529cf71645fb75b8a4ac6baf01d9659e8ef8b22771b6c5ea8c5087a31ca633464ebd46656684ab382a15c2c11872ce5d218e726f4e56d09
5Size (gstreamer-1.22.2.tar.xz) = 1783792 bytes 5Size (gstreamer-1.22.3.tar.xz) = 1785496 bytes
6SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591 6SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591

cvs diff -r1.4 -r1.5 pkgsrc/multimedia/gstreamer1/version.mk (expand / switch to unified diff)

--- pkgsrc/multimedia/gstreamer1/version.mk 2023/04/29 07:12:14 1.4
+++ pkgsrc/multimedia/gstreamer1/version.mk 2023/06/02 16:09:47 1.5
@@ -1,7 +1,9 @@ @@ -1,7 +1,9 @@
1# $NetBSD: version.mk,v 1.4 2023/04/29 07:12:14 wiz Exp $ 1# $NetBSD: version.mk,v 1.5 2023/06/02 16:09:47 wiz Exp $
2 2
3GST_VERSION= 1.22.2 3GST_VERSION= 1.22.3
 4SHLIBVER= ${GST_VERSION:S/1.//:S/./0/}
 5PLIST_SUBST+= SHLIBVER=${SHLIBVER}
4 6
5MAINTAINER?= pkgsrc-users@NetBSD.org 7MAINTAINER?= pkgsrc-users@NetBSD.org
6HOMEPAGE?= https://gstreamer.freedesktop.org/ 8HOMEPAGE?= https://gstreamer.freedesktop.org/
7LICENSE?= gnu-gpl-v2 9LICENSE?= gnu-gpl-v2