Accepting request 880391 from home:mnhauke:games

- 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.

OBS-URL: https://build.opensuse.org/request/show/880391
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wildmidi?expand=0&rev=5
This commit is contained in:
Luigi Baldoni 2021-03-21 16:39:23 +00:00 committed by Git OBS Bridge
parent a928903197
commit d50237464d
4 changed files with 19 additions and 6 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f267c8d331e9859906837e2c197093fddec31829d2ebf7b958cf6b7ae935430
size 197597

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Mar 21 13:29:09 UTC 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 21:01:25 UTC 2020 - Martin Hauke <mardnh@gmx.de> Sat Feb 15 21:01:25 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package wildmidi # spec file for package wildmidi
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# Copyright (c) 2007-2016 Hans de Goede <j.w.r.degoede@hhs.nl> # Copyright (c) 2007-2016 Hans de Goede <j.w.r.degoede@hhs.nl>
# Copyright (c) 2016 Pauline Emily <vilene@posteo.net> # Copyright (c) 2016 Pauline Emily <vilene@posteo.net>
# #
@ -20,7 +20,7 @@
%define soname libWildMidi2 %define soname libWildMidi2
Name: wildmidi Name: wildmidi
Version: 0.4.3 Version: 0.4.4
Release: 0 Release: 0
Summary: Softsynth midi player Summary: Softsynth midi player
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -28,7 +28,7 @@ Group: Productivity/Multimedia/Sound/Midi
URL: https://www.mindwerks.net/projects/wildmidi URL: https://www.mindwerks.net/projects/wildmidi
Source: https://github.com/Mindwerks/wildmidi/archive/%{name}-%{version}.tar.gz Source: https://github.com/Mindwerks/wildmidi/archive/%{name}-%{version}.tar.gz
Source1: %{name}.cfg Source1: %{name}.cfg
BuildRequires: cmake BuildRequires: cmake >= 3.1
BuildRequires: dos2unix BuildRequires: dos2unix
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(alsa)
@ -87,6 +87,7 @@ install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/wildmidi
%{_includedir}/%{name}_lib.h %{_includedir}/%{name}_lib.h
%{_libdir}/libWildMidi.so %{_libdir}/libWildMidi.so
%{_libdir}/pkgconfig/wildmidi.pc %{_libdir}/pkgconfig/wildmidi.pc
%{_libdir}/cmake/WildMidi
%{_mandir}/man3/WildMidi_*.3%{?ext_man} %{_mandir}/man3/WildMidi_*.3%{?ext_man}
%files -n %{soname} %files -n %{soname}