From 180413e99919e61c82eacdce401e53de19622da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 6 Jul 2021 23:44:41 +0200 Subject: [PATCH] bangr: initial add 1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/sjaehn/bangr.bb | 25 +++++++++++++++++++ .../packagegroups/musicians-world.bb | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 recipes-musicians/sjaehn/bangr.bb diff --git a/recipes-musicians/sjaehn/bangr.bb b/recipes-musicians/sjaehn/bangr.bb new file mode 100644 index 0000000..01921f0 --- /dev/null +++ b/recipes-musicians/sjaehn/bangr.bb @@ -0,0 +1,25 @@ +SUMMARY = "Multi-dimensional dynamically distorted staggered multi-bandpass LV2 plugin" +HOMEPAGE = "https://github.com/sjaehn/BAngr" +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/BAngr.git" +SRCREV = "ec25efa0a7a090a8f31dccafa02fe6ffc437aeba" +S = "${WORKDIR}/git" +PV = "1.4.0" + +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 41e8bdb..bceed91 100644 --- a/recipes-support/packagegroups/musicians-world.bb +++ b/recipes-support/packagegroups/musicians-world.bb @@ -139,9 +139,10 @@ RDEPENDS_${PN} += " \ setbfree \ \ \ - boops \ + bangr \ bchoppr \ bjumblr \ + boops \ bschaffl \ bsequencer \ bshapr \