mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
a69e51037c
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
25 lines
1.0 KiB
BlitzBasic
25 lines
1.0 KiB
BlitzBasic
SUMMARY = "Fluidsynth is a software synthesizer"
|
|
HOMEPAGE = "http://www.fluidsynth.org/"
|
|
SECTION = "libs/multimedia"
|
|
LICENSE = "LGPL-2.1"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
|
|
|
|
DEPENDS = "alsa-lib ncurses glib-2.0"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/FluidSynth/fluidsynth.git;branch=1.1.x \
|
|
file://0001-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch \
|
|
"
|
|
SRCREV = "f5a0fee6f7f2b2ab4c866df1acb649333464b3fd"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake pkgconfig lib_package
|
|
|
|
EXTRA_OECMAKE = "-Denable-floats=ON -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)}"
|
|
PACKAGECONFIG[sndfile] = "-Denable-libsndfile-support=ON,-Denable-libsndfile-support=OFF,libsndfile1"
|
|
PACKAGECONFIG[jack] = "-Denable-jack-support=ON,-Denable-jack-support=OFF,jack"
|
|
PACKAGECONFIG[pulseaudio] = "-Denable-pulseaudio=ON,--Denable-pulseaudio=OFF,pulseaudio"
|
|
PACKAGECONFIG[portaudio] = "-Denable-portaudio=ON,-Denable-portaudio=OFF,portaudio-v19"
|