summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-11-17 22:13:01 +0100
committerKhem Raj <raj.khem@gmail.com>2019-11-17 21:02:14 -0800
commit5e67768a5c1afaae5f53f0f2b27e667d04605f69 (patch)
tree45bc7ba80bbc5b0a4f0e9df6519db576a26ca149
parent053433f7957f0b050d2eedda2bee8f104de39a4c (diff)
downloadmeta-openembedded-5e67768a5c1afaae5f53f0f2b27e667d04605f69.tar.gz
fluidsynth: upgrade 2.0.7 -> 2.0.9
>From announcement 2.0.9: * an implicitly declared function caused a pointer to int truncation in CoreAudio driver (#591) * fix a stack-based overflow in CoreAudio driver (#594, thanks to @fkmclane) >From announcement 2.0.8: * fix incorrect behavior of fluid_sample_set_sound_data() (#576, thanks to @swesterfeld) * fix voices being mixed incorrectly, causing audible crackle esp. at sample-rates >48kHz (#580) * make sure that defining NDEBUG disables assertions Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 c4c623ad99..764ed375ea 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
@@ -4,9 +4,9 @@ SECTION = "libs/multimedia"
4LICENSE = "LGPL-2.1" 4LICENSE = "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" 7SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=2.0.x"
8SRCREV = "62b38b1c66aec606f83b322bb03bd84810bbda41" 8SRCREV = "c2f4683bf57f61451d14d219fdb25cf9f29cb7fe"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10PV = "2.0.7" 10PV = "2.0.9"
11 11
12inherit cmake pkgconfig lib_package 12inherit cmake pkgconfig lib_package