./audio/SDL2_mixer, Sample multi-channel audio mixer library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.8.0, Package name: SDL2_mixer-2.8.0, Maintainer: pkgsrc-users

SDL_mixer is a sample multi-channel audio mixer library. It supports any number
of simultaneously playing channels of 16 bit stereo audio, plus a single channel
of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and
SMPEG MP3 libraries.

As of SDL_mixer 1.2.7, FLAC, MikMod, Ogg Vorbis and MP3 loading libraries are
dynamically loaded, so if you don't need to load those formats, you don't need
to include those shared libraries.


Required to run:
[audio/libmodplug] [audio/flac] [audio/mpg123] [audio/libvorbis] [devel/SDL2] [audio/opusfile]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 10619.601 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-19 19:13:51 by Thomas Klausner | Files touched by this commit (6) | Package updated
Log message:
SDL2_mixer: update to 2.8.0.

2.8.0:
 * Added support for loading wavpack sound files (https://www.wavpack.com/)
 * Added support for loading classic console sound files using Game_Music_Emu \ 
(https://github.com/libgme/game-music-emu)
 * Use minimp3 instead of dr_mp3 as the default backend for MP3 music
 * Use libxmp instead of modplug as the default backend for MOD music
   To use libmodplug instead, configure using --enable-music-mod-modplug \ 
--disable-music-mod-xmp
 * Added support for FLAC audio in Ogg containers
 * Added Mix_PauseAudio() to pause and resume all audio playback
 * Added Mix_GetNumTracks() and Mix_StartTrack() for managing tracks in GME files

2.6.2:
 * Updated autotools to use ax_compute_relative_paths, fixing homebrew on macOS

2.6.1:
 * Fixed issue with incorrect version reported by pkg-config

2.6.0:
 * Added support for building with CMake
 * Added support for playing Ogg files using stb_vorbis, which is now the \ 
default Vorbis backend.
   To use libvorbis instead, configure using --disable-music-ogg-stb \ 
--enable-music-ogg-vorbis
 * Added support for playing FLAC files using dr_flac, which is now the default \ 
FLAC music backend.
   To use libflac instead, configure using --disable-music-flac-drflac \ 
--enable-music-flac-libflac
 * Added support for playing MP3 files using dr_mp3, which is now the default \ 
MP3 music backend.
   To use libmpg123 instead, configure using --disable-music-mp3-drmp3 \ 
--enable-music-mp3-mpg123
 * Added libxmp support for mod music playback. Modplug is still the default \ 
backend for MOD music.
   To use libxmp instead, configure using --disable-music-mod-modplug \ 
--enable-music-mod-xmp
 * Removed support for libmad as a MP3 music backend.
 * Removed support for libmikmod as a MOD music backend.
 * Added Mix_MasterVolume() for additional volume control over all channels
 * Update Mix_Init() return value to match documentation, including MIXER_INIT_* \ 
flags for already-initialized modules
 * Added Mix_HasMusicDecoder()
 * Memory leak fixes and F32 format support to fluidsynth player
 * Fixed distorted MIDI playback with FluidSynth if sample rate is out of \ 
library's limits
 * Added Mix_ModMusicJumpToOrder() for mod music formats
 * Enabled module internal loops in modplug player
 * Respect original mp3 file offset
 * Support setting soundfont via SDL_SOUNDFONTS in OSX native midi
 * Fixed mp3 file detection
 * Fixes to ogg playback on big-endian devices
 * Added functions to get metadata information:
    Mix_GetMusicTitle()
    Mix_GetMusicTitleTag()
    Mix_GetMusicArtistTag()
    Mix_GetMusicAlbumTag()
    Mix_GetMusicCopyrightTag()
 * Add functions to get loop point information:
    Mix_GetMusicLoopStartTime()
    Mix_GetMusicLoopEndTime()
    Mix_GetMusicLoopLengthTime()
 * Added Mix_GetMusicVolume() and Mix_GetMusicPosition()
 * Added Mix_MusicDuration() to return music duration in seconds
 * Fixed music_mpg123 seek bug when sample rate of the file and the stream don't \ 
match
 * Timidity improvements, added Mix_SetTimidityCfg()
 * Improved mp3 tag detection/skipping
 * Extended support for WAV files
 * Allow rmid files be opened by native midi
 * Fixed possible crash in win32 native midi
 * Prevent clipping due to volume settings in modplug music
 * Added looping support for Opus files
 * Added looping support for FLAC files
 * Improved OGG looping support
 * Fixed loading Opus audio as audio chunks
   2025-01-19 10:26:07 by Thomas Klausner | Files touched by this commit (1)
Log message:
SDL2_mixer: follow homepage redirect
   2024-05-06 20:01:31 by Nia Alarie | Files touched by this commit (6)
Log message:
import a legacy version of SDL2_mixer to go with the legacy SDL2.
   2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490)
Log message:
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
   2024-01-30 15:22:43 by Ryo ONODERA | Files touched by this commit (672)
Log message:
*: Recursive revbump from audio/pulseaudio-17.0
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687)
Log message:
*: Recursive revbump from audio/libopus 1.4
   2022-09-11 14:52:13 by Thomas Klausner | Files touched by this commit (670)
Log message:
*: bump PKGREVISION for flac shlib bump