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>
This commit is contained in:
Andreas Müller
2021-11-20 19:14:19 +01:00
committed by Khem Raj
parent de3d9b76d4
commit 7ba126e9df
@@ -5,8 +5,8 @@ LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https"
SRCREV = "fc21d284dc7fcacdbc456f30228110a55e6e79f6"
SRCREV = "926581851ed1a095ef5b8659f77b38272d57e624"
S = "${WORKDIR}/git"
PV = "2.2.2"
PV = "2.2.3"
inherit cmake pkgconfig lib_package