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
This commit is contained in:
adam 2022-12-16 21:08:07 +00:00
parent 8f179d8337
commit 5ef29f188f
48 changed files with 212 additions and 178 deletions

View File

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

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.6 2022/12/16 21:08:10 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-flac/}
PKGREVISION= 1
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - FLAC plugin

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.8 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.9 2022/12/16 21:08:10 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-fluidsynth/}
PKGREVISION= 2
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - MIDI plugin

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.11 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.12 2022/12/16 21:08:10 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-jack/}
PKGREVISION= 1
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - JACK plugin

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2022/11/23 16:19:20 adam Exp $
# $NetBSD: Makefile,v 1.6 2022/12/16 21:08:10 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-ladspa/}
PKGREVISION= 2
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - LADSPA support plugin

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.6 2022/12/16 21:08:10 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-lv2/}
PKGREVISION= 1
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - LV2 support plugin

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.33 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.34 2022/12/16 21:08:10 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-pulse/}
PKGREVISION= 1
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - PulseAudio plugin

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.4 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.5 2022/12/16 21:08:10 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-sndfile/}
PKGREVISION= 1
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - libsndfile plugin

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.9 2022/09/11 12:51:17 wiz Exp $
# $NetBSD: Makefile,v 1.10 2022/12/16 21:08:10 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-twolame/}
PKGREVISION= 1
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - MP2 encoder plugin

View File

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

View File

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.4 2021/12/08 16:02:10 adam Exp $
# $NetBSD: buildlink3.mk,v 1.5 2022/12/16 21:08:11 adam Exp $
BUILDLINK_TREE+= gst-plugins1-gdk_pixbuf
@ -6,7 +6,7 @@ BUILDLINK_TREE+= gst-plugins1-gdk_pixbuf
GST_PLUGINS1_GDK_PIXBUF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gst-plugins1-gdk_pixbuf+= gst-plugins1-gdk_pixbuf>=1.18.0
BUILDLINK_ABI_DEPENDS.gst-plugins1-gdk_pixbuf?= gst-plugins1-gdk_pixbuf>=1.18.5
BUILDLINK_ABI_DEPENDS.gst-plugins1-gdk_pixbuf+= gst-plugins1-gdk_pixbuf>=1.18.5
BUILDLINK_PKGSRCDIR.gst-plugins1-gdk_pixbuf?= ../../graphics/gst-plugins1-gdk_pixbuf
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"

View File

@ -1,16 +1,33 @@
# $NetBSD: Makefile.common,v 1.43 2022/10/03 11:27:40 nia Exp $
# $NetBSD: Makefile.common,v 1.44 2022/12/16 21:08:08 adam Exp $
# used by audio/gst-plugins1-dts/Makefile
# used by audio/gst-plugins1-faac/Makefile
# used by audio/gst-plugins1-faad/Makefile
# used by audio/gst-plugins1-fluidsynth/Makefile
# used by audio/gst-plugins1-gme/Makefile
# used by audio/gst-plugins1-ladspa/Makefile
# used by audio/gst-plugins1-lv2/Makefile
# used by audio/gst-plugins1-modplug/Makefile
# used by audio/gst-plugins1-musepack/Makefile
# used by audio/gst-plugins1-sndfile/Makefile
# used by audio/gst-plugins1-soundtouch/Makefile
# used by graphics/gst-plugins1-webp/Makefile
# used by multimedia/gst-plugins1-aom/Makefile
# used by multimedia/gst-plugins1-egl-gl/Makefile
# used by multimedia/gst-plugins1-egl-opengl/Makefile
# used by multimedia/gst-plugins1-libde265/Makefile
# used by multimedia/gst-plugins1-openh264/Makefile
# used by multimedia/gst-plugins1-resindvd/Makefile
# used by multimedia/gst-plugins1-x265/Makefile
# used by net/gst-plugins1-rtmp/Makefile
DISTNAME= gst-plugins-bad-1.20.3
.include "../../multimedia/gstreamer1/version.mk"
DISTNAME= gst-plugins-bad-${GST_VERSION}
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-bad/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/
LICENSE= gnu-gpl-v2
# "error: 'for' loop initial declarations are only allowed in C99 mode"
USE_LANGUAGES= c99 c++
USE_TOOLS+= pkg-config
DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-bad/distinfo

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.20 2022/07/18 15:40:56 wiz Exp $
@comment $NetBSD: PLIST,v 1.21 2022/12/16 21:08:08 adam Exp $
bin/gst-transcoder-1.0
include/gstreamer-1.0/gst/audio/audio-bad-prelude.h
include/gstreamer-1.0/gst/audio/gstnonstreamaudiodecoder.h
@ -153,48 +153,48 @@ lib/gstreamer-1.0/libgstvmnc.so
lib/gstreamer-1.0/libgsty4mdec.so
lib/libgstadaptivedemux-1.0.so
lib/libgstadaptivedemux-1.0.so.0
lib/libgstadaptivedemux-1.0.so.0.2003.0
lib/libgstadaptivedemux-1.0.so.0.2004.0
lib/libgstbadaudio-1.0.so
lib/libgstbadaudio-1.0.so.0
lib/libgstbadaudio-1.0.so.0.2003.0
lib/libgstbadaudio-1.0.so.0.2004.0
lib/libgstbasecamerabinsrc-1.0.so
lib/libgstbasecamerabinsrc-1.0.so.0
lib/libgstbasecamerabinsrc-1.0.so.0.2003.0
lib/libgstbasecamerabinsrc-1.0.so.0.2004.0
lib/libgstcodecparsers-1.0.so
lib/libgstcodecparsers-1.0.so.0
lib/libgstcodecparsers-1.0.so.0.2003.0
lib/libgstcodecparsers-1.0.so.0.2004.0
lib/libgstcodecs-1.0.so
lib/libgstcodecs-1.0.so.0
lib/libgstcodecs-1.0.so.0.2003.0
lib/libgstcodecs-1.0.so.0.2004.0
lib/libgstinsertbin-1.0.so
lib/libgstinsertbin-1.0.so.0
lib/libgstinsertbin-1.0.so.0.2003.0
lib/libgstinsertbin-1.0.so.0.2004.0
lib/libgstisoff-1.0.so
lib/libgstisoff-1.0.so.0
lib/libgstisoff-1.0.so.0.2003.0
lib/libgstisoff-1.0.so.0.2004.0
lib/libgstmpegts-1.0.so
lib/libgstmpegts-1.0.so.0
lib/libgstmpegts-1.0.so.0.2003.0
lib/libgstmpegts-1.0.so.0.2004.0
lib/libgstphotography-1.0.so
lib/libgstphotography-1.0.so.0
lib/libgstphotography-1.0.so.0.2003.0
lib/libgstphotography-1.0.so.0.2004.0
lib/libgstplay-1.0.so
lib/libgstplay-1.0.so.0
lib/libgstplay-1.0.so.0.2003.0
lib/libgstplay-1.0.so.0.2004.0
lib/libgstplayer-1.0.so
lib/libgstplayer-1.0.so.0
lib/libgstplayer-1.0.so.0.2003.0
lib/libgstplayer-1.0.so.0.2004.0
lib/libgstsctp-1.0.so
lib/libgstsctp-1.0.so.0
lib/libgstsctp-1.0.so.0.2003.0
lib/libgstsctp-1.0.so.0.2004.0
lib/libgsttranscoder-1.0.so
lib/libgsttranscoder-1.0.so.0
lib/libgsturidownloader-1.0.so
lib/libgsturidownloader-1.0.so.0
lib/libgsturidownloader-1.0.so.0.2003.0
lib/libgsturidownloader-1.0.so.0.2004.0
lib/libgstwebrtc-1.0.so
lib/libgstwebrtc-1.0.so.0
lib/libgstwebrtc-1.0.so.0.2003.0
lib/libgstwebrtc-1.0.so.0.2004.0
lib/pkgconfig/gstreamer-bad-audio-1.0.pc
lib/pkgconfig/gstreamer-codecparsers-1.0.pc
lib/pkgconfig/gstreamer-insertbin-1.0.pc

View File

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.7 2022/07/29 15:14:48 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.8 2022/12/16 21:08:08 adam Exp $
BUILDLINK_TREE+= gst-plugins1-bad
@ -6,7 +6,7 @@ BUILDLINK_TREE+= gst-plugins1-bad
GST_PLUGINS1_BAD_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gst-plugins1-bad+= gst-plugins1-bad>=1.18.4
BUILDLINK_ABI_DEPENDS.gst-plugins1-bad?= gst-plugins1-bad>=1.18.5
BUILDLINK_ABI_DEPENDS.gst-plugins1-bad+= gst-plugins1-bad>=1.18.5
BUILDLINK_PKGSRCDIR.gst-plugins1-bad?= ../../multimedia/gst-plugins1-bad
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"

View File

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

View File

@ -1,13 +1,20 @@
# $NetBSD: Makefile.common,v 1.44 2022/07/18 15:40:56 wiz Exp $
# $NetBSD: Makefile.common,v 1.45 2022/12/16 21:08:08 adam Exp $
# used by audio/gst-plugins1-alsa/Makefile
# used by audio/gst-plugins1-cdparanoia/Makefile
# used by audio/gst-plugins1-libvisual/Makefile
# used by audio/gst-plugins1-opus/Makefile
# used by audio/gst-plugins1-vorbis/Makefile
# used by devel/gst-plugins1-pango/Makefile
# used by multimedia/gst-plugins1-ogg/Makefile
# used by multimedia/gst-plugins1-theora/Makefile
# used by x11/gst-plugins1-x11/Makefile
DISTNAME= gst-plugins-base-1.20.3
.include "../../multimedia/gstreamer1/version.mk"
DISTNAME= gst-plugins-base-${GST_VERSION}
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-base/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/
LICENSE= gnu-gpl-v2
# "error: 'for' loop initial declarations are only allowed in C99 mode"
USE_LANGUAGES= c99 c++

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.17 2022/07/18 15:40:56 wiz Exp $
@comment $NetBSD: PLIST,v 1.18 2022/12/16 21:08:08 adam Exp $
bin/gst-device-monitor-1.0
bin/gst-discoverer-1.0
bin/gst-play-1.0
@ -165,37 +165,37 @@ lib/gstreamer-1.0/libgstvideotestsrc.so
lib/gstreamer-1.0/libgstvolume.so
lib/libgstallocators-1.0.so
lib/libgstallocators-1.0.so.0
lib/libgstallocators-1.0.so.0.2003.0
lib/libgstallocators-1.0.so.0.2004.0
lib/libgstapp-1.0.so
lib/libgstapp-1.0.so.0
lib/libgstapp-1.0.so.0.2003.0
lib/libgstapp-1.0.so.0.2004.0
lib/libgstaudio-1.0.so
lib/libgstaudio-1.0.so.0
lib/libgstaudio-1.0.so.0.2003.0
lib/libgstaudio-1.0.so.0.2004.0
lib/libgstfft-1.0.so
lib/libgstfft-1.0.so.0
lib/libgstfft-1.0.so.0.2003.0
lib/libgstfft-1.0.so.0.2004.0
lib/libgstpbutils-1.0.so
lib/libgstpbutils-1.0.so.0
lib/libgstpbutils-1.0.so.0.2003.0
lib/libgstpbutils-1.0.so.0.2004.0
lib/libgstriff-1.0.so
lib/libgstriff-1.0.so.0
lib/libgstriff-1.0.so.0.2003.0
lib/libgstriff-1.0.so.0.2004.0
lib/libgstrtp-1.0.so
lib/libgstrtp-1.0.so.0
lib/libgstrtp-1.0.so.0.2003.0
lib/libgstrtp-1.0.so.0.2004.0
lib/libgstrtsp-1.0.so
lib/libgstrtsp-1.0.so.0
lib/libgstrtsp-1.0.so.0.2003.0
lib/libgstrtsp-1.0.so.0.2004.0
lib/libgstsdp-1.0.so
lib/libgstsdp-1.0.so.0
lib/libgstsdp-1.0.so.0.2003.0
lib/libgstsdp-1.0.so.0.2004.0
lib/libgsttag-1.0.so
lib/libgsttag-1.0.so.0
lib/libgsttag-1.0.so.0.2003.0
lib/libgsttag-1.0.so.0.2004.0
lib/libgstvideo-1.0.so
lib/libgstvideo-1.0.so.0
lib/libgstvideo-1.0.so.0.2003.0
lib/libgstvideo-1.0.so.0.2004.0
lib/pkgconfig/gstreamer-allocators-1.0.pc
lib/pkgconfig/gstreamer-app-1.0.pc
lib/pkgconfig/gstreamer-audio-1.0.pc

View File

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

View File

@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.20 2022/11/23 16:20:45 adam Exp $
# $NetBSD: Makefile,v 1.21 2022/12/16 21:08:08 adam Exp $
DISTNAME= gst-editing-services-1.20.3
.include "../../multimedia/gstreamer1/version.mk"
DISTNAME= gst-editing-services-${GST_VERSION}
PKGNAME= ${DISTNAME:S/gst-/gst-plugins1-/1}
PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-editing-services/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/modules/gst-editing-services.html
COMMENT= Open source multimedia framework - editing services plugin
LICENSE= gnu-lgpl-v2.1

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2022/07/18 15:48:53 wiz Exp $
@comment $NetBSD: PLIST,v 1.9 2022/12/16 21:08:08 adam Exp $
bin/ges-launch-1.0
include/gstreamer-1.0/ges/ges-asset.h
include/gstreamer-1.0/ges/ges-audio-source.h
@ -70,7 +70,7 @@ lib/gstreamer-1.0/libgstges.so
lib/gstreamer-1.0/libgstnle.so
lib/libges-1.0.so
lib/libges-1.0.so.0
lib/libges-1.0.so.0.2003.0
lib/libges-1.0.so.0.2004.0
lib/pkgconfig/gst-editing-services-1.0.pc
${PYSITELIB}/gi/overrides/GES.py
man/man1/ges-launch-1.0.1

View File

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.3 2021/11/15 22:53:58 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.4 2022/12/16 21:08:08 adam Exp $
BUILDLINK_TREE+= gst-plugins1-editing-services
@ -6,7 +6,7 @@ BUILDLINK_TREE+= gst-plugins1-editing-services
GST_PLUGINS1_EDITING_SERVICES_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gst-plugins1-editing-services+= gst-plugins1-editing-services>=1.16.0
BUILDLINK_ABI_DEPENDS.gst-plugins1-editing-services?= gst-plugins1-editing-services>=1.18.5
BUILDLINK_ABI_DEPENDS.gst-plugins1-editing-services+= gst-plugins1-editing-services>=1.18.5
BUILDLINK_PKGSRCDIR.gst-plugins1-editing-services?= ../../multimedia/gst-plugins1-editing-services
.include "../../multimedia/gstreamer1/buildlink3.mk"

View File

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

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2022/04/18 12:36:08 nia Exp $
# $NetBSD: Makefile,v 1.8 2022/12/16 21:08:08 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-egl-opengl/}
CATEGORIES= multimedia gnome
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-egl-opengl/}
CATEGORIES= multimedia gnome
COMMENT= Open source multimedia framework - AV1 plugin

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.12 2022/09/11 12:52:02 wiz Exp $
# $NetBSD: Makefile,v 1.13 2022/12/16 21:08:08 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/}
PKGREVISION= 2
CATEGORIES= multimedia gnome
COMMENT= Open source multimedia framework - good plugins

View File

@ -1,13 +1,31 @@
# $NetBSD: Makefile.common,v 1.42 2022/07/18 15:40:56 wiz Exp $
# $NetBSD: Makefile.common,v 1.43 2022/12/16 21:08:08 adam Exp $
# used by audio/gst-plugins1-flac/Makefile
# used by audio/gst-plugins1-jack/Makefile
# used by audio/gst-plugins1-lame/Makefile
# used by audio/gst-plugins1-mpg123/Makefile
# used by audio/gst-plugins1-oss/Makefile
# used by audio/gst-plugins1-osxaudio/Makefile
# used by audio/gst-plugins1-pulse/Makefile
# used by audio/gst-plugins1-speex/Makefile
# used by audio/gst-plugins1-twolame/Makefile
# used by audio/gst-plugins1-wavpack/Makefile
# used by graphics/gst-plugins1-aalib/Makefile
# used by graphics/gst-plugins1-cairo/Makefile
# used by graphics/gst-plugins1-gdk_pixbuf/Makefile
# used by graphics/gst-plugins1-jpeg/Makefile
# used by graphics/gst-plugins1-png/Makefile
# used by multimedia/gst-plugins1-gtk/Makefile
# used by multimedia/gst-plugins1-osxvideo/Makefile
# used by multimedia/gst-plugins1-v4l2/Makefile
# used by net/gst-plugins1-soup/Makefile
# used by x11/gst-plugins1-ximagesrc/Makefile
DISTNAME= gst-plugins-good-1.20.3
.include "../../multimedia/gstreamer1/version.mk"
DISTNAME= gst-plugins-good-${GST_VERSION}
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-good/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config

View File

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.5 2021/11/15 22:53:59 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.6 2022/12/16 21:08:08 adam Exp $
BUILDLINK_TREE+= gst-plugins1-good
@ -6,7 +6,7 @@ BUILDLINK_TREE+= gst-plugins1-good
GST_PLUGINS1_GOOD_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gst-plugins1-good+= gst-plugins1-good>=1.18.4
BUILDLINK_ABI_DEPENDS.gst-plugins1-good?= gst-plugins1-good>=1.18.5
BUILDLINK_ABI_DEPENDS.gst-plugins1-good+= gst-plugins1-good>=1.18.5
BUILDLINK_PKGSRCDIR.gst-plugins1-good?= ../../multimedia/gst-plugins1-good
.include "../../multimedia/gstreamer1/buildlink3.mk"

View File

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

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.8 2022/08/11 05:09:05 gutteridge Exp $
# $NetBSD: Makefile,v 1.9 2022/12/16 21:08:09 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-gtk/}
PKGREVISION= 1
CATEGORIES= multimedia x11 gnome
COMMENT= Open source multimedia framework - GTK plugin

View File

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.9 2022/08/11 05:09:05 gutteridge Exp $
# $NetBSD: buildlink3.mk,v 1.10 2022/12/16 21:08:09 adam Exp $
BUILDLINK_TREE+= gst-plugins1-gtk
@ -6,7 +6,7 @@ BUILDLINK_TREE+= gst-plugins1-gtk
GST_PLUGINS1_GTK_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gst-plugins1-gtk+= gst-plugins1-gtk>=1.16.0
BUILDLINK_ABI_DEPENDS.gst-plugins1-gtk?= gst-plugins1-gtk>=1.20.3nb1
BUILDLINK_ABI_DEPENDS.gst-plugins1-gtk+= gst-plugins1-gtk>=1.20.3nb1
BUILDLINK_PKGSRCDIR.gst-plugins1-gtk?= ../../multimedia/gst-plugins1-gtk
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"

View File

@ -1,19 +1,18 @@
# $NetBSD: Makefile,v 1.62 2022/07/25 01:01:53 tnn Exp $
# $NetBSD: Makefile,v 1.63 2022/12/16 21:08:09 adam Exp $
DISTNAME= gst-libav-1.20.3
.include "../../multimedia/gstreamer1/version.mk"
DISTNAME= gst-libav-${GST_VERSION}
PKGNAME= ${DISTNAME:S/gst/gst-plugins1/}
PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-libav/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/src/gst-libav/
COMMENT= GStreamer libav/ffmpeg plugin
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config perl
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config perl
.include "../../devel/meson/build.mk"
.include "../../lang/python/tool.mk"

View File

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

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2022/06/28 11:34:55 wiz Exp $
# $NetBSD: Makefile,v 1.13 2022/12/16 21:08:09 adam Exp $
DISTNAME= gst-omx-1.2.0
PKGNAME= ${DISTNAME:S/omx/plugins1-omx/}
@ -39,8 +39,6 @@ SUBST_MESSAGE.config= Fixing plugin config shared library paths.
SUBST_FILES.config= config/rpi/gstomx.conf
SUBST_SED.config= -e 's,/opt/vc,${PREFIX},g'
.include "../../misc/raspberrypi-userland/buildlink3.mk"
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.2.0
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2022/04/18 12:36:09 nia Exp $
# $NetBSD: Makefile,v 1.9 2022/12/16 21:08:09 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-resindvd/}
CATEGORIES= net gnome
CATEGORIES= multimedia gnome
COMMENT= Open source multimedia framework - DVD navigation plugin

View File

@ -1,15 +1,17 @@
# $NetBSD: Makefile.common,v 1.38 2022/07/18 15:40:56 wiz Exp $
# $NetBSD: Makefile.common,v 1.39 2022/12/16 21:08:09 adam Exp $
# used by audio/gst-plugins1-a52/Makefile
# used by audio/gst-plugins1-sid/Makefile
# used by multimedia/gst-plugins1-dvdread/Makefile
# used by multimedia/gst-plugins1-mpeg2dec/Makefile
# used by multimedia/gst-plugins1-x264/Makefile
DISTNAME= gst-plugins-ugly-1.20.3
.include "../../multimedia/gstreamer1/version.mk"
DISTNAME= gst-plugins-ugly-${GST_VERSION}
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-ugly/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config xgettext
DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-ugly/distinfo

View File

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.5 2021/12/08 16:02:24 adam Exp $
# $NetBSD: buildlink3.mk,v 1.6 2022/12/16 21:08:09 adam Exp $
BUILDLINK_TREE+= gst-plugins1-ugly
@ -6,7 +6,7 @@ BUILDLINK_TREE+= gst-plugins1-ugly
GST_PLUGINS1_UGLY_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gst-plugins1-ugly+= gst-plugins1-ugly>=1.18.4
BUILDLINK_ABI_DEPENDS.gst-plugins1-ugly?= gst-plugins1-ugly>=1.18.5
BUILDLINK_ABI_DEPENDS.gst-plugins1-ugly+= gst-plugins1-ugly>=1.18.5
BUILDLINK_PKGSRCDIR.gst-plugins1-ugly?= ../../multimedia/gst-plugins1-ugly
.include "../../multimedia/gstreamer1/buildlink3.mk"

View File

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

View File

@ -1,12 +1,13 @@
# $NetBSD: Makefile,v 1.8 2022/07/18 15:51:25 wiz Exp $
# $NetBSD: Makefile,v 1.9 2022/12/16 21:08:09 adam Exp $
DISTNAME= gstreamer-vaapi-1.20.3
.include "../../multimedia/gstreamer1/version.mk"
DISTNAME= gstreamer-vaapi-${GST_VERSION}
PKGNAME= ${DISTNAME:S/^gstreamer/gst-plugins1/1}
CATEGORIES= multimedia
MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer-vaapi/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/modules/gstreamer-vaapi.html
COMMENT= Open source multimedia framework - VA-API plugin
LICENSE= gnu-lgpl-v2.1

View File

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

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.9 2022/09/30 07:01:13 adam Exp $
# $NetBSD: Makefile,v 1.10 2022/12/16 21:08:09 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-ugly/-x264/}
PKGREVISION= 1
CATEGORIES= multimedia gnome
COMMENT= Open source multimedia framework - H.264/MPEG-4 encoder plugin

View File

@ -1,19 +1,18 @@
# $NetBSD: Makefile,v 1.61 2022/07/18 15:40:56 wiz Exp $
# $NetBSD: Makefile,v 1.62 2022/12/16 21:08:07 adam Exp $
DISTNAME= gstreamer-1.20.3
.include "version.mk"
DISTNAME= gstreamer-${GST_VERSION}
PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/}
CATEGORIES= multimedia
MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/
COMMENT= Open source multimedia framework
LICENSE= gnu-lgpl-v2
USE_TOOLS+= bison flex perl pkg-config xgettext
TEST_TARGET= check
FLEX_REQD= 2.5.31
USE_TOOLS+= bison flex perl pkg-config xgettext
TEST_TARGET= check
FLEX_REQD= 2.5.31
PYTHON_VERSIONS_INCOMPATIBLE= 27

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.24 2022/07/18 15:40:56 wiz Exp $
@comment $NetBSD: PLIST,v 1.25 2022/12/16 21:08:08 adam Exp $
bin/gst-inspect-1.0
bin/gst-launch-1.0
bin/gst-stats-1.0
@ -135,19 +135,19 @@ lib/gstreamer-1.0/libgstcoreelements.so
lib/gstreamer-1.0/libgstcoretracers.so
lib/libgstbase-1.0.so
lib/libgstbase-1.0.so.0
lib/libgstbase-1.0.so.0.2003.0
lib/libgstbase-1.0.so.0.2004.0
lib/libgstcheck-1.0.so
lib/libgstcheck-1.0.so.0
lib/libgstcheck-1.0.so.0.2003.0
lib/libgstcheck-1.0.so.0.2004.0
lib/libgstcontroller-1.0.so
lib/libgstcontroller-1.0.so.0
lib/libgstcontroller-1.0.so.0.2003.0
lib/libgstcontroller-1.0.so.0.2004.0
lib/libgstnet-1.0.so
lib/libgstnet-1.0.so.0
lib/libgstnet-1.0.so.0.2003.0
lib/libgstnet-1.0.so.0.2004.0
lib/libgstreamer-1.0.so
lib/libgstreamer-1.0.so.0
lib/libgstreamer-1.0.so.0.2003.0
lib/libgstreamer-1.0.so.0.2004.0
lib/pkgconfig/gstreamer-1.0.pc
lib/pkgconfig/gstreamer-base-1.0.pc
lib/pkgconfig/gstreamer-check-1.0.pc
@ -162,7 +162,7 @@ man/man1/gst-launch-1.0.1
man/man1/gst-stats-1.0.1
man/man1/gst-typefind-1.0.1
share/aclocal/gst-element-check-1.0.m4
share/gdb/auto-load${LOCALBASE}/lib/libgstreamer-1.0.so.0.2003.0-gdb.py
share/gdb/auto-load${LOCALBASE}/lib/libgstreamer-1.0.so.0.2004.0-gdb.py
share/gir-1.0/Gst-1.0.gir
share/gir-1.0/GstBase-1.0.gir
share/gir-1.0/GstCheck-1.0.gir

View File

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.7 2022/11/25 14:20:45 nia Exp $
# $NetBSD: buildlink3.mk,v 1.8 2022/12/16 21:08:08 adam Exp $
BUILDLINK_TREE+= gstreamer1
@ -6,7 +6,7 @@ BUILDLINK_TREE+= gstreamer1
GSTREAMER1_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.18.4
BUILDLINK_ABI_DEPENDS.gstreamer1?= gstreamer1>=1.20.2nb2
BUILDLINK_ABI_DEPENDS.gstreamer1+= gstreamer1>=1.20.2nb2
BUILDLINK_PKGSRCDIR.gstreamer1?= ../../multimedia/gstreamer1
BUILDLINK_INCDIRS.gstreamer1?= include/gstreamer-1.0

View File

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

View File

@ -0,0 +1,7 @@
# $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

View File

@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.24 2022/07/18 15:43:08 wiz Exp $
# $NetBSD: Makefile,v 1.25 2022/12/16 21:08:08 adam Exp $
DISTNAME= gst-python-1.20.3
.include "../../multimedia/gstreamer1/version.mk"
DISTNAME= gst-python-${GST_VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer1/}
CATEGORIES= multimedia
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-python/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gstreamer.freedesktop.org/
COMMENT= Python bindings for gstreamer1
LICENSE= gnu-lgpl-v2.1

View File

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

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.19 2022/10/26 10:31:48 wiz Exp $
# $NetBSD: Makefile,v 1.20 2022/12/16 21:08:11 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-rtmp/}
PKGREVISION= 1
CATEGORIES= net gnome
COMMENT= Open source multimedia framework - RTMP streaming plugin

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.39 2022/11/23 16:20:51 adam Exp $
# $NetBSD: Makefile,v 1.40 2022/12/16 21:08:11 adam Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-soup/}
PKGREVISION= 1
CATEGORIES= net gnome
COMMENT= Open source multimedia framework - HTML (soup) plugin