pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/SDL3_mixer



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 30 16:26:29 UTC 2026

Modified Files:
        pkgsrc/audio/SDL3_mixer: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/SDL3_mixer/Makefile \
    pkgsrc/audio/SDL3_mixer/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/SDL3_mixer/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/SDL3_mixer/Makefile
diff -u pkgsrc/audio/SDL3_mixer/Makefile:1.1 pkgsrc/audio/SDL3_mixer/Makefile:1.2
--- pkgsrc/audio/SDL3_mixer/Makefile:1.1        Sat Apr 18 15:08:09 2026
+++ pkgsrc/audio/SDL3_mixer/Makefile    Tue Jun 30 16:26:29 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2026/04/18 15:08:09 js Exp $
+# $NetBSD: Makefile,v 1.2 2026/06/30 16:26:29 adam Exp $
 
-DISTNAME=      SDL3_mixer-3.2.0
+DISTNAME=      SDL3_mixer-3.2.4
 CATEGORIES=    audio devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL_mixer
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/libsdl-org/
 COMMENT=       Sample multi-channel audio mixer library
 LICENSE=       zlib
 
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=    pkg-config
 
 # Don't dynamically load things - we build it with support for it.
 CMAKE_CONFIGURE_ARGS+= -DSDLMIXER_DEPS_SHARED=OFF
Index: pkgsrc/audio/SDL3_mixer/distinfo
diff -u pkgsrc/audio/SDL3_mixer/distinfo:1.1 pkgsrc/audio/SDL3_mixer/distinfo:1.2
--- pkgsrc/audio/SDL3_mixer/distinfo:1.1        Sat Apr 18 15:08:09 2026
+++ pkgsrc/audio/SDL3_mixer/distinfo    Tue Jun 30 16:26:29 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2026/04/18 15:08:09 js Exp $
+$NetBSD: distinfo,v 1.2 2026/06/30 16:26:29 adam Exp $
 
-BLAKE2s (SDL3_mixer-3.2.0.tar.gz) = 85c5547d79e56bec44540c94f41f8e4d88e878427ce86f7abfe6419de53194e1
-SHA512 (SDL3_mixer-3.2.0.tar.gz) = 7cc70664540b005b09febd3795380ab81362707b5a55939ec7c315958503bd327c4d7f7fd1664ac3bf710f4c13f02a1de25ff04bd10f9ee27cd2508374064b1e
-Size (SDL3_mixer-3.2.0.tar.gz) = 4946591 bytes
+BLAKE2s (SDL3_mixer-3.2.4.tar.gz) = 74e5d423c612546e2a0206304b088418904c909f1b308bf24afec11e4c981604
+SHA512 (SDL3_mixer-3.2.4.tar.gz) = cfbd23bc1a730371b8b8232b8b72f6187a84e0fc6fb80ae0e546b023e1a7acb6115da3e010a4e1cdc3a6a8f7a4506ee1c110127cbb91f1094807da9c462e5b77
+Size (SDL3_mixer-3.2.4.tar.gz) = 5161139 bytes

Index: pkgsrc/audio/SDL3_mixer/PLIST
diff -u pkgsrc/audio/SDL3_mixer/PLIST:1.2 pkgsrc/audio/SDL3_mixer/PLIST:1.3
--- pkgsrc/audio/SDL3_mixer/PLIST:1.2   Mon Apr 27 08:10:48 2026
+++ pkgsrc/audio/SDL3_mixer/PLIST       Tue Jun 30 16:26:29 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2026/04/27 08:10:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/06/30 16:26:29 adam Exp $
 include/SDL3_mixer/SDL_mixer.h
 lib/cmake/SDL3_mixer/FindFLAC.cmake
 lib/cmake/SDL3_mixer/FindFluidSynth.cmake
@@ -19,6 +19,6 @@ lib/cmake/SDL3_mixer/SDL3_mixerConfig.cm
 lib/cmake/SDL3_mixer/SDL3_mixerConfigVersion.cmake
 lib/libSDL3_mixer.so
 lib/libSDL3_mixer.so.0
-lib/libSDL3_mixer.so.0.2.0
+lib/libSDL3_mixer.so.0.2.4
 lib/pkgconfig/sdl3-mixer.pc
 share/licenses/SDL3_mixer/LICENSE.txt



Home | Main Index | Thread Index | Old Index