bshapr: initial add 0.9

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-08-21 21:16:42 +02:00
parent 9885419ef1
commit 4400878820
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
SUMMARY = "Beat / envelope shaper LV2 plugin"
HOMEPAGE = "https://github.com/sjaehn/BShapr"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
REQUIRED_DISTRO_FEATURES = "x11"
inherit pkgconfig features_check
DEPENDS += " \
virtual/libx11 \
cairo \
lv2 \
"
SRC_URI = "git://github.com/sjaehn/BShapr.git"
SRCREV = "dbb6e2e2429e1ea3a2dc31a46951289347216681"
S = "${WORKDIR}/git"
PV = "0.9"
do_install() {
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
}
FILES_${PN} += "${libdir}/lv2"

View File

@@ -140,6 +140,7 @@ RDEPENDS_${PN} += " \
bjumblr \
bschaffl \
bsequencer \
bshapr \
\
\
fluidsynth-dssi \