diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.10.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.10.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.10.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.10.bb new file mode 100644 index 0000000000..0ec4c49ce2 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.10.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Fluidsynth is a software synthesizer" | ||
| 2 | HOMEPAGE = "http://www.fluidsynth.org/" | ||
| 3 | SECTION = "libs/multimedia" | ||
| 4 | LICENSE = "LGPL-2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" | ||
| 6 | |||
| 7 | DEPENDS = "alsa-lib ncurses glib-2.0" | ||
| 8 | |||
| 9 | SRC_URI = " \ | ||
| 10 | git://github.com/FluidSynth/fluidsynth.git;branch=1.1.x \ | ||
| 11 | file://0001-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch \ | ||
| 12 | " | ||
| 13 | SRCREV = "f5a0fee6f7f2b2ab4c866df1acb649333464b3fd" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit cmake pkgconfig lib_package | ||
| 17 | |||
| 18 | EXTRA_OECMAKE = "-Denable-floats=ON -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" | ||
| 19 | |||
| 20 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)}" | ||
| 21 | PACKAGECONFIG[sndfile] = "-Denable-libsndfile-support=ON,-Denable-libsndfile-support=OFF,libsndfile1" | ||
| 22 | PACKAGECONFIG[jack] = "-Denable-jack-support=ON,-Denable-jack-support=OFF,jack" | ||
| 23 | PACKAGECONFIG[pulseaudio] = "-Denable-pulseaudio=ON,--Denable-pulseaudio=OFF,pulseaudio" | ||
| 24 | PACKAGECONFIG[portaudio] = "-Denable-portaudio=ON,-Denable-portaudio=OFF,portaudio-v19" | ||
