mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-30 01:28:40 +01:00
33 lines
763 B
BlitzBasic
33 lines
763 B
BlitzBasic
SUMMARY = "A virtual-analog string ensemble synthesize"
|
|
HOMEPAGE = "https://github.com/jpcima/string-machine"
|
|
LICENSE = "BSL-1.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
|
|
|
|
DEPENDS += " \
|
|
virtual/libx11 \
|
|
virtual/libgl \
|
|
boost \
|
|
cairo \
|
|
"
|
|
|
|
inherit pkgconfig features_check lv2-turtle-helper pack_audio_plugins
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI = " \
|
|
gitsm://github.com/jpcima/string-machine.git;branch=master;protocol=https \
|
|
"
|
|
SRCREV = "cfd556fb88e0236d90170605a7173fd730921fd3"
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.1.1+git${SRCPV}"
|
|
|
|
EXTRA_OEMAKE += " \
|
|
PREFIX=${prefix} \
|
|
NOOPT=true \
|
|
SKIP_STRIPPING=true \
|
|
"
|
|
|
|
do_install() {
|
|
oe_runmake DESTDIR=${D} PREFIX=${prefix} LIBDIR=${libdir} install
|
|
}
|