Skip to content

Commit 00c5797

Browse files
committed
fluidsynth: upgrade 2.1.6 -> 2.1.7
* a regression introduced in 2.1.0 prevented chorus from being audible when fluid_synth_process() was used (openembedded#751, thanks to @chirs241097) * a regression introduced in 2.0.6 prevented the MIDI player from restarting playback after all files have been played (openembedded#755, thanks to @rncbc) * fix a double-free violation introduced in 2.0.0 after executing the info shell command (openembedded#756) Signed-off-by: Andreas Müller <[email protected]>
1 parent 4144744 commit 00c5797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LICENSE = "LGPL-2.1"
55
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
66

77
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=2.1.x"
8-
SRCREV = "fd9bf6a6b0d10a984d2eb0e0e549700b7aa590ec"
8+
SRCREV = "e2d67ea77237046b703d537aec90620c22f7f629"
99
S = "${WORKDIR}/git"
10-
PV = "2.1.6"
10+
PV = "2.1.7"
1111

1212
inherit cmake pkgconfig lib_package

0 commit comments

Comments
 (0)