mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
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:
25
recipes-musicians/sjaehn/bslizr.bb
Normal file
25
recipes-musicians/sjaehn/bslizr.bb
Normal 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"
|
||||
@@ -145,6 +145,7 @@ RDEPENDS_${PN} += " \
|
||||
bschaffl \
|
||||
bsequencer \
|
||||
bshapr \
|
||||
bslizr \
|
||||
bspacr \
|
||||
\
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user