Accepting request 774624 from home:mnhauke:games

- Update to version 0.4.3
  * New API addition: WildMidi_InitVIO(). It is like WildMidi_Init(),
    but tells the library to use caller-provided functions for file IO.
    See wildmidi_lib.h or the man page WildMidi_InitVIO(3) for details.
  * Fixed a thinko in one of the buffer size checks added in v0.4.2.
  * Fixed possible out of bounds reads in sysex commands (bug #190).
  * Fixed invalid reads during config parse with short patch file names.
  * Do not treat a missing end-of-track marker as an error for type-0
    midi files (bug #183).
  * Fixed bad reading of high delta values in XMI converter (bug #199).
  * Fixed a memory leak when freeing a midi (bug #204).
  * Fixed slurred/echoy playback at quick tempos on looped instruments
    (bug #185).
  * Fixed certain midis sounding different compared to timidity, as if
    instruments not turned off (bug #186).
  * Fixed compilation on systems without libm.
  * Several clean-ups.

OBS-URL: https://build.opensuse.org/request/show/774624
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wildmidi?expand=0&rev=2
This commit is contained in:
Luigi Baldoni 2020-02-17 12:40:56 +00:00 committed by Git OBS Bridge
parent b5a85fb408
commit 78ebb3d9b4
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:551d43cb6de6019885f933a20b6f3205a92814f50da8b0d8bceac002b9a8109d
size 192441

3
wildmidi-0.4.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:498e5a96455bb4b91b37188ad6dcb070824e92c44f5ed452b90adbaec8eef3c5
size 196750

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Feb 15 21:01:25 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.4.3
* New API addition: WildMidi_InitVIO(). It is like WildMidi_Init(),
but tells the library to use caller-provided functions for file IO.
See wildmidi_lib.h or the man page WildMidi_InitVIO(3) for details.
* Fixed a thinko in one of the buffer size checks added in v0.4.2.
* Fixed possible out of bounds reads in sysex commands (bug #190).
* Fixed invalid reads during config parse with short patch file names.
* Do not treat a missing end-of-track marker as an error for type-0
midi files (bug #183).
* Fixed bad reading of high delta values in XMI converter (bug #199).
* Fixed a memory leak when freeing a midi (bug #204).
* Fixed slurred/echoy playback at quick tempos on looped instruments
(bug #185).
* Fixed certain midis sounding different compared to timidity, as if
instruments not turned off (bug #186).
* Fixed compilation on systems without libm.
* Several clean-ups.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 8 12:45:00 UTC 2018 - Luigi Baldoni <aloisio@gmx.com> Thu Nov 8 12:45:00 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -20,7 +20,7 @@
%define soname libWildMidi2 %define soname libWildMidi2
Name: wildmidi Name: wildmidi
Version: 0.4.2 Version: 0.4.3
Release: 0 Release: 0
Summary: Softsynth midi player Summary: Softsynth midi player
License: GPL-3.0-or-later License: GPL-3.0-or-later