From 4400878820d53a790946775dad4c80a9f0e72af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 21 Aug 2020 21:16:42 +0200 Subject: [PATCH] bshapr: initial add 0.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/sjaehn/bshapr.bb | 25 +++++++++++++++++++ .../packagegroups/musicians-world.bb | 1 + 2 files changed, 26 insertions(+) create mode 100644 recipes-musicians/sjaehn/bshapr.bb diff --git a/recipes-musicians/sjaehn/bshapr.bb b/recipes-musicians/sjaehn/bshapr.bb new file mode 100644 index 0000000..d3ac3e0 --- /dev/null +++ b/recipes-musicians/sjaehn/bshapr.bb @@ -0,0 +1,25 @@ +SUMMARY = "Beat / envelope shaper LV2 plugin" +HOMEPAGE = "https://github.com/sjaehn/BShapr" +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/BShapr.git" +SRCREV = "dbb6e2e2429e1ea3a2dc31a46951289347216681" +S = "${WORKDIR}/git" +PV = "0.9" + +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 c16baff..189abe4 100644 --- a/recipes-support/packagegroups/musicians-world.bb +++ b/recipes-support/packagegroups/musicians-world.bb @@ -140,6 +140,7 @@ RDEPENDS_${PN} += " \ bjumblr \ bschaffl \ bsequencer \ + bshapr \ \ \ fluidsynth-dssi \