bangr: initial add 1.4.0

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-07-06 23:44:41 +02:00
parent 8522593d1a
commit 180413e999
2 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
SUMMARY = "Multi-dimensional dynamically distorted staggered multi-bandpass LV2 plugin"
HOMEPAGE = "https://github.com/sjaehn/BAngr"
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/BAngr.git"
SRCREV = "ec25efa0a7a090a8f31dccafa02fe6ffc437aeba"
S = "${WORKDIR}/git"
PV = "1.4.0"
do_install() {
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
}
FILES_${PN} += "${libdir}/lv2"

View File

@@ -139,9 +139,10 @@ RDEPENDS_${PN} += " \
setbfree \
\
\
boops \
bangr \
bchoppr \
bjumblr \
boops \
bschaffl \
bsequencer \
bshapr \