mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
fluidsynth: upgrade 2.2.0 -> 2.2.1
* Make ALSA the default driver on Linux (#878) * Coreaudio driver failed to initialize on MacOS 11 (#803, thanks to @ringoz) * WaveOut driver failed to initialize (#873, thanks to @carlo-bramini) * COM initialization in WASAPI driver is no longer performed in the caller's context (#839, thanks to @pedrolcl) * WASPI driver now supports reverb and chorus (#836, thanks to @chirs241097) * Handle SysEx GM/GM2 mode on, GS reset, and XG reset (#877, thanks to @kode54) * Old behaviour of fluid_player_join has been restored to prevent infinite loop in client code (#872) * The Soundfont loader code has been refactored, illegal generators will now be skipped more consequently (#823, thanks to @mawe42) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2b9f0a5b9b
commit
df194578e0
|
|
@ -5,8 +5,8 @@ LICENSE = "LGPL-2.1"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
|
||||
|
||||
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git"
|
||||
SRCREV = "8413c35aca641567baf13e9b16e9839019ebf99d"
|
||||
SRCREV = "90a6c52e1c347d1c4283b0de9f860ed2fbc413bc"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2.2.0"
|
||||
PV = "2.2.1"
|
||||
|
||||
inherit cmake pkgconfig lib_package
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user