Sync from SUSE:SLFO:Main fluidsynth revision 7a1e580b0164431fa4053b44d7fef836
This commit is contained in:
parent
f75bcbc81e
commit
aebd2afdc8
BIN
fluidsynth-2.3.3.tar.gz
(Stored with Git LFS)
BIN
fluidsynth-2.3.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
fluidsynth-2.3.5.tar.gz
(Stored with Git LFS)
Normal file
BIN
fluidsynth-2.3.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 09:08:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.3.5:
|
||||
* Fix setting `synth.chorus.speed` to its minimum value being
|
||||
reported as out of range
|
||||
* Fix a regression causing libinstpatch and libsndfile not to
|
||||
be discovered on Windows
|
||||
* Fix Pipewire audio driver not cleanly being destroy
|
||||
* Fix selection logic for XG drum banks
|
||||
* Add cmake flag `FLUID_HOST_COMPILER` to allow overriding
|
||||
default host compiler required during compilation
|
||||
* LASH support has been deprecated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 09:33:28 UTC 2024 - Takashi Iwai <tiwai@suse.com>
|
||||
|
||||
- Drop the leftover directory for the old system-wide service
|
||||
(bsc#1219124)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 15:00:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.3.4:
|
||||
* Fix a build failure when specifying `CMAKE_INSTALL_LIBDIR` as
|
||||
an absolute path (#1261, thanks to @OPNA2608)
|
||||
* Fix some MIDI files never finish playing (#1257, thanks to
|
||||
@joanbm)
|
||||
* Implement IPv6 to IPv4 fallback (#1208, thanks to @ivan-
|
||||
zaera)
|
||||
* Fix a build failure when using CMake's Xcode generator
|
||||
(#1266, thanks to @bradhowes)
|
||||
* Fix pipewire's Jack implementation not found by CMake (#1268,
|
||||
thanks to @pedrolcl)
|
||||
* Fix a regression causing the MIDI Player to terminate
|
||||
prematurely (#1272, thanks to @albedozero)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 14 14:32:46 UTC 2023 - Tom Mbrt <tom.mbrt@googlemail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fluidsynth
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 3
|
||||
Name: fluidsynth
|
||||
Version: 2.3.3
|
||||
Version: 2.3.5
|
||||
Release: 0
|
||||
Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm)
|
||||
License: LGPL-2.1-or-later
|
||||
@ -86,7 +86,6 @@ This package contains the shared library for Fluidsynth.
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}
|
||||
install -Dpm0644 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.%{name}
|
||||
install -Dpm0644 build/fluidsynth.service %{buildroot}%{_userunitdir}/%{name}.service
|
||||
mkdir %{buildroot}%{_sbindir}
|
||||
@ -110,7 +109,6 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc AUTHORS ChangeLog README.md THANKS TODO
|
||||
%dir %attr(-,%{name},audio) %{_localstatedir}/lib/%{name}
|
||||
%{_bindir}/%{name}
|
||||
%{_fillupdir}/sysconfig.%{name}
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user