Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

wildmidi-devel-0.5.0-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: wildmidi-devel Distribution: openSUSE Tumbleweed
Version: 0.5.0 Vendor: openSUSE
Release: 1.2 Build date: Sat Jul 25 10:09:02 2026
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 40931 Source RPM: wildmidi-0.5.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.mindwerks.net/projects/wildmidi
Summary: Development files for wildmidi
The wildmidi-devel package contains libraries and header files for
developing applications that use wildmidi.

Provides

Requires

License

LGPL-3.0-or-later

Changelog

* Sat Jul 25 2026 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.5.0
    * SoundFont2 (SF2) rendering support via TinySoundFont. Enabled
      by default, cmake configuration: WANT_SF2=ON. Pass either an
      .sf2 file, or a config file with a soundfont directive to
      WildMidi_Init().
    * Built-in OPL3 FM softsynth using the Nuked OPL3 emulator. Pass
      @opl3 to WildMidi_Init(), or use the player's -O/--opl3 switch
      to play MIDI files without any patch, soundfont, or bank files.
      The GM voice bank is embedded in the library.
    * GENMIDI (OP2) FM bank support: an .op2 bank, such as the one
      shipped with Doom, can be given to WildMidi_Init() in place of
      a config file, and is rendered through the OPL3 emulator.
    * HMP and HMI to MIDI converters: WildMidi_ConvertToMidi() and
      the player's -x/--tomidi switch now convert HMP and HMI files
      in addition to XMI and MUS (bug #181).
    * Support for playing and converting compressed ("mangled") HMP
      files as shipped by Gremlin Interactive games such as Fatal
      Racing / Whiplash.
    * Fix XMI looping / wrong duration issues (bug #149.)
    * Fix GUS patch handling to obey scale frequency and scale factor
      (bug #264.)
    * Find and use a GUS patch with neareset patchid in case of
      missing patches: 349_Jesu_meiner_Freuden_Freude.mid, for e.g.,
      now plays well with alternative patches instead of producing
      silence. (PR #254)
    * Discard extraneous end-of-track events in Type 1 MIDI files:
      Fixes certain midis from Rise of the Triad looping too soon.
    * Fix infinite loop when looping empty channels. (PR #263)
    * Fix certain notes ending too soon and excessive
      echo/reverb/sustain issues (bugs #229 and #230.)
    * Fix certain midis having breaks (bug #158.)
    * Support spaces in config files using quoted strings.
    * Hardened event-pool and mix-buffer growth against realloc
      failure across the Linear/Gauss/SF2 renderers; the event-setup
      helpers now propagate allocation errors instead of writing past
      the buffer.
    * Fix a possible double-free on library shutdown.
    * Fix player WAV writer not closing its output properly
      (0.4.6 bug).
    * Security hardening across the file parsers.
    * Assorted overflow guards.
    * Added Zig bindings (PR #260).
    * Cmake build system fixes, other minor fixes/clean-ups.
* Tue Oct 15 2024 Martin Hauke <mardnh@gmx.de>
  - Add baselibs.conf
* Thu Apr 11 2024 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.4.6
    * A lot of player cleanup and refactoring.
    * Ability to choose which audio output backends to include in the
      build system: see the cmake script for the relevant WANT_???
      options. Player's --help command line switch lists the available
      backends.
    * Improved pkg-config file generation in cmake script.
    * Other minor source clean-ups.
    * CMake project clean-ups. Cmake v3.4 or newer is now required.
* Sat Jan 14 2023 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.4.5
    * Fixed MUS drum channels 9 and 15 being swapped if the same file
      is played twice from the same memory buffer.
    * Player: Fixed save midi reading wrong argv if there are no path
      seperators.
    * Other code and build system clean-ups.
* Sun Mar 21 2021 Martin Hauke <mardnh@gmx.de>
  - Update to versino 0.4.4
    * Fixed integer overflow in midi parser sample count calculation.
    * Fixed 8 bit ping pong GUS patch loaders.
    * Fixed wrong variable use in reverb code.
    * Reset block status of tty after playback.
    * Fixed broken file name handling for 'save as midi' command
      during playback.
    * Clamp MUS volume commands.
* Sat Feb 15 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 08 2018 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 0.4.2
    * Fixed CVE-2017-11661, CVE-2017-11662, CVE-2017-11663,
      CVE-2017-11664 (Bug #175).
    * Fixed WildMidi_Open() might read beyond buffer with too
      short inputs (Bug #178).
    * Fixed a buffer overflow during playback with malformed midi
      files (Bug #180).
    * GUS patch processing changes to meet users expectations (Bug
      [#132]).
    * Worked around a build failure with newer FreeBSD versions
      failing to retrieve the ONLCR constant (Bug #171).
    * Fixed a minor Windows unicode issue (PR #170).
    * A few other fixes / clean-ups.
  - Spec cleanup
* Sun Aug 28 2016 vilene@posteo.net
  - Initial openSUSE package based on Fedora’s

Files

/usr/include/wildmidi_lib.h
/usr/lib64/cmake/WildMidi
/usr/lib64/cmake/WildMidi/WildMidiConfig.cmake
/usr/lib64/cmake/WildMidi/WildMidiConfigVersion.cmake
/usr/lib64/cmake/WildMidi/WildMidiTargets-relwithdebinfo.cmake
/usr/lib64/cmake/WildMidi/WildMidiTargets.cmake
/usr/lib64/libWildMidi.so
/usr/lib64/pkgconfig/wildmidi.pc
/usr/share/man/man3/WildMidi_ClearError.3.gz
/usr/share/man/man3/WildMidi_Close.3.gz
/usr/share/man/man3/WildMidi_ConvertBufferToMidi.3.gz
/usr/share/man/man3/WildMidi_ConvertToMidi.3.gz
/usr/share/man/man3/WildMidi_FastSeek.3.gz
/usr/share/man/man3/WildMidi_GetError.3.gz
/usr/share/man/man3/WildMidi_GetInfo.3.gz
/usr/share/man/man3/WildMidi_GetLyric.3.gz
/usr/share/man/man3/WildMidi_GetMidiOutput.3.gz
/usr/share/man/man3/WildMidi_GetOutput.3.gz
/usr/share/man/man3/WildMidi_GetString.3.gz
/usr/share/man/man3/WildMidi_GetVersion.3.gz
/usr/share/man/man3/WildMidi_Init.3.gz
/usr/share/man/man3/WildMidi_InitVIO.3.gz
/usr/share/man/man3/WildMidi_MasterVolume.3.gz
/usr/share/man/man3/WildMidi_Open.3.gz
/usr/share/man/man3/WildMidi_OpenBuffer.3.gz
/usr/share/man/man3/WildMidi_SetCvtOption.3.gz
/usr/share/man/man3/WildMidi_SetOption.3.gz
/usr/share/man/man3/WildMidi_Shutdown.3.gz
/usr/share/man/man3/WildMidi_SongSeek.3.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 01:54:38 2026