5ef29f188f
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
13 lines
392 B
Makefile
13 lines
392 B
Makefile
# $NetBSD: Makefile,v 1.5 2022/12/16 21:08:10 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-sndfile/}
|
|
CATEGORIES= audio gnome
|
|
|
|
COMMENT= Open source multimedia framework - libsndfile plugin
|
|
|
|
GST_EXT_BUILD= # defined
|
|
GST_PLUGINS+= sndfile
|
|
|
|
.include "../../multimedia/gst-plugins1-bad/Makefile.common"
|
|
.include "../../audio/libsndfile/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|