From 3015aea92ab82d726898716724eac09a7bb6b276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 18 Jun 2021 22:40:56 +0200 Subject: [PATCH] bslizr: initial add 1.2.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/sjaehn/bslizr.bb | 25 +++++++++++++++++++ .../packagegroups/musicians-world.bb | 1 + 2 files changed, 26 insertions(+) create mode 100644 recipes-musicians/sjaehn/bslizr.bb diff --git a/recipes-musicians/sjaehn/bslizr.bb b/recipes-musicians/sjaehn/bslizr.bb new file mode 100644 index 0000000..8299a24 --- /dev/null +++ b/recipes-musicians/sjaehn/bslizr.bb @@ -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" diff --git a/recipes-support/packagegroups/musicians-world.bb b/recipes-support/packagegroups/musicians-world.bb index 374e853..41e8bdb 100644 --- a/recipes-support/packagegroups/musicians-world.bb +++ b/recipes-support/packagegroups/musicians-world.bb @@ -145,6 +145,7 @@ RDEPENDS_${PN} += " \ bschaffl \ bsequencer \ bshapr \ + bslizr \ bspacr \ \ \