summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2026-03-21 19:52:18 +0100
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-21 14:23:46 -0700
commita874710f1a20b5e816d8767d7042b18eed98ee30 (patch)
tree5e5249ecda6f1822b00783c196d9220d27c24af7 /meta-multimedia
parent79ef81c1b534c46a83e33dc3c3977643b82d92b0 (diff)
downloadmeta-openembedded-a874710f1a20b5e816d8767d7042b18eed98ee30.tar.gz
fluidsynth: update 2.4.8 -> 2.5.3
- update dependency: libsdl2 -> libsdl3 - fetch code for gcem and signalsmith-audio-basics at do_fetch - update license file checksum [https://github.com/FluidSynth/fluidsynth/commit/db42fa333baf1cb7c60556ab75ad1e592c850f68] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.5.3.bb (renamed from meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.8.bb)18
1 files changed, 11 insertions, 7 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.8.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.5.3.bb
index 9d76546641..4dbf4d1fc7 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.8.bb
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.5.3.bb
@@ -2,24 +2,28 @@ SUMMARY = "Fluidsynth is a software synthesizer"
2HOMEPAGE = "http://www.fluidsynth.org/" 2HOMEPAGE = "http://www.fluidsynth.org/"
3SECTION = "libs/multimedia" 3SECTION = "libs/multimedia"
4LICENSE = "LGPL-2.1-only" 4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=4bf661c1e3793e55c8d1051bc5e0ae21"
6 6
7DEPENDS = "glib-2.0" 7DEPENDS = "glib-2.0"
8 8
9SRC_URI = " \ 9SRC_URI = " \
10 git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https \ 10 git://github.com/FluidSynth/fluidsynth.git;name=fluidsynth;branch=master;protocol=https \
11 git://github.com/kthohr/gcem.git;name=gcem;subdir=${S}/gcem;protocol=https;nobranch=1 \
12 git://github.com/Signalsmith-Audio/basics.git;name=signalsmith-audio-basics;subdir=${S}/signalsmith-audio-basics;protocol=https;nobranch=1 \
11 file://0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch \ 13 file://0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch \
12" 14"
13SRCREV = "70a10b365c707c73bd340e28970601d52d425d8c" 15SRCREV_FORMAT = "fluidsynth"
14 16SRCREV_fluidsynth = "6b8fabbd60f0df3b6e2f5b5df8478a1b43315acd"
17SRCREV_gcem = "012ae73c6d0a2cb09ffe86475f5c6fba3926e200"
18SRCREV_signalsmith-audio-basics = "012d2be17b0eb6839628f8c73687c4ccccc1bb01"
15 19
16inherit cmake pkgconfig lib_package 20inherit cmake pkgconfig lib_package
17 21
18EXTRA_OECMAKE = "-Denable-floats=ON -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" 22EXTRA_OECMAKE = "-Denable-floats=ON -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} -DGCEM_INCLUDE_DIR=${S}/gcem/include"
19 23
20do_install:append() { 24do_install:append() {
21 sed -i -e 's|${STAGING_LIBDIR}|${libdir}|g' ${D}${libdir}/pkgconfig/fluidsynth.pc 25 sed -i -e 's|${STAGING_LIBDIR}|${libdir}|g' ${D}${libdir}/pkgconfig/fluidsynth.pc
22 sed -i -e 's|${STAGING_LIBDIR}|${libdir}|g' ${D}${libdir}/cmake/fluidsynth/FluidSynthTargets.cmake 26 sed -i -e 's|${STAGING_LIBDIR}|${libdir}|g' ${D}${libdir}/cmake/fluidsynth/FluidSynth-shared-targets.cmake
23} 27}
24 28
25PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio pipewire systemd alsa dbus', d)}" 29PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio pipewire systemd alsa dbus', d)}"
@@ -32,7 +36,7 @@ PACKAGECONFIG[portaudio] = "-Denable-portaudio=ON,-Denable-portaudio=OFF,portaud
32PACKAGECONFIG[profiling] = "-Denable-profiling=ON,-Denable-profiling=OFF" 36PACKAGECONFIG[profiling] = "-Denable-profiling=ON,-Denable-profiling=OFF"
33PACKAGECONFIG[pulseaudio] = "-Denable-pulseaudio=ON,-Denable-pulseaudio=OFF,pulseaudio" 37PACKAGECONFIG[pulseaudio] = "-Denable-pulseaudio=ON,-Denable-pulseaudio=OFF,pulseaudio"
34PACKAGECONFIG[readline] = "-Denable-readline=ON,-Denable-readline=OFF,readline" 38PACKAGECONFIG[readline] = "-Denable-readline=ON,-Denable-readline=OFF,readline"
35PACKAGECONFIG[sdl] = "-Denable-sdl2=ON,-Denable-sdl2=OFF,virtual/libsdl2" 39PACKAGECONFIG[sdl] = "-Denable-sdl3=ON,-Denable-sdl3=OFF,libsdl3"
36PACKAGECONFIG[sndfile] = "-Denable-libsndfile=ON,-Denable-libsndfile=OFF,libsndfile1" 40PACKAGECONFIG[sndfile] = "-Denable-libsndfile=ON,-Denable-libsndfile=OFF,libsndfile1"
37PACKAGECONFIG[systemd] = "-Denable-systemd=ON,-Denable-systemd=OFF,systemd" 41PACKAGECONFIG[systemd] = "-Denable-systemd=ON,-Denable-systemd=OFF,systemd"
38 42