mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-12 03:49:32 +02:00
boops: initial add 0.3
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
26
recipes-musicians/sjaehn/boops.bb
Normal file
26
recipes-musicians/sjaehn/boops.bb
Normal file
@@ -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"
|
||||
@@ -139,6 +139,7 @@ RDEPENDS_${PN} += " \
|
||||
setbfree \
|
||||
\
|
||||
\
|
||||
boops \
|
||||
bchoppr \
|
||||
bjumblr \
|
||||
bschaffl \
|
||||
|
||||
Reference in New Issue
Block a user