bchoppr: initiak add 1.6.4

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

View File

@@ -0,0 +1,25 @@
SUMMARY = "An audio stream chopping LV2 plugin"
HOMEPAGE = "https://github.com/sjaehn/BChoppr"
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/BChoppr.git"
SRCREV = "366ad8f409b079afb714970a024bdd2c47f31c0e"
S = "${WORKDIR}/git"
PV = "1.6.4"
do_install() {
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
}
FILES_${PN} += "${libdir}/lv2"

View File

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