From bcd3f4d65b71c4c340da9f6993f7b81cefa62f98 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 31 Dec 2021 18:29:23 +0100 Subject: fluidsynth: upgrade 2.2.3 -> 2.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: * Per-channel ALL_SOUND_OFF when seeking/stopping player (#980, thanks to @albedozero) * Fix windows related encoding problems (#984, thanks to @tsingakbar) * Rewind playlist when calling fluid_player_play after all loops are complete (#994, thanks to @albedozero) * Fix MinGW related static linking issues (#990, thanks to @realnc) 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 f709877bf7..978d05e74a 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;branch=master;protocol=https" -SRCREV = "926581851ed1a095ef5b8659f77b38272d57e624" +SRCREV = "6c807bdd37748411801e93c48fcd5789d5a6a278" S = "${WORKDIR}/git" -PV = "2.2.3" +PV = "2.2.4" inherit cmake pkgconfig lib_package -- cgit 1.2.3-korg