mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
21 lines
708 B
BlitzBasic
21 lines
708 B
BlitzBasic
SUMMARY = "The Synthesis ToolKit in C++"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=db6cb276e2d0659d53f51cbd97807afc"
|
|
|
|
SRC_URI = " \
|
|
http://ccrma.stanford.edu/software/stk/release/${BPN}-${PV}.tar.gz \
|
|
file://0001-avoid-usr-usr-paths.patch \
|
|
file://0002-configure.ac-fix-shared-library-name.patch \
|
|
"
|
|
SRC_URI[md5sum] = "4a07cd00bf264fa8488ba0fce9a59a3f"
|
|
SRC_URI[sha256sum] = "e77ba3c80cdd93ca02c34098b9b7f918df3d648c87f1ed5d94fe854debd6d101"
|
|
|
|
inherit autotools-brokensep pkgconfig
|
|
|
|
PACKAGECONFIG ??= "alsa jack"
|
|
PACKAGECONFIG[alsa] = "--with-alsa,--without-alsa,alsa-lib"
|
|
PACKAGECONFIG[jack] = "--with-jack,--without-jack,jack"
|
|
|
|
DISABLE_STATIC = ""
|
|
EXTRA_OECONF = "--enable-realtime"
|