mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-24 19:36:19 +02:00
26 lines
591 B
BlitzBasic
26 lines
591 B
BlitzBasic
SUMMARY = "Multi channel MIDI step sequencer LV2 plugin with a variable matrix"
|
|
HOMEPAGE = "https://github.com/sjaehn/BSEQuencer"
|
|
LICENSE = "GPLv3"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
inherit pkgconfig features_check
|
|
|
|
DEPENDS += " \
|
|
virtual/libx11 \
|
|
cairo \
|
|
lv2 \
|
|
"
|
|
|
|
SRC_URI = "git://github.com/sjaehn/BSEQuencer.git"
|
|
SRCREV = "bdc28ca65dbc9790aa775c25952e4bcf4533c83f"
|
|
S = "${WORKDIR}/git"
|
|
PV = "1.8.6"
|
|
|
|
do_install() {
|
|
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
|
|
}
|
|
|
|
FILES_${PN} += "${libdir}/lv2"
|