blow: initial add 1.2.0

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-04-01 21:56:17 +02:00
parent 97dbbb6b8b
commit ffdcd9fded
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
SUMMARY = "B.Low is the unique sample-based sound generator plugin"
HOMEPAGE = "https://github.com/sjaehn/BLow"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
REQUIRED_DISTRO_FEATURES = "x11"
inherit pkgconfig features_check
DEPENDS += " \
virtual/libx11 \
cairo \
lv2 \
"
SRC_URI = "gitsm://github.com/sjaehn/BLow.git;branch=master;protocol=https"
SRCREV = "77f7a6e36860df80469539a6ba7f5ba9b4479c92"
S = "${WORKDIR}/git"
PV = "1.2.0"
EXTRA_OEMAKE = "STRIP=echo STRIPFLAG=-e"
do_install() {
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
}
FILES:${PN} += "${libdir}/lv2"

View File

@@ -145,6 +145,7 @@ RDEPENDS:${PN} += " \
bangr \
bchoppr \
bjumblr \
blow \
boops \
bschaffl \
bsequencer \