bjumblr: initial add 1.2.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
26
recipes-musicians/bjumblr/bjumblr.bb
Normal file
26
recipes-musicians/bjumblr/bjumblr.bb
Normal file
@@ -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"
|
||||
@@ -14,6 +14,7 @@ RDEPENDS_${PN} += " \
|
||||
ardour5 \
|
||||
aubio \
|
||||
audio-tweaks \
|
||||
bjumblr \
|
||||
bristol \
|
||||
calf \
|
||||
carla \
|
||||
|
||||
Reference in New Issue
Block a user