Sync from SUSE:SLFO:Main fluidsynth revision 7a1e580b0164431fa4053b44d7fef836

This commit is contained in:
Adrian Schröter 2024-10-03 17:12:11 +02:00
parent f75bcbc81e
commit aebd2afdc8
4 changed files with 51 additions and 16 deletions

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

Binary file not shown.

View File

@ -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>
@ -72,7 +109,7 @@ Thu Mar 24 07:06:18 UTC 2022 - Dirk Müller <dmueller@suse.com>
* Prevent Modulation Envelope from being stuck in decay phase, causing
detuned voices and potentially other audible glitches for some soundfonts
* Fix a compilation issue with recent glib
-------------------------------------------------------------------
Sun Feb 6 12:52:36 UTC 2022 - Tom Mbrt <tom.mbrt@googlemail.com>
@ -162,7 +199,7 @@ Tue Mar 16 21:30:40 UTC 2021 - Dirk Müller <dmueller@suse.com>
* Rapidly changing channel panning could have caused audible artifacts (#768).
* Fix a use-after-free when loading malformed soundfonts (#808). Affects all
versions back to at least 1.1.2.
* The number of allowed LADSPA effect units has been increased.
* The number of allowed LADSPA effect units has been increased.
-------------------------------------------------------------------
Fri Jan 29 18:07:55 UTC 2021 - Tom Mbrt <tom.mbrt@googlemail.com>
@ -190,7 +227,7 @@ Mon Oct 19 11:05:56 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
- Refresh spec-file via spec-cleaner and manual optimizations.
- Add Requires:fluid-soundfont-gm.
- Add user fluidsynth and group audio.
- Add user fluidsynth and group audio.
- Add files: fluidsynth.conf and fluidsynth.service.
-------------------------------------------------------------------
@ -328,7 +365,7 @@ Fri Apr 19 07:59:57 UTC 2019 - Tom Mbrt <tom.mbrt@googlemail.com>
Sat Feb 23 08:44:53 UTC 2019 - Tom Mbrt <tom.mbrt@googlemail.com>
- Update to 2.0.4:
* introduce verbose error reporting for `fluid_settings_*` functions
* introduce verbose error reporting for `fluid_settings_*` functions
* avoid undefined behavior when `fopen()` directories
* improve compatibility with FreeBSD and DragonFlyBSD (#508, thanks to @t6)
* fix build when cross compiling (#501)
@ -506,7 +543,7 @@ Wed Sep 6 09:27:00 UTC 2017 - tom.mbrt@googlemail.com
-------------------------------------------------------------------
Sun Nov 22 16:47:50 UTC 2015 - idonmez@suse.com
- Add baselibs.conf as a source file
- Add baselibs.conf as a source file
-------------------------------------------------------------------
Sun Nov 22 09:33:11 UTC 2015 - tom.mbrt@googlemail.com
@ -534,7 +571,7 @@ Fri Sep 21 22:50:34 UTC 2012 - zaitor@opensuse.org
-------------------------------------------------------------------
Mon Jun 4 14:25:26 UTC 2012 - toddrme2178@gmail.com
- Added 32-bit compatibility library (needed by
- Added 32-bit compatibility library (needed by
gstreamer-0_10-plugins-buzztard-32bit )
-------------------------------------------------------------------
@ -576,7 +613,7 @@ Mon Oct 11 15:47:49 UTC 2010 - oliver.bengs@opensuse.org
- Updated to version 1.1.3:
+ Compilation with LADSPA enabled was broken in 1.1.2
+ Multichannel output broken when double precision was used
+ Multichannel output broken when double precision was used
+ Doxygen settings
+ Fix build problem with scummvm
+ Optimize by not starting unused threads with multicore rendering
@ -600,9 +637,9 @@ Fri Apr 2 08:09:19 UTC 2010 - davejplater@gmail.com
This is a rather major bug fix release to version 1.1.0.
FluidSynth 1.1.0 - "A More Solid Fluid", see Changes page for details.
http://fluidsynth.resonance.org/trac/wiki/ChangeLog1_1_0
This is the result of a 6 month development cycle and is the most
This is the result of a 6 month development cycle and is the most
significant release since 1.0.0!
-------------------------------------------------------------------
Mon Jul 27 15:53:19 CEST 2009 - tiwai@suse.de

View File

@ -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}