File:  [cvs.NetBSD.org] / pkgsrc / multimedia / gst-plugins1-good / Makefile
Revision 1.35: download - view: text, annotated - select for diffs
Tue Jan 14 10:16:18 2025 UTC (2 months, 1 week ago) by adam
Branches: MAIN
CVS tags: HEAD
gstreamer1: updated to 1.24.11

GStreamer 1.24.11 stable bug fix release

The GStreamer team is pleased to announce another bug fix release in the new stable 1.24 release series of your favourite cross-platform multimedia framework!

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

Highlighted bugfixes:

playback: Fix SSA/ASS subtitles with embedded fonts
decklink: add missing video modes and fix 8K video modes
matroskamux: spec compliance fixes for audio-only files
onnx: disable onnxruntime telemetry
qtdemux: Fix base offset update when doing segment seeks
srtpdec: Fix a use-after-free issue
(uri)decodebin3: Fix stream change scenarios, possible deadlock on shutdown
video: fix missing alpha flag in AV12 format description
avcodecmap: Add some more channel position mappings
cerbero bootstrap fixes for Windows 11
Various bug fixes, build fixes, memory leak fixes, and other stability and reliability improvements

# $NetBSD: Makefile,v 1.35 2025/01/14 10:16:18 adam Exp $

PKGNAME=	${DISTNAME:S/plugins/plugins1/}
CATEGORIES=	multimedia gnome

COMMENT=	Open source multimedia framework - good plugins

USE_TOOLS+=	xgettext

# Feature options for plugins without external deps
GST_PLUGINS+=	alpha
GST_PLUGINS+=	apetag
GST_PLUGINS+=	audiofx
GST_PLUGINS+=	audioparsers
GST_PLUGINS+=	auparse
GST_PLUGINS+=	autodetect
GST_PLUGINS+=	avi
GST_PLUGINS+=	cutter
GST_PLUGINS+=	debugutils
GST_PLUGINS+=	deinterlace
GST_PLUGINS+=	dtmf
GST_PLUGINS+=	effectv
GST_PLUGINS+=	equalizer
GST_PLUGINS+=	flv
GST_PLUGINS+=	flx
GST_PLUGINS+=	goom
GST_PLUGINS+=	goom2k1
GST_PLUGINS+=	icydemux
GST_PLUGINS+=	id3demux
GST_PLUGINS+=	imagefreeze
GST_PLUGINS+=	interleave
GST_PLUGINS+=	isomp4
GST_PLUGINS+=	law
GST_PLUGINS+=	level
GST_PLUGINS+=	matroska
GST_PLUGINS+=	monoscope
GST_PLUGINS+=	multifile
GST_PLUGINS+=	multipart
GST_PLUGINS+=	replaygain
GST_PLUGINS+=	rtp
GST_PLUGINS+=	rtpmanager
GST_PLUGINS+=	rtsp
GST_PLUGINS+=	shapewipe
GST_PLUGINS+=	smpte
GST_PLUGINS+=	spectrum
GST_PLUGINS+=	udp
GST_PLUGINS+=	videobox
GST_PLUGINS+=	videocrop
GST_PLUGINS+=	videofilter
GST_PLUGINS+=	videomixer
GST_PLUGINS+=	wavenc
GST_PLUGINS+=	wavparse
GST_PLUGINS+=	xingmux
GST_PLUGINS+=	y4m

GST_PLUGINS+=	nls
GST_PLUGINS+=	tests

.include "Makefile.common"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>