From 800d6125e30443c0ae97d51e82899fea1de35cb8e5a0d431f86c575e90f20840 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sun, 18 Jun 2023 08:36:10 +0000 Subject: [PATCH] Accepting request 1093142 from home:derselbst:branches:multimedia:libs - Update to 2.3.3 * Fix choppy sound when selecting pipewire output * Fix build issues on musl-based distros * Terminate MIDI player once internal synth-ticks overflow to prevent filling up the filesystem * Fix a bug that allowed playing notes outside of key and velocity ranges OBS-URL: https://build.opensuse.org/request/show/1093142 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=114 --- fluidsynth-2.3.1.tar.gz | 3 --- fluidsynth-2.3.3.tar.gz | 3 +++ fluidsynth.changes | 10 ++++++++++ fluidsynth.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 fluidsynth-2.3.1.tar.gz create mode 100644 fluidsynth-2.3.3.tar.gz diff --git a/fluidsynth-2.3.1.tar.gz b/fluidsynth-2.3.1.tar.gz deleted file mode 100644 index 9e0853f..0000000 --- a/fluidsynth-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d734e4cf488be763cf123e5976f3154f0094815093eecdf71e0e9ae148431883 -size 1758632 diff --git a/fluidsynth-2.3.3.tar.gz b/fluidsynth-2.3.3.tar.gz new file mode 100644 index 0000000..dc69c45 --- /dev/null +++ b/fluidsynth-2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321f7d3f72206b2522f30a1cb8ad1936fd4533ffc4d29dd335b1953c9fb371e6 +size 1774806 diff --git a/fluidsynth.changes b/fluidsynth.changes index a8ef84b..855a4f4 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 14 14:32:46 UTC 2023 - Tom Mbrt + +- Update to 2.3.3 + * Fix choppy sound when selecting pipewire output + * Fix build issues on musl-based distros + * Terminate MIDI player once internal synth-ticks overflow to prevent + filling up the filesystem + * Fix a bug that allowed playing notes outside of key and velocity ranges + ------------------------------------------------------------------- Wed Feb 15 12:35:28 UTC 2023 - Florian diff --git a/fluidsynth.spec b/fluidsynth.spec index 4599fb9..e844529 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -18,7 +18,7 @@ %define sover 3 Name: fluidsynth -Version: 2.3.1 +Version: 2.3.3 Release: 0 Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) License: LGPL-2.1-or-later