From ffdcd9fdedfb1ad4ff332892a22ceec13f1ff6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 1 Apr 2022 21:56:17 +0200 Subject: [PATCH] blow: initial add 1.2.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/blow.bb | 27 +++++++++++++++++++ .../packagegroups/musicians-world.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644 recipes-musicians/sjaehn/blow.bb diff --git a/recipes-musicians/sjaehn/blow.bb b/recipes-musicians/sjaehn/blow.bb new file mode 100644 index 0000000..9216c4b --- /dev/null +++ b/recipes-musicians/sjaehn/blow.bb @@ -0,0 +1,27 @@ +SUMMARY = "B.Low is the unique sample-based sound generator plugin" +HOMEPAGE = "https://github.com/sjaehn/BLow" +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" + +REQUIRED_DISTRO_FEATURES = "x11" + +inherit pkgconfig features_check + +DEPENDS += " \ + virtual/libx11 \ + cairo \ + lv2 \ +" + +SRC_URI = "gitsm://github.com/sjaehn/BLow.git;branch=master;protocol=https" +SRCREV = "77f7a6e36860df80469539a6ba7f5ba9b4479c92" +S = "${WORKDIR}/git" +PV = "1.2.0" + +EXTRA_OEMAKE = "STRIP=echo STRIPFLAG=-e" + +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 fc01be8..90e2b31 100644 --- a/recipes-support/packagegroups/musicians-world.bb +++ b/recipes-support/packagegroups/musicians-world.bb @@ -145,6 +145,7 @@ RDEPENDS:${PN} += " \ bangr \ bchoppr \ bjumblr \ + blow \ boops \ bschaffl \ bsequencer \