aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-04-05 07:29:42 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-06 20:25:34 -0400
commita164804d76e86b418ed6ad9cd8de18db43f5fe7b (patch)
tree0b33043fa1adcd2c0aab65cb53418f553aa25bb6 /meta-multimedia
parent423a01e9ef6ba326a6fe534240a2adf50d2ce514 (diff)
downloadmeta-openembedded-contrib-a164804d76e86b418ed6ad9cd8de18db43f5fe7b.tar.gz
fluidsynth: upgrade 2.2.4 -> 2.2.6
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 <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc6
1 files 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