mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 23:35:34 +00:00
Release notes are found at [1] - upgrade can be considered as bugfix release [1] https://github.com/FluidSynth/fluidsynth/releases/tag/v2.0.5 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
390 B
PHP
13 lines
390 B
PHP
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"
|
|
|
|
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git"
|
|
SRCREV = "7f11a9bf5c7304e04309a6ec9fc515ee815524bf"
|
|
S = "${WORKDIR}/git"
|
|
PV = "2.0.5"
|
|
|
|
inherit cmake pkgconfig lib_package
|