From a164804d76e86b418ed6ad9cd8de18db43f5fe7b Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 5 Apr 2022 07:29:42 +0200 Subject: fluidsynth: upgrade 2.2.4 -> 2.2.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fluidsynth 2.2.5 * Fix a build failure with CMake < 3.12 (#1003, thanks to @komh) * OSS and MidiShare drivers are now deprecated (#1010) * Prevent samples accidentally having their loops disabled (#1017) * Fix framework installation on MacOS (#1029, thanks to @pedrolcl) Pls. note that fluidsynth 2.3.0 will require CMake >= 3.13 fluidsynth 2.2.6 * Undeprecation and minor revisal of the OSS driver (#1038) * Minor improvements to CoreAudio and CoreMidi drivers (#1047, thanks to @bradhowes) * Fix sustained voices being held after ALL_CTRL_OFF (#1049) * Fix clobbering of PORTAMENTO_CTRL after ALL_CRTL_OFF (#1050) * Prevent Modulation Envelope from being stuck in decay phase, causing detuned voices and potentially other audible glitches for some soundfonts (#1059) * Fix a compilation issue with recent glib (#1063, thanks to @devingryu) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc index 218a51fc48..14d09e5f0b 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc @@ -4,9 +4,9 @@ SECTION = "libs/multimedia" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" -SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https" -SRCREV = "6c807bdd37748411801e93c48fcd5789d5a6a278" +SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=2.2.x;protocol=https" +SRCREV = "8b00644751578ba67b709a827cbe5133d849d339" S = "${WORKDIR}/git" -PV = "2.2.4" +PV = "2.2.6" inherit cmake pkgconfig lib_package -- cgit v1.2.3-54-g00ecf