Files
meta-musicians/recipes-musicians/openav/sorcer.bb
Andreas Müller 42a6ec9399 Move to new override syntax
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-08-16 00:25:06 +02:00

27 lines
631 B
BlitzBasic

SUMMARY = "Sorcer is a polyphonic wavetable synth LV2 plugin"
HOMEPAGE = "http://openavproductions.com/sorcer"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
inherit cmake pkgconfig
DEPENDS = " \
boost \
cairo \
lv2 \
ntk \
"
SRC_URI = " \
git://github.com/openAVproductions/openAV-Sorcer.git \
file://0001-Do-not-overwrite-build-flags-it-causes-trouble-for-m.patch \
file://0002-Fix-build-with-lv2-1.1.18.patch \
"
SRCREV = "0a8cef484174aae5c1b7be6710f31a643e7d7197"
PV = "1.1.3+git${SRCPV}"
S = "${WORKDIR}/git"
FILES:${PN} += " \
${libdir}/lv2 \
"