bschaffl: initial add 1.2.0

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

View File

@@ -0,0 +1,26 @@
SUMMARY = "Pattern-controlled MIDI amp & time stretch plugin"
DESCRIPTION = "Pattern-controlled MIDI amp & time stretch plugin to produce shuffle / swing effects"
HOMEPAGE = "https://github.com/sjaehn/BSchaffl"
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/BSchaffl.git"
SRCREV = "0c0658c783b135d08f4ecdf76c8d9c9fb536911c"
S = "${WORKDIR}/git"
PV = "1.2.0"
do_install() {
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
}
FILES_${PN} += "${libdir}/lv2"

View File

@@ -138,6 +138,7 @@ RDEPENDS_${PN} += " \
\
bchoppr \
bjumblr \
bschaffl \
bsequencer \
\
\