File:  [cvs.NetBSD.org] / pkgsrc / multimedia / gstreamer1 / version.mk
Revision 1.15: download - view: text, annotated - select for diffs
Mon Jul 1 14:04:46 2024 UTC (8 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: HEAD
gstreamer1: updated to 1.24.5

GStreamer 1.24.5

Highlighted bugfixes:

webrtcsink: Support for AV1 via nvav1enc, av1enc or rav1enc encoders
AV1 RTP payloader/depayloader fixes to work correctly with Chrome and Pion WebRTC
av1parse, av1dec error handling/robustness improvements
av1enc: Handle force-keyunit events properly for WebRTC
decodebin3: selection and collection handling improvements
hlsdemux2: Various fixes for discontinuities, variant switching, playlist updates
qml6glsink: fix RGB format support
rtspsrc: more control URL handling fixes
v4l2src: Interpret V4L2 report of sync loss as video signal loss
d3d12 encoder, memory and videosink fixes
vtdec: more robust error handling, fix regression
ndi: support for NDI SDK v6
Various bug fixes, memory leak fixes, and other stability and reliability improvements

# $NetBSD: version.mk,v 1.15 2024/07/01 14:04:46 adam Exp $

GST_VERSION=	1.24.5
# if ${PATCH} is < 10
SHLIBVER=	${GST_VERSION:S/1.//:S/./0/}
#else
#SHLIBVER=	${GST_VERSION:S/1.//:S/.//}
PLIST_SUBST+=	SHLIBVER=${SHLIBVER}

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

CVSweb <webmaster@jp.NetBSD.org>