diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-12-31 18:29:23 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-05 08:17:18 -0800 |
commit | bcd3f4d65b71c4c340da9f6993f7b81cefa62f98 (patch) | |
tree | fdecaa38af465387b9ef587c9565a800b0932a21 /meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | |
parent | a696a0b3753a47d4e5f7c088f7f06bb90c76bf54 (diff) | |
download | meta-openembedded-bcd3f4d65b71c4c340da9f6993f7b81cefa62f98.tar.gz |
fluidsynth: upgrade 2.2.3 -> 2.2.4
Changes:
* Per-channel ALL_SOUND_OFF when seeking/stopping player (#980, thanks to @albedozero)
* Fix windows related encoding problems (#984, thanks to @tsingakbar)
* Rewind playlist when calling fluid_player_play after all loops are complete (#994, thanks to @albedozero)
* Fix MinGW related static linking issues (#990, thanks to @realnc)
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 f709877bf..978d05e74 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 = "926581851ed1a095ef5b8659f77b38272d57e624" | 8 | SRCREV = "6c807bdd37748411801e93c48fcd5789d5a6a278" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | PV = "2.2.3" | 10 | PV = "2.2.4" |
11 | 11 | ||
12 | inherit cmake pkgconfig lib_package | 12 | inherit cmake pkgconfig lib_package |