Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 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 | |
Andrew Geissler | bbbd5f4 | 2020-10-30 15:42:48 -0500 | [diff] [blame] | 7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=2.1.x" |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 8 | SRCREV = "fd9bf6a6b0d10a984d2eb0e0e549700b7aa590ec" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 9 | S = "${WORKDIR}/git" |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 10 | PV = "2.1.6" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 11 | |
| 12 | inherit cmake pkgconfig lib_package |