From c915552b704cb181bcb72e7379d61a95c5ac0c24 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 20 Jul 2021 08:14:05 +0200 Subject: fluidsynth: upgrade 2.2.1 -> 2.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: * The MIDI router now handles out-of-range parameters in a smarter manner (#891, thanks to @jjceresa) * Keep pedaling effective when the same note is played more than once (#905, thanks to @jjceresa) * Select soundfont samples by frequency instead of midi note numbers (#926, thanks to @Naturseptime) * Fix the sequencer's event ordering for NoteOn vel=0 events (#907) * libfluidsynth's import library was broken for MinGW builds (#874) * fluidsynth.exe short option -Q not working (#915, thanks to @pedrolcl) * Precompiled Android binaries didn't work (#894, #897) * Fix openMP detection for XCode 12.5 (#917) * Make audio.jack.autoconnect connect all available ports (#920) * Prevent MIDI Player from continuously suppressing notes (#935, thanks to @albedozero) * fluidsynth.pc now includes private libraries for static linking (#904) * Fix typos in code and documentation (#939, thanks to @luzpaz) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-multimedia') diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc index a8c8b4cd3a..51101e8e6d 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc @@ -5,8 +5,8 @@ LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" SRC_URI = "git://github.com/FluidSynth/fluidsynth.git" -SRCREV = "90a6c52e1c347d1c4283b0de9f860ed2fbc413bc" +SRCREV = "fc21d284dc7fcacdbc456f30228110a55e6e79f6" S = "${WORKDIR}/git" -PV = "2.2.1" +PV = "2.2.2" inherit cmake pkgconfig lib_package -- cgit v1.2.3-54-g00ecf