[oe-commits] [meta-openembedded] 06/08: fluidsynth: upgrade 2.1.0 -> 2.1.1

git at git.openembedded.org git at git.openembedded.org
Mon Feb 24 18:03:23 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 2859c8683a1fe4325ca01469e65ad8e837be271b
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Mon Feb 24 14:33:42 2020 +0100

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
index 9ce6506..4fb622c 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"
-SRCREV = "37c9ae2bf431a764032f023b3b2c0c0b86b7c272"
+SRCREV = "3b851da6f721fcf15ec0b935eba72707bdb53d7b"
 S = "${WORKDIR}/git"
-PV = "2.1.0"
+PV = "2.1.1"
 
 inherit cmake pkgconfig lib_package

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list