mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
bschaffl: initial add 1.2.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
26
recipes-musicians/sjaehn/bschaffl.bb
Normal file
26
recipes-musicians/sjaehn/bschaffl.bb
Normal 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"
|
||||
@@ -138,6 +138,7 @@ RDEPENDS_${PN} += " \
|
||||
\
|
||||
bchoppr \
|
||||
bjumblr \
|
||||
bschaffl \
|
||||
bsequencer \
|
||||
\
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user