[oe-commits] [meta-openembedded] 02/13: fluidsynth: upgrade 2.0.7 -> 2.0.9

git at git.openembedded.org git at git.openembedded.org
Mon Nov 18 05:04:45 UTC 2019


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 5e67768a5c1afaae5f53f0f2b27e667d04605f69
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Sun Nov 17 22:13:01 2019 +0100

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

diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
index c4c623a..764ed37 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
@@ -4,9 +4,9 @@ SECTION = "libs/multimedia"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
 
-SRC_URI = "git://github.com/FluidSynth/fluidsynth.git"
-SRCREV = "62b38b1c66aec606f83b322bb03bd84810bbda41"
+SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=2.0.x"
+SRCREV = "c2f4683bf57f61451d14d219fdb25cf9f29cb7fe"
 S = "${WORKDIR}/git"
-PV = "2.0.7"
+PV = "2.0.9"
 
 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