diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-02-24 14:33:42 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-25 17:57:15 -0800 |
commit | 0af6e982368cec0981226c3434af457dd9e57af0 (patch) | |
tree | 4687b7396e0333444cd7ba55de88e6a55f3a1660 | |
parent | 047737ec1d9b68c1d198ab8fa369ae17c685647b (diff) | |
download | meta-openembedded-0af6e982368cec0981226c3434af457dd9e57af0.tar.gz |
fluidsynth: upgrade 2.1.0 -> 2.1.1
>From announcement:
* a regression introduced in 2.1.0 caused the jack audio driver to not correct a sample-rate mismatch (#607)
* pkg-config is now being to used to find readline (#606, thanks to @ffontaine)
* fix various typos in the documentation (#600, thanks to @luzpaz)
* fix a memory leak in the file renderer
* fix leaking memory when sequencer clients were not explicitly unregistered (#610)
* fix a heap-based use-after-free in jack driver (#613)
* fix the linker possibly not finding libinstpatch (#617, thanks to @realnc)
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.inc | 4 |
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 9ce65064dc..4fb622c46f 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" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git" | 7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git" |
8 | SRCREV = "37c9ae2bf431a764032f023b3b2c0c0b86b7c272" | 8 | SRCREV = "3b851da6f721fcf15ec0b935eba72707bdb53d7b" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | PV = "2.1.0" | 10 | PV = "2.1.1" |
11 | 11 | ||
12 | inherit cmake pkgconfig lib_package | 12 | inherit cmake pkgconfig lib_package |