Mon May 13 09:05:56 2024 UTC (25d)
gstreamer1: updated to 1.24.3

1.24.3

This release only contains bugfixes and it should be safe to update from 1.24.x.

Highlighted bugfixes in 1.24.3

EXIF image tag parsing security fixes
Subtitle handling improvements in parsebin
Fix issues with HLS streams that contain VTT subtitles
Qt6 QML sink re-render and re-sizing fixes
unixfd ipc plugin timestamp and segment handling fixes
vah264enc, vah265enc: Do not touch the PTS of the output frame
vah264dec and vapostproc fixes and improvements
v4l2: multiple fixes and improvements, incl. for mediatek JPEG decoder and v4l2 loopback
v4l2: fix hang after seek with some v4l2 decoders
Wayland sink fixes
ximagesink: fix regression on RPi/aarch64
fmp4mux, mp4mux gained FLAC audio support
D3D11, D3D12: reliablity improvements and memory leak fixes
Media Foundation device provider fixes
GTK4 paintable sink improvements including support for directly importing dmabufs with GTK 4.14
WebRTC sink/source fixes and improvements
AWS s3sink, s3src, s3hlssink now support path-style addressing
MPEG-TS demuxer fixes
Python bindings fixes
various bug fixes, memory leak fixes, and other stability and reliability improvements

1.24.2

This release only contains bugfixes and it should be safe to update from 1.24.x.

Highlighted bugfixes in 1.24.2

H.264 parsing regression fixes
WavPack typefinding improvements
Video4linux fixes and improvements
Android build and runtime fixes
macOS OpenGL memory leak and robustness fixes
Qt/QML video sink fixes
Package new analytics and mse libraries in binary packages
Windows MSVC binary packages: fix libvpx avx/avx2/avx512 instruction set detection
various bug fixes, memory leak fixes, and other stability and reliability improvements


(adam)
diff -r1.14 -r1.15 pkgsrc/audio/gst-plugins1-fluidsynth/Makefile
diff -r1.17 -r1.18 pkgsrc/audio/gst-plugins1-lv2/Makefile
diff -r1.35 -r1.36 pkgsrc/devel/gst-plugins1-pango/Makefile
diff -r1.21 -r1.22 pkgsrc/graphics/gst-plugins1-cairo/Makefile
diff -r1.56 -r1.57 pkgsrc/multimedia/gst-plugins1-bad/distinfo
diff -r1.63 -r1.64 pkgsrc/multimedia/gst-plugins1-base/distinfo
diff -r1.21 -r1.22 pkgsrc/multimedia/gst-plugins1-editing-services/distinfo
diff -r1.28 -r1.29 pkgsrc/multimedia/gst-plugins1-good/Makefile
diff -r1.61 -r1.62 pkgsrc/multimedia/gst-plugins1-good/distinfo
diff -r1.19 -r1.20 pkgsrc/multimedia/gst-plugins1-gtk/Makefile
diff -r1.52 -r1.53 pkgsrc/multimedia/gst-plugins1-libav/distinfo
diff -r1.56 -r1.57 pkgsrc/multimedia/gst-plugins1-ugly/distinfo
diff -r1.17 -r1.18 pkgsrc/multimedia/gst-plugins1-vaapi/distinfo
diff -r1.3 -r1.4 pkgsrc/multimedia/gst-plugins1-x265/Makefile
diff -r1.58 -r1.59 pkgsrc/multimedia/gstreamer1/distinfo
diff -r1.12 -r1.13 pkgsrc/multimedia/gstreamer1/version.mk
diff -r1.32 -r1.33 pkgsrc/multimedia/py-gstreamer1/distinfo

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

--- pkgsrc/audio/gst-plugins1-fluidsynth/Makefile 2024/04/06 08:04:49 1.14
+++ pkgsrc/audio/gst-plugins1-fluidsynth/Makefile 2024/05/13 09:05:55 1.15
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.14 2024/04/06 08:04:49 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2024/05/13 09:05:55 adam 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.17 -r1.18 pkgsrc/audio/gst-plugins1-lv2/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gst-plugins1-lv2/Makefile 2024/04/07 07:33:31 1.17
+++ pkgsrc/audio/gst-plugins1-lv2/Makefile 2024/05/13 09:05:55 1.18
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.17 2024/04/07 07:33:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2024/05/13 09:05:55 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.35 -r1.36 pkgsrc/devel/gst-plugins1-pango/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gst-plugins1-pango/Makefile 2024/04/07 07:33:45 1.35
+++ pkgsrc/devel/gst-plugins1-pango/Makefile 2024/05/13 09:05:56 1.36
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.35 2024/04/07 07:33:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.36 2024/05/13 09:05:56 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-base/-pango/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-base/-pango/}
4PKGREVISION= 1 
5CATEGORIES= devel gnome 4CATEGORIES= devel gnome
6 5
7COMMENT= Open source multimedia framework - pango plugin 6COMMENT= Open source multimedia framework - pango plugin
8 7
9GST_EXT_BUILD= # defined 8GST_EXT_BUILD= # defined
10GST_PLUGINS+= pango 9GST_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.21 -r1.22 pkgsrc/graphics/gst-plugins1-cairo/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gst-plugins1-cairo/Makefile 2024/04/07 07:34:14 1.21
+++ pkgsrc/graphics/gst-plugins1-cairo/Makefile 2024/05/13 09:05:56 1.22
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.21 2024/04/07 07:34:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.22 2024/05/13 09:05:56 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-cairo/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-cairo/}
4PKGREVISION= 1 
5CATEGORIES= graphics gnome 4CATEGORIES= graphics gnome
6 5
7COMMENT= Open source multimedia framework - Cairo plugin 6COMMENT= Open source multimedia framework - Cairo plugin
8 7
9GST_PLUGINS+= cairo 8GST_PLUGINS+= cairo
10 9
11.include "../../multimedia/gst-plugins1-good/Makefile.common" 10.include "../../multimedia/gst-plugins1-good/Makefile.common"
12BUILDLINK_API_DEPENDS.cairo+= cairo>=1.18 11BUILDLINK_API_DEPENDS.cairo+= cairo>=1.18
13.include "../../graphics/cairo/buildlink3.mk" 12.include "../../graphics/cairo/buildlink3.mk"
14.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/multimedia/gst-plugins1-bad/distinfo 2024/04/05 17:26:42 1.56
+++ pkgsrc/multimedia/gst-plugins1-bad/distinfo 2024/05/13 09:05:54 1.57
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.56 2024/04/05 17:26:42 wiz Exp $ 1$NetBSD: distinfo,v 1.57 2024/05/13 09:05:54 adam Exp $
2 2
3BLAKE2s (gst-plugins-bad-1.24.1.tar.xz) = 41c97d68d2daf1e39d937a125341b36139e0300350f5ff5c75d2ef718d5eae62 3BLAKE2s (gst-plugins-bad-1.24.3.tar.xz) = 3d18cd06ce6f6e0d0070c213e04d5e4f2d912a0eddfd2e1324a3997cd333b8e6
4SHA512 (gst-plugins-bad-1.24.1.tar.xz) = 3ed749de2a7f979193493ddab7ce51e8f9110772439a6192d91c00241547a8ff2d2fb7702863c8ea86a589304933c06cae89864075cffa87c042e25178df0c2c 4SHA512 (gst-plugins-bad-1.24.3.tar.xz) = fb4c53ea1837ab03480a2c1f9d2bf8dbdd1d7064b3f7ce4ff3eb5f8ec2f915f36442734b94332c867c3f8f815940f1c2a6e0763a62c4afb55324a8eb69bbf14b
5Size (gst-plugins-bad-1.24.1.tar.xz) = 7044828 bytes 5Size (gst-plugins-bad-1.24.3.tar.xz) = 7052144 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.63 -r1.64 pkgsrc/multimedia/gst-plugins1-base/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-base/distinfo 2024/04/05 20:23:34 1.63
+++ pkgsrc/multimedia/gst-plugins1-base/distinfo 2024/05/13 09:05:54 1.64
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.63 2024/04/05 20:23:34 wiz Exp $ 1$NetBSD: distinfo,v 1.64 2024/05/13 09:05:54 adam Exp $
2 2
3BLAKE2s (gst-plugins-base-1.24.1.tar.xz) = f324c5f6b8e7b0f871695bfb514663a579c6545f2520b94419f91f3b76ca8f22 3BLAKE2s (gst-plugins-base-1.24.3.tar.xz) = 6b0cd1f8858b1bcc2f5f20b67cea93f668b7e2b80166697f314ebe7373a26beb
4SHA512 (gst-plugins-base-1.24.1.tar.xz) = 579d99784ade21c969b6852acb9519c2a5d2e6374b62826b5b2c4293e72782c1be3806f5e6a7f6f5d9d02c3c770ca5f2327f80b7879152d2c0bede9f717bd9c7 4SHA512 (gst-plugins-base-1.24.3.tar.xz) = 8003435416423d99afc10a870cebf062e9d4fdd492d09b216afe0d7bdea908256eb24cc26130556c063d712582110341d62c9d43052449f13dc9a5a145a296c3
5Size (gst-plugins-base-1.24.1.tar.xz) = 2418392 bytes 5Size (gst-plugins-base-1.24.3.tar.xz) = 2423412 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.21 -r1.22 pkgsrc/multimedia/gst-plugins1-editing-services/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-editing-services/distinfo 2024/04/05 17:26:43 1.21
+++ pkgsrc/multimedia/gst-plugins1-editing-services/distinfo 2024/05/13 09:05:54 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2024/04/05 17:26:43 wiz Exp $ 1$NetBSD: distinfo,v 1.22 2024/05/13 09:05:54 adam Exp $
2 2
3BLAKE2s (gst-editing-services-1.24.1.tar.xz) = 0c491b07406d25378f38c94784b944183d31279157d4eb629947366c7d53003c 3BLAKE2s (gst-editing-services-1.24.3.tar.xz) = cb37d853502281399258b5e735f41e5f3616e515d6419f350883360f568729d5
4SHA512 (gst-editing-services-1.24.1.tar.xz) = 9301183fdb8722465585fa47dce93b652a4484679863e4a5504424871d2634ae239f575ff5b427dbe70c0bb81c6c7a1357d03053db14cede7914a4b928b74a7d 4SHA512 (gst-editing-services-1.24.3.tar.xz) = 4b658303ea7619d2feb099491b8fcfa366db8c7437d59fb3187d4f574cb26f9dd30376e1eb45ed23e4528044cdb7c56ff9765e14bffb2ffcbe622e68ec754379
5Size (gst-editing-services-1.24.1.tar.xz) = 840172 bytes 5Size (gst-editing-services-1.24.3.tar.xz) = 843908 bytes

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

--- pkgsrc/multimedia/gst-plugins1-good/Makefile 2024/04/07 07:34:43 1.28
+++ pkgsrc/multimedia/gst-plugins1-good/Makefile 2024/05/13 09:05:55 1.29
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.28 2024/04/07 07:34:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2024/05/13 09:05:55 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.61 -r1.62 pkgsrc/multimedia/gst-plugins1-good/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-good/distinfo 2024/04/05 17:26:43 1.61
+++ pkgsrc/multimedia/gst-plugins1-good/distinfo 2024/05/13 09:05:55 1.62
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.61 2024/04/05 17:26:43 wiz Exp $ 1$NetBSD: distinfo,v 1.62 2024/05/13 09:05:55 adam Exp $
2 2
3BLAKE2s (gst-plugins-good-1.24.1.tar.xz) = f62299a27792f7dc257995a099fe3df27bd7d81e40bf737c9d1c0aa15e316dca 3BLAKE2s (gst-plugins-good-1.24.3.tar.xz) = 9e0ddea6bc297a7ff4b504b06713b0d9eb631e2e225385f2e59e615401dcbdae
4SHA512 (gst-plugins-good-1.24.1.tar.xz) = cb3326b289c51c963004559e4ed00e12dc338156b9ddb5319d650a6ae87e149f1ace8cd43399ea7118b1687f7e30d5d6c6a6522f973e1625a23c97fdd4ac19a1 4SHA512 (gst-plugins-good-1.24.3.tar.xz) = 338469b7c7ed1a1570b3e734107332998b3e8eb96a1275cddc3ba92b0050e35d9e9902d0668653593cf74d14f4bb23f2eabdc61f0248df5d9cfee3e76c6cab0c
5Size (gst-plugins-good-1.24.1.tar.xz) = 2904196 bytes 5Size (gst-plugins-good-1.24.3.tar.xz) = 2910988 bytes

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

--- pkgsrc/multimedia/gst-plugins1-gtk/Makefile 2024/04/07 07:34:43 1.19
+++ pkgsrc/multimedia/gst-plugins1-gtk/Makefile 2024/05/13 09:05:55 1.20
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.19 2024/04/07 07:34:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2024/05/13 09:05:55 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-gtk/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-gtk/}
4PKGREVISION= 2 
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.52 -r1.53 pkgsrc/multimedia/gst-plugins1-libav/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-libav/distinfo 2024/04/05 17:26:43 1.52
+++ pkgsrc/multimedia/gst-plugins1-libav/distinfo 2024/05/13 09:05:55 1.53
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.52 2024/04/05 17:26:43 wiz Exp $ 1$NetBSD: distinfo,v 1.53 2024/05/13 09:05:55 adam Exp $
2 2
3BLAKE2s (gst-libav-1.24.1.tar.xz) = 174d3fb315df7e3ce12dfb4ab0adbe3988bf9a82a06c618db8540ca46a9949d4 3BLAKE2s (gst-libav-1.24.3.tar.xz) = 9b3e1d9db09b096fb7d998828cfe479ec472a21a4398a695e44ce92a9371b7cc
4SHA512 (gst-libav-1.24.1.tar.xz) = 37d2c282c54b14965cd1c860e2cc5a5c2220073d212c219ffdd9c1e7ffcc5512fbbfb33c1a55c67ed5ff47d48fce1b5da6f355098dc3310a6861d6b29643a414 4SHA512 (gst-libav-1.24.3.tar.xz) = 21cd138eb6de79edf10c45fb41847c38449e3936490bafc5fef51705f218f25399b4ec021fc9612df2296614b458ed3b1b626a0a307877636ee555a787bf79cf
5Size (gst-libav-1.24.1.tar.xz) = 202652 bytes 5Size (gst-libav-1.24.3.tar.xz) = 205956 bytes

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

--- pkgsrc/multimedia/gst-plugins1-ugly/distinfo 2024/04/05 17:26:43 1.56
+++ pkgsrc/multimedia/gst-plugins1-ugly/distinfo 2024/05/13 09:05:55 1.57
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.56 2024/04/05 17:26:43 wiz Exp $ 1$NetBSD: distinfo,v 1.57 2024/05/13 09:05:55 adam Exp $
2 2
3BLAKE2s (gst-plugins-ugly-1.24.1.tar.xz) = 30efbc9c652b60f0a9f233d9b47d56f0bce71ae0dc968f27902b17c50c2cb06f 3BLAKE2s (gst-plugins-ugly-1.24.3.tar.xz) = b6a710209ef7e4bf31b0f3389898b302823fbad8775c8410ec9ae21aa764e9b0
4SHA512 (gst-plugins-ugly-1.24.1.tar.xz) = 558d6632bca43e1290324e27d7dd01b5a3d416372f695361a7cbb97c2d94158ad233b0d43305e1a0a3b5c6a3964b4e27557bf6f212fb61de6cbdc42c3c1ac16d 4SHA512 (gst-plugins-ugly-1.24.3.tar.xz) = 1964549fdb46210c2f8a918d0fd597d302e431c8585efd7824ab2fddd7c75dc0eed288436c8bc1afcdebb89610c5859fd5901495defb3a2cb6cf823a5d08cbff
5Size (gst-plugins-ugly-1.24.1.tar.xz) = 217704 bytes 5Size (gst-plugins-ugly-1.24.3.tar.xz) = 220860 bytes

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

--- pkgsrc/multimedia/gst-plugins1-vaapi/distinfo 2024/04/05 17:26:43 1.17
+++ pkgsrc/multimedia/gst-plugins1-vaapi/distinfo 2024/05/13 09:05:55 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2024/04/05 17:26:43 wiz Exp $ 1$NetBSD: distinfo,v 1.18 2024/05/13 09:05:55 adam Exp $
2 2
3BLAKE2s (gstreamer-vaapi-1.24.1.tar.xz) = 2b9e7893e03bc1616761ada536d7b59e77ca4be6524689d70e890339d743daf1 3BLAKE2s (gstreamer-vaapi-1.24.3.tar.xz) = 29476582c4f8f9a272a59b153f8a94fc1e0ed2b9cf8a0ef151ceaf29daa64b79
4SHA512 (gstreamer-vaapi-1.24.1.tar.xz) = f5723d19f7007572a6de8f75dd2d25403779c2034893f60bea8e819743f07a6ae9bbb923cc7d31589bf453c584948ac572b90e41f31458d42d8067a3dfd6d935 4SHA512 (gstreamer-vaapi-1.24.3.tar.xz) = 3f7fde68468003cc8e83abf3ad81281e475bf83dbbc7c14006bee18d6d66dfa9e7745d049aa8fa1d3147787ea7d9d47145507d9ebb2b7f576ee5e0f849edb043
5Size (gstreamer-vaapi-1.24.1.tar.xz) = 543060 bytes 5Size (gstreamer-vaapi-1.24.3.tar.xz) = 543576 bytes

cvs diff -r1.3 -r1.4 pkgsrc/multimedia/gst-plugins1-x265/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-x265/Makefile 2024/04/06 09:33:00 1.3
+++ pkgsrc/multimedia/gst-plugins1-x265/Makefile 2024/05/13 09:05:55 1.4
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.3 2024/04/06 09:33:00 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2024/05/13 09:05:55 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-x265/} 3PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-x265/}
4PKGREVISION= 1 
5CATEGORIES= multimedia gnome 4CATEGORIES= multimedia gnome
6 5
7COMMENT= Open source multimedia framework - HEVC/H.265 encoding plugin 6COMMENT= Open source multimedia framework - HEVC/H.265 encoding plugin
8 7
9GST_EXT_BUILD= # defined 8GST_EXT_BUILD= # defined
10GST_PLUGINS+= gpl 9GST_PLUGINS+= gpl
11GST_PLUGINS+= x265 10GST_PLUGINS+= x265
12 11
13.include "../../multimedia/gst-plugins1-bad/Makefile.common" 12.include "../../multimedia/gst-plugins1-bad/Makefile.common"
14.include "../../multimedia/x265/buildlink3.mk" 13.include "../../multimedia/x265/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/multimedia/gstreamer1/distinfo 2024/04/05 17:26:43 1.58
+++ pkgsrc/multimedia/gstreamer1/distinfo 2024/05/13 09:05:54 1.59
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.58 2024/04/05 17:26:43 wiz Exp $ 1$NetBSD: distinfo,v 1.59 2024/05/13 09:05:54 adam Exp $
2 2
3BLAKE2s (gstreamer-1.24.1.tar.xz) = 4b0ffb81cf94bac514201106fffb7ef8e368a0860b2b3773cdda28b3c58183aa 3BLAKE2s (gstreamer-1.24.3.tar.xz) = 20842d50f4cba0e4f70baa1b4b681cc8adfa515e563d99324f098bd70b341309
4SHA512 (gstreamer-1.24.1.tar.xz) = 45430d0d1e7ec1a741b76531224a7ebf3b6b8a87d71a8d2c8267d58c15b32c97026dee17c45a41ebed39b4b159218584778eafe16a039b21c26cebd32c035f6b 4SHA512 (gstreamer-1.24.3.tar.xz) = 81b50013adbaa30964fc909b53b72304aba43dfeefba40aaa1f75a7163da783bcf53622da8adc06990ab78b4705257caec877181283701ba485eee9ea35688b8
5Size (gstreamer-1.24.1.tar.xz) = 1848676 bytes 5Size (gstreamer-1.24.3.tar.xz) = 1852364 bytes
6SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591 6SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591

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

--- pkgsrc/multimedia/gstreamer1/version.mk 2024/04/05 17:26:43 1.12
+++ pkgsrc/multimedia/gstreamer1/version.mk 2024/05/13 09:05:54 1.13
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: version.mk,v 1.12 2024/04/05 17:26:43 wiz Exp $ 1# $NetBSD: version.mk,v 1.13 2024/05/13 09:05:54 adam Exp $
2 2
3GST_VERSION= 1.24.1 3GST_VERSION= 1.24.3
4# if ${PATCH} is < 10 4# if ${PATCH} is < 10
5SHLIBVER= ${GST_VERSION:S/1.//:S/./0/} 5SHLIBVER= ${GST_VERSION:S/1.//:S/./0/}
6#else 6#else
7#SHLIBVER= ${GST_VERSION:S/1.//:S/.//} 7#SHLIBVER= ${GST_VERSION:S/1.//:S/.//}
8PLIST_SUBST+= SHLIBVER=${SHLIBVER} 8PLIST_SUBST+= SHLIBVER=${SHLIBVER}
9 9
10MAINTAINER?= pkgsrc-users@NetBSD.org 10MAINTAINER?= pkgsrc-users@NetBSD.org
11HOMEPAGE?= https://gstreamer.freedesktop.org/ 11HOMEPAGE?= https://gstreamer.freedesktop.org/
12LICENSE?= gnu-gpl-v2 12LICENSE?= gnu-gpl-v2

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

--- pkgsrc/multimedia/py-gstreamer1/distinfo 2024/04/05 17:26:44 1.32
+++ pkgsrc/multimedia/py-gstreamer1/distinfo 2024/05/13 09:05:54 1.33
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.32 2024/04/05 17:26:44 wiz Exp $ 1$NetBSD: distinfo,v 1.33 2024/05/13 09:05:54 adam Exp $
2 2
3BLAKE2s (gst-python-1.24.1.tar.xz) = 602a8b84a042faba4bcecee87c24ad2e30fffdea2f6ece360ed59a2fe3774ca5 3BLAKE2s (gst-python-1.24.3.tar.xz) = 2d54a31f3dc954d3cdb7e8c2f36e2b34dae8701edf1919bd99c6856158c8a06e
4SHA512 (gst-python-1.24.1.tar.xz) = d670e085b3ac191dd921776ca4268f224d83dd7304a6c5f4faf5df6fe9877cf2d23044fbf9e3f6f39f19d10d5be458e291cc41e20db13c9a68fa6c7efc3c5578 4SHA512 (gst-python-1.24.3.tar.xz) = 5a4bbd530364e33580b223f9c22145c21abeb0babb68efcc518cbab6068d53d31f25411e096d9a45c0de2190514e8e17421498a5195136c0aaabe3a9792778ed
5Size (gst-python-1.24.1.tar.xz) = 110540 bytes 5Size (gst-python-1.24.3.tar.xz) = 114228 bytes