head	1.2;
access;
symbols
	pkgsrc-2026Q2:1.1.0.2
	pkgsrc-2026Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2026.06.30.16.26.29;	author adam;	state Exp;
branches;
next	1.1;
commitid	SfZuvnbMcvzRcQLG;

1.1
date	2026.04.18.15.08.09;	author js;	state Exp;
branches;
next	;
commitid	hXoejMymO6Nw7sCG;


desc
@@


1.2
log
@SDL3_mixer: updated to 3.2.4

3.2.4

This is a stable bugfix release, with the following changes:

Added MIX_PROP_AUDIO_LOAD_IGNORE_LOOPS_BOOLEAN, to ignore looping information in an audio file's metadata
Fixed crash bug in MIX_SetTrackGroup()
Fixed crash in MIX_StopTrack(t, 0) if its MIX_TrackStoppedCallback destroys the track
Fixed crash when MIX_PROP_PLAY_MAX_* is less than the track's start position
Fixed unexpected decoding failures when using MIX_AudioDecoder
Fixed .OXM files being treated as Ogg Vorbis (they're actually mod files with embedded Vorbis samples)
Apps can set custom FluidSynth string settings (previously only ints and floats worked)
Various other small bugs and memory leaks fixed
@
text
@# $NetBSD: Makefile,v 1.1 2026/04/18 15:08:09 js Exp $

DISTNAME=	SDL3_mixer-3.2.4
CATEGORIES=	audio devel
MASTER_SITES=	${MASTER_SITE_GITHUB:=libsdl-org/}
GITHUB_PROJECT=	SDL_mixer
GITHUB_RELEASE=	release-${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/libsdl-org/SDL_mixer
COMMENT=	Sample multi-channel audio mixer library
LICENSE=	zlib

USE_TOOLS+=	pkg-config

# Don't dynamically load things - we build it with support for it.
CMAKE_CONFIGURE_ARGS+=	-DSDLMIXER_DEPS_SHARED=OFF
CMAKE_CONFIGURE_ARGS+=	-DSDLMIXER_VORBIS_STB=OFF
CMAKE_CONFIGURE_ARGS+=	-DSDLMIXER_EXAMPLES=OFF
CMAKE_CONFIGURE_ARGS+=	-DSDLMIXER_TESTS_INSTALL=OFF

.include "options.mk"
.include "../../devel/cmake/build.mk"
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/game-music-emu/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
BUILDLINK_API_DEPENDS.libxmp+=	libxmp>=4.2
.include "../../audio/libxmp/buildlink3.mk"
.include "../../audio/mpg123/buildlink3.mk"
.include "../../audio/opusfile/buildlink3.mk"
.include "../../audio/wavpack/buildlink3.mk"
.include "../../devel/SDL3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@Add audio/SDL3_mixer 3.2.0
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	SDL3_mixer-3.2.0
d14 1
a14 1
USE_TOOLS+=		pkg-config
@

