From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../fluidsynth/fluidsynth_git.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 external/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb (limited to 'external/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb') diff --git a/external/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb b/external/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb new file mode 100644 index 00000000..ba1ef6b1 --- /dev/null +++ b/external/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb @@ -0,0 +1,23 @@ +require ${BPN}.inc + +DEPENDS = "${BPN}-native alsa-lib ncurses glib-2.0" + +SRC_URI += " \ + file://0001-Do-not-build-gentables-helper-we-have-to-use-native-.patch \ + file://0002-fluid_synth_nwrite_float-Allow-zero-pointer-for-left.patch \ + file://0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch \ +" + +EXTRA_OECMAKE = "-Denable-floats=ON -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" + +do_configure_append() { + make_tables.exe ${B}/ +} + +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)}" +PACKAGECONFIG[sndfile] = "-Denable-libsndfile=ON,-Denable-libsndfile=OFF,libsndfile1" +PACKAGECONFIG[jack] = "-Denable-jack=ON,-Denable-jack=OFF,jack" +PACKAGECONFIG[pulseaudio] = "-Denable-pulseaudio=ON,-Denable-pulseaudio=OFF,pulseaudio" +PACKAGECONFIG[portaudio] = "-Denable-portaudio=ON,-Denable-portaudio=OFF,portaudio-v19" +PACKAGECONFIG[profiling] = "-Denable-profiling=ON,-Denable-profiling=OFF" +PACKAGECONFIG[readline] = "-Denable-readline=ON,-Denable-readline=OFF,readline" -- cgit 1.2.3-korg