Changelog for
libSDL2_mixer-2_0-0-2.8.0-46.3.x86_64.rpm :
* Sun Jul 28 2024 Jan Engelhardt
- Reintroduce baselibs.conf [boo#1227467]
* Fri Feb 02 2024 Jan Engelhardt - Link to libmpg123 again
* Sun Jan 21 2024 Jan Engelhardt - Update to release 2.8
* Added support for loading wavpack sound files, added support for loading classic console sound files using Game_Music_Emu
* 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
* Tue Feb 07 2023 Jan Engelhardt - Update to release 2.6.3
* Fixed tags memory leak in Opus music handling
* Sat Aug 20 2022 Jan Engelhardt - Update to release 2.6.2
* Build updates for non-Linux platforms
* Mon Jul 18 2022 munix9AATTgooglemail.com- Update to release 2.6.1
* This is a minor bug-fix release, fixing a packaging issue on Linux.
* Sat Jul 09 2022 Jan Engelhardt - Update to release 2.6.0
* 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
* Fixes to ogg playback on big-endian devices
* Added functions to get metadata information and loop point information (Mix_GetMusic
*)
* Extended support for WAV files
* Allow rmid files be opened by native midi
* Prevent clipping due to volume settings in modplug music
* Added looping support for Opus, FLAC files
* Improved OGG looping support- Switch from libmodplug to libxmp as backend for tracker files- Rename -devel subpackage based on SRPM name- Drop 0001-use-after-free-fluidsynth.patch (merged)- Drop baselibs.conf (no SDL2_mixer-dependent Tumbleweed packages themselves have baselibs).
* Thu Jan 21 2021 Tom Mbrt - Add 0001-use-after-free-fluidsynth.patch to prevent fluidsynth >= 2.1.6 from crashing: https://hg.libsdl.org/SDL_mixer/rev/b0afe341a91d
* Tue Sep 15 2020 Jan Engelhardt - Demote Recommends to Suggests.
* Tue Mar 05 2019 Martin Hauke - Update to version 2.0.4
* Removed smpeg support for mp3 music, now that it\'s replaced by libmpg123.
* Fixed mp3 mad decoder to skip tags, which otherwise would lead to crashes.
* Added support for Opus music playback using opusfile library.- Update to version 2.0.3
* Fixed regression where Mix_Init() would return 0 for available music formats.- Remove patch:
* SDL2_mixer-only-load-required-interfaces.patch (fixed by upstream)