From d1c915071a158c6997bc922c7a71af541c58197641f03337b8c4b2d48e64ac5a Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 28 Oct 2019 17:02:51 +0000 Subject: [PATCH] Accepting request 743574 from home:derselbst:branches:multimedia:libs - Update to 2.0.8 * fix incorrect behavior of `fluid_sample_set_sound_data()` * fix voices being mixed incorrectly, causing audible crackle esp. at sample-rates >48kHz * make sure that defining `NDEBUG` disables assertions OBS-URL: https://build.opensuse.org/request/show/743574 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=66 --- fluidsynth-2.0.7.tar.gz | 3 --- fluidsynth-2.0.8.tar.gz | 3 +++ fluidsynth.changes | 9 +++++++++ fluidsynth.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 fluidsynth-2.0.7.tar.gz create mode 100644 fluidsynth-2.0.8.tar.gz diff --git a/fluidsynth-2.0.7.tar.gz b/fluidsynth-2.0.7.tar.gz deleted file mode 100644 index 79af354..0000000 --- a/fluidsynth-2.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b68876d24c7fb34575ffa389bcfe8e61a24f1cf1da8ec6c3b2053efde98d0320 -size 1315250 diff --git a/fluidsynth-2.0.8.tar.gz b/fluidsynth-2.0.8.tar.gz new file mode 100644 index 0000000..73500b6 --- /dev/null +++ b/fluidsynth-2.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c37e72db31d1b35e587b94b7163d68444cffaa9e7fe8a293d79957620bff117 +size 1316137 diff --git a/fluidsynth.changes b/fluidsynth.changes index 9ea6ba5..82896e5 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 28 16:20:41 UTC 2019 - Tom Mbrt + +- Update to 2.0.8 + * fix incorrect behavior of `fluid_sample_set_sound_data()` + * fix voices being mixed incorrectly, causing audible crackle esp. + at sample-rates >48kHz + * make sure that defining `NDEBUG` disables assertions + ------------------------------------------------------------------- Thu Oct 10 17:25:18 UTC 2019 - Tom Mbrt diff --git a/fluidsynth.spec b/fluidsynth.spec index ba7ff7e..aa9e4d6 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -24,7 +24,7 @@ %endif Name: fluidsynth -Version: 2.0.7 +Version: 2.0.8 Release: 0 Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) License: LGPL-2.1-or-later