diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.11.bb')
-rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.11.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.11.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.11.bb deleted file mode 100644 index 4df310275e..0000000000 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.11.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
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 = "f65c6ba25fb2c7e37c89fc6a4afc5aa645e208c2" | ||
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" | ||