bsequencer: inital add 1.6.0

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-07-22 01:46:59 +02:00
parent dee0a8d7e5
commit bdda372d41
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
SUMMARY = "PMulti channel MIDI step sequencer LV2 plugin with a variable matrix"
HOMEPAGE = "https://github.com/sjaehn/BSEQuencer"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
REQUIRED_DISTRO_FEATURES = "x11"
inherit pkgconfig features_check
DEPENDS += " \
virtual/libx11 \
cairo \
lv2 \
"
SRC_URI = " \
git://github.com/sjaehn/BSEQuencer.git \
"
SRCREV = "27a8aef5002f3ec5477fba9f389121cfa89f0422"
S = "${WORKDIR}/git"
PV = "1.6.0"
do_install() {
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
}
FILES_${PN} += "${libdir}/lv2"

View File

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