diff --git a/recipes-musicians/sjaehn/boops.bb b/recipes-musicians/sjaehn/boops.bb new file mode 100644 index 0000000..d64e192 --- /dev/null +++ b/recipes-musicians/sjaehn/boops.bb @@ -0,0 +1,26 @@ +SUMMARY = "Audio glitch effect sequencer LV2 plugin" +HOMEPAGE = "https://github.com/sjaehn/BOops" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" + +REQUIRED_DISTRO_FEATURES = "x11" + +inherit pkgconfig features_check + +DEPENDS += " \ + virtual/libx11 \ + cairo \ + lv2 \ + libsndfile1 \ +" + +SRC_URI = "git://github.com/sjaehn/BOops.git" +SRCREV = "4dec1934a59bcb483ef7f38a847b8ef52aab26bd" +S = "${WORKDIR}/git" +PV = "0.3" + +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 fc4228d..5ad5207 100644 --- a/recipes-support/packagegroups/musicians-world.bb +++ b/recipes-support/packagegroups/musicians-world.bb @@ -139,6 +139,7 @@ RDEPENDS_${PN} += " \ setbfree \ \ \ + boops \ bchoppr \ bjumblr \ bschaffl \