Files
meta-musicians/recipes-musicians/openav/fabla.bb
Andreas Müller e55aae0802 All recipes: Auto change licenses to SPDX
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-03-10 23:35:27 +01:00

28 lines
702 B
BlitzBasic

SUMMARY = "Fabla is an open-source LV2 drum sampler plugin instrument"
HOMEPAGE = "http://openavproductions.com/fabla/"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21"
inherit cmake pkgconfig
DEPENDS = " \
ntk \
cairo \
cairomm \
libsndfile1 \
lv2 \
"
SRC_URI = " \
git://github.com/openAVproductions/openAV-Fabla.git;protocol=https;branch=master \
file://0001-Do-not-overwrite-build-flags-it-causes-trouble-for-m.patch \
file://0002-Fix-for-building-with-lv2-1.18.0.patch \
"
SRCREV = "05bb8d4704a601e660dcd146caf5899d4a4cc5cc"
S = "${WORKDIR}/git"
PV = "1.3.2+git${SRCPV}"
FILES:${PN} += " \
${libdir}/lv2 \
"