forked from pool/fluidsynth
Accepting request 932926 from multimedia:libs
- Update to 2.2.4: * Per-channel `ALL_SOUND_OFF` when seeking/stopping player * Fix windows related encoding problems * Rewind playlist when calling `fluid_player_play` after all loops are complete * Fix MinGW related static linking issues OBS-URL: https://build.opensuse.org/request/show/932926 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fluidsynth?expand=0&rev=63
This commit is contained in:
commit
539356536f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:695aedbfd53160fef7a9a1f66cd6d5cc8a5da0fd472eee458d82b848b6065f9a
|
||||
size 1741567
|
3
fluidsynth-2.2.4.tar.gz
Normal file
3
fluidsynth-2.2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83cb1dba04c632ede74f0c0717018b062c0e00b639722203b23f77a961afd390
|
||||
size 1746638
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 22 09:58:54 CET 2021 - tiwai@suse.de
|
||||
|
||||
- Update to 2.2.4:
|
||||
* Per-channel `ALL_SOUND_OFF` when seeking/stopping player
|
||||
* Fix windows related encoding problems
|
||||
* Rewind playlist when calling `fluid_player_play` after all loops are complete
|
||||
* Fix MinGW related static linking issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 15 12:11:47 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 3
|
||||
Name: fluidsynth
|
||||
Version: 2.2.2
|
||||
Version: 2.2.4
|
||||
Release: 0
|
||||
Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm)
|
||||
License: LGPL-2.1-or-later
|
||||
@ -28,7 +28,7 @@ Source0: https://github.com/FluidSynth/%{name}/archive/v%{version}.tar.gz
|
||||
Source1: %{name}.conf
|
||||
Source2: %{name}.service
|
||||
Source1000: baselibs.conf
|
||||
Patch0: harden_fluidsynth.service.patch
|
||||
Patch0: harden_fluidsynth.service.patch
|
||||
BuildRequires: cmake >= 3.1.0
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ladspa-devel
|
||||
|
Loading…
Reference in New Issue
Block a user