mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-24 19:36:19 +02:00
bshapr: initial add 0.9
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
25
recipes-musicians/sjaehn/bshapr.bb
Normal file
25
recipes-musicians/sjaehn/bshapr.bb
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
SUMMARY = "Beat / envelope shaper LV2 plugin"
|
||||||
|
HOMEPAGE = "https://github.com/sjaehn/BShapr"
|
||||||
|
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/BShapr.git"
|
||||||
|
SRCREV = "dbb6e2e2429e1ea3a2dc31a46951289347216681"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "0.9"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
|
||||||
|
}
|
||||||
|
|
||||||
|
FILES_${PN} += "${libdir}/lv2"
|
||||||
@@ -140,6 +140,7 @@ RDEPENDS_${PN} += " \
|
|||||||
bjumblr \
|
bjumblr \
|
||||||
bschaffl \
|
bschaffl \
|
||||||
bsequencer \
|
bsequencer \
|
||||||
|
bshapr \
|
||||||
\
|
\
|
||||||
\
|
\
|
||||||
fluidsynth-dssi \
|
fluidsynth-dssi \
|
||||||
|
|||||||
Reference in New Issue
Block a user