diff --git a/recipes-musicians/bjumblr/bjumblr.bb b/recipes-musicians/bjumblr/bjumblr.bb new file mode 100644 index 0000000..1d7dc70 --- /dev/null +++ b/recipes-musicians/bjumblr/bjumblr.bb @@ -0,0 +1,26 @@ +SUMMARY = "Pattern-controlled audio stream / sample re-sequencer LV2 plugin" +HOMEPAGE = "https://github.com/sjaehn/BJumblr" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" + +REQUIRED_DISTRO_FEATURES = "x11" + +inherit pkgconfig features_check + +DEPENDS += " \ + virtual/libx11 \ + libsndfile1 \ + cairo \ + lv2 \ +" + +SRC_URI = "git://github.com/sjaehn/BJumblr.git" +SRCREV = "7a240470926e7929048121f0b67938851d712b6c" +S = "${WORKDIR}/git" +PV = "1.2.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 48e4b75..04295fe 100644 --- a/recipes-support/packagegroups/musicians-world.bb +++ b/recipes-support/packagegroups/musicians-world.bb @@ -14,6 +14,7 @@ RDEPENDS_${PN} += " \ ardour5 \ aubio \ audio-tweaks \ + bjumblr \ bristol \ calf \ carla \