bslizr: initial add 1.2.16

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
(cherry picked from commit 3015aea92a)
This commit is contained in:
Andreas Müller
2021-06-18 22:40:56 +02:00
parent 8b4f48c80f
commit 09c9d9209c
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
SUMMARY = "Sequenced audio slicing effect LV2 plugin"
HOMEPAGE = "https://github.com/sjaehn/BSlizr"
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/BSlizr.git"
SRCREV = "8622533bbbd8eed3c9fb10e216a72591846d3807"
S = "${WORKDIR}/git"
PV = "1.2.16"
do_install() {
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
}
FILES_${PN} += "${libdir}/lv2"

View File

@@ -145,6 +145,7 @@ RDEPENDS_${PN} += " \
bschaffl \
bsequencer \
bshapr \
bslizr \
bspacr \
\
\