boops: initial add 0.3

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-11-18 00:44:36 +01:00
parent b7c05c0970
commit e3c934a484
2 changed files with 27 additions and 0 deletions

View 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"

View File

@@ -139,6 +139,7 @@ RDEPENDS_${PN} += " \
setbfree \
\
\
boops \
bchoppr \
bjumblr \
bschaffl \