summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/fluidsynth
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-12-31 18:29:23 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-05 08:17:18 -0800
commitbcd3f4d65b71c4c340da9f6993f7b81cefa62f98 (patch)
treefdecaa38af465387b9ef587c9565a800b0932a21 /meta-multimedia/recipes-multimedia/fluidsynth
parenta696a0b3753a47d4e5f7c088f7f06bb90c76bf54 (diff)
downloadmeta-openembedded-bcd3f4d65b71c4c340da9f6993f7b81cefa62f98.tar.gz
fluidsynth: upgrade 2.2.3 -> 2.2.4
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 <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/fluidsynth')
-rw-r--r--meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
index f709877bf..978d05e74 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"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
6 6
7SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https" 7SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https"
8SRCREV = "926581851ed1a095ef5b8659f77b38272d57e624" 8SRCREV = "6c807bdd37748411801e93c48fcd5789d5a6a278"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10PV = "2.2.3" 10PV = "2.2.4"
11 11
12inherit cmake pkgconfig lib_package 12inherit cmake pkgconfig lib_package