bangr: initial add 1.4.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
25
recipes-musicians/sjaehn/bangr.bb
Normal file
25
recipes-musicians/sjaehn/bangr.bb
Normal file
@@ -0,0 +1,25 @@
|
||||
SUMMARY = "Multi-dimensional dynamically distorted staggered multi-bandpass LV2 plugin"
|
||||
HOMEPAGE = "https://github.com/sjaehn/BAngr"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit pkgconfig features_check
|
||||
|
||||
DEPENDS += " \
|
||||
virtual/libx11 \
|
||||
cairo \
|
||||
lv2 \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/sjaehn/BAngr.git"
|
||||
SRCREV = "ec25efa0a7a090a8f31dccafa02fe6ffc437aeba"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.4.0"
|
||||
|
||||
do_install() {
|
||||
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}/lv2"
|
||||
@@ -139,9 +139,10 @@ RDEPENDS_${PN} += " \
|
||||
setbfree \
|
||||
\
|
||||
\
|
||||
boops \
|
||||
bangr \
|
||||
bchoppr \
|
||||
bjumblr \
|
||||
boops \
|
||||
bschaffl \
|
||||
bsequencer \
|
||||
bshapr \
|
||||
|
||||
Reference in New Issue
Block a user