SHA256
1
0
forked from pool/fluidsynth

Accepting request 892085 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/892085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fluidsynth?expand=0&rev=59
This commit is contained in:
Dominique Leuenberger 2021-05-12 17:31:44 +00:00 committed by Git OBS Bridge
commit c41451169d
4 changed files with 23 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:928fb16f307507485bd1d9b010dafba8c747bce5de2ba47ab1705944c87013b6
size 1507709

3
fluidsynth-2.2.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat May 8 19:58:48 UTC 2021 - Tom Mbrt <tom.mbrt@googlemail.com>
- Update to 2.2.1
* Make ALSA the default driver on Linux
* Coreaudio driver failed to initialize on MacOS 11
* WaveOut driver failed to initialize
* COM initialization in WASAPI driver is no longer performed in the
caller's context
* WASPI driver now supports reverb and chorus
* Handle SysEx GM/GM2 mode on, GS reset, and XG reset
* Old behaviour of `fluid_player_join` has been restored to prevent
infinite loop in client code
* The Soundfont loader code has been refactored, illegal generators
will now be skipped more consequently
- Replace deprecated %make_jobs macro with %cmake_build
-------------------------------------------------------------------
Wed Apr 7 15:03:44 CEST 2021 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
%define sover 3
Name: fluidsynth
Version: 2.2.0
Version: 2.2.1
Release: 0
Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm)
License: LGPL-2.1-or-later
@ -77,14 +77,14 @@ This package contains the shared library for Fluidsynth.
%cmake \
-DFLUID_DAEMON_ENV_FILE=%{_fillupdir}/sysconfig.%{name} \
-Denable-lash=0
%make_jobs
%cmake_build
%check
# depending on the distribution being built for, cmake
# may or may not create a 'build' subdirectory
%cmake
# cannot call ctest as the unit tests need to be compiled yet
%make_build check
%cmake_build check
%install
%cmake_install