From bd017b82ecf6aabda9ea58e2874989d62937baeda43e646771be4d361602da82 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 22 Nov 2021 07:44:17 +0000 Subject: [PATCH 1/3] Accepting request 932811 from home:derselbst:branches: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/932811 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=96 --- fluidsynth-2.2.2.tar.gz | 3 --- fluidsynth-2.2.4.tar.gz | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 fluidsynth-2.2.2.tar.gz create mode 100644 fluidsynth-2.2.4.tar.gz diff --git a/fluidsynth-2.2.2.tar.gz b/fluidsynth-2.2.2.tar.gz deleted file mode 100644 index 25b408b..0000000 --- a/fluidsynth-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:695aedbfd53160fef7a9a1f66cd6d5cc8a5da0fd472eee458d82b848b6065f9a -size 1741567 diff --git a/fluidsynth-2.2.4.tar.gz b/fluidsynth-2.2.4.tar.gz new file mode 100644 index 0000000..82fdab2 --- /dev/null +++ b/fluidsynth-2.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83cb1dba04c632ede74f0c0717018b062c0e00b639722203b23f77a961afd390 +size 1746638 From 404052057ebced3b9f58e2396e1f6248aaf82e956dca86e485d6f8d44e06e4a9 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 22 Nov 2021 08:03:14 +0000 Subject: [PATCH 2/3] fix missing update of fluidsynth.spec OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=97 --- fluidsynth.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluidsynth.spec b/fluidsynth.spec index 3529496..4fa84b8 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -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 From 1cf9df3907ab71e59729e8a9468f6de1ee54bc96894a216e116cdb0d46586eda Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 22 Nov 2021 08:59:17 +0000 Subject: [PATCH 3/3] - 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/package/show/multimedia:libs/fluidsynth?expand=0&rev=98 --- fluidsynth.changes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fluidsynth.changes b/fluidsynth.changes index 5e5f693..848ca29 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -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