pkgsrc/audio/gst-plugins1-opus/Makefile
wiz ff4b7afae6 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
2023-06-02 16:09:45 +00:00

14 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.6 2023/06/02 16:09:45 wiz Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-base/-opus/}
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - Opus audio plugin
GST_EXT_BUILD= # defined
GST_PLUGINS+= opus
.include "../../multimedia/gst-plugins1-base/Makefile.common"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../audio/libopus/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"