diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-11-20 19:14:19 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-20 12:07:09 -0800 |
commit | 7ba126e9df599f6fb121f9681687c42f67ac5a17 (patch) | |
tree | c8b1365f2eeae54b1df7e7260b0f8de2db27003d /meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | |
parent | de3d9b76d4a997c2fb391d12398f69bfc6e6716b (diff) | |
download | meta-openembedded-7ba126e9df599f6fb121f9681687c42f67ac5a17.tar.gz |
fluidsynth: upgrade 2.2.2 -> 2.2.3
Release notes:
* FluidSynth did not build on macOS 10.5 and earlier (#946, thanks to @evanmiller)
* Fix build with CMake <3.7 (#944, thanks to @komh)
* Fix a NULL dereference in delete_fluid_ladspa_effect() (#963)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc')
-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 e2f490072..f709877bf 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;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https" |
8 | SRCREV = "fc21d284dc7fcacdbc456f30228110a55e6e79f6" | 8 | SRCREV = "926581851ed1a095ef5b8659f77b38272d57e624" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | PV = "2.2.2" | 10 | PV = "2.2.3" |
11 | 11 | ||
12 | inherit cmake pkgconfig lib_package | 12 | inherit cmake pkgconfig lib_package |