mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
bchoppr: initiak add 1.6.4
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
25
recipes-musicians/sjaehn/bchoppr.bb
Normal file
25
recipes-musicians/sjaehn/bchoppr.bb
Normal file
@@ -0,0 +1,25 @@
|
||||
SUMMARY = "An audio stream chopping LV2 plugin"
|
||||
HOMEPAGE = "https://github.com/sjaehn/BChoppr"
|
||||
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/BChoppr.git"
|
||||
SRCREV = "366ad8f409b079afb714970a024bdd2c47f31c0e"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.6.4"
|
||||
|
||||
do_install() {
|
||||
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}/lv2"
|
||||
@@ -136,6 +136,7 @@ RDEPENDS_${PN} += " \
|
||||
setbfree \
|
||||
\
|
||||
\
|
||||
bchoppr \
|
||||
bjumblr \
|
||||
bsequencer \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user