diff options
| -rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.3.4.bb (renamed from meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb) | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.3.4.bb index 26b1999439..dc05832e80 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.3.4.bb | |||
| @@ -4,19 +4,18 @@ SECTION = "libs/multimedia" | |||
| 4 | LICENSE = "LGPL-2.1-only" | 4 | LICENSE = "LGPL-2.1-only" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https" | ||
| 8 | SRCREV = "5ecdc4568e45123216c6888892caad07918ef127" | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | PV = "2.3.4" | ||
| 11 | |||
| 12 | inherit cmake pkgconfig lib_package | ||
| 13 | |||
| 14 | DEPENDS = "glib-2.0" | 7 | DEPENDS = "glib-2.0" |
| 15 | 8 | ||
| 16 | SRC_URI += " \ | 9 | SRC_URI = " \ |
| 10 | git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https \ | ||
| 17 | file://0002-fluid_synth_nwrite_float-Allow-zero-pointer-for-left.patch \ | 11 | file://0002-fluid_synth_nwrite_float-Allow-zero-pointer-for-left.patch \ |
| 18 | file://0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch \ | 12 | file://0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch \ |
| 19 | " | 13 | " |
| 14 | SRCREV = "5ecdc4568e45123216c6888892caad07918ef127" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit cmake pkgconfig lib_package | ||
| 20 | 19 | ||
| 21 | EXTRA_OECMAKE = "-Denable-floats=ON -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" | 20 | EXTRA_OECMAKE = "-Denable-floats=ON -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" |
| 22 | 21 | ||
