Changelog for
libzmusic1-1.1.14-7.1.i586.rpm :
* Sat Oct 12 2024 Jan Engelhardt
- Update to release 1.1.14
* Switch to libxmp for most tracker formats
* Switch to float output- Add system-libxmp.patch
* Wed Aug 28 2024 Jan Engelhardt - Add system-zlib.patch
* Tue Aug 27 2024 ming li - update to 1.1.13:
* Fixed incorrect number of bytes being reported to FluidSynth when relaying a SysEx message
* Added a GS DT1 MODE SET SysEx message after GM System Enable SysEx message to instruct the synth to switch to GS mode, if one is supported.
* Updated fluidsynth chorus and reverb setting limits.
* Mon Jan 15 2024 Dirk Müller - update to 1.1.12:
* fix crash when FluidSynth soundfont cannot be loaded
* fix velocities and volume on MUS input
* updated embedded libraries to new versions- drop 0001-Add-missing-standard-library-includes-fix-build-with.patch (upstream)
* Mon Mar 20 2023 Jan Engelhardt - Add 0001-Add-missing-standard-library-includes-fix-build-with.patch to make gcc 13 happy.
* Wed Nov 23 2022 Jan Engelhardt - Update to release 1.1.11
* Added missing check for AMF format in module loader.
* Fixed EMIDI track designation checks.- Add system-fluidsynth.patch
* Mon Jul 04 2022 Jan Engelhardt - Drop -msse/-msse2, CPUID guards do not help.
* Thu Jun 23 2022 Jan Engelhardt - Update to release 1.1.9
* Improve ALSA MIDI backend: No longer exclude builtin MIDI passthrough ports
* Add handling for KeyPress events and avoid calling snd_seq_sync_output_queue twice
* Add a 32-bit float sample type
* Add a new ZMusic_GetStreamInfoEx function
* Implement ZMusic_GetStreamInfo using GetStreamInfoEx
* Better handle various formats in SndFileSong
* Handle non-int16 samples in dumb_decode_vorbis
* Add missing GetStreamInfoEx for CDSong
* Fixes for gus and wildmidi emulation - fixed gus emulation not working with DMXGUS and DMXGUSC lump
* Sat May 29 2021 Ferdinand Thiessen - Update to release 1.1.8
* support dynamic loading of FluidSynth 2.2
* fixed file header in MIDI wave writer- Drop 0001-made-sndfile-imported-library-global.patch, was merged
* Sat Apr 10 2021 Jan Engelhardt - Update to release 1.1.6
* Add detection of Opus comment tags in Ogg files.
* Multiply master volume for module player by 4.- Add 0001-made-sndfile-imported-library-global.patch, dumb-dumb.patch.