mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-24 19:36:19 +02:00
33 lines
740 B
BlitzBasic
33 lines
740 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 distro_features_check lv2-turtle-helper pack_audio_plugins
|
|
|
|
REQUIRED_DISTRO_FEATURE = "x11"
|
|
|
|
SRC_URI = " \
|
|
gitsm://github.com/jpcima/string-machine.git \
|
|
"
|
|
SRCREV = "5e8ad47d03adafa3f7ec5746025482b50d93c4ca"
|
|
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
|
|
}
|