aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-08-10 14:42:12 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-08-10 16:34:57 +0000
commit0394af6d7fb72e5fd3d3e4bd2cbb2e30c9568354 (patch)
tree5ec07a4d32e0ebd9465b14cc529d5c19dfd083b4
parent43a7684f65895fe24e44a7f5d53051454278401c (diff)
downloadports-0394af6d7fb72e5fd3d3e4bd2cbb2e30c9568354.tar.gz
ports-0394af6d7fb72e5fd3d3e4bd2cbb2e30c9568354.zip
audio/stk: Make JACK backend default
... because the OSS option is not currently fully supported.
-rw-r--r--audio/stk/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/stk/Makefile b/audio/stk/Makefile
index 47d7f4160734..80fa927837ef 100644
--- a/audio/stk/Makefile
+++ b/audio/stk/Makefile
@@ -1,5 +1,6 @@
PORTNAME= stk
DISTVERSION= 5.0.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://ccrma.stanford.edu/software/stk/release/
@@ -23,7 +24,7 @@ LDFLAGS+= -pthread
OPTIONS_RADIO= BACKEND
OPTIONS_RADIO_BACKEND= JACK OSS
-OPTIONS_DEFAULT= OSS
+OPTIONS_DEFAULT= JACK
BACKEND_DESC= Audio Backend
@@ -31,6 +32,9 @@ JACK_CONFIGURE_WITH= jack
JACK_LIB_DEPENDS= libjack.so:audio/jack
OSS_CONFIGURE_WITH= oss
+# OSS option appears to make real-time functionality in STK broken
+# (example https://www.music.mcgill.ca/~gary/618/week2/node16.html),
+# also see https://github.com/thestk/stk/issues/141#issuecomment-1673488078
post-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} rawwaves ${STAGEDIR}${DATADIR}