Lines 30-36
SHEBANG_LANG= python3
Link Here
|
30 |
|
30 |
|
31 |
CONFIGURE_ARGS= --celt=no --samplerate=yes |
31 |
CONFIGURE_ARGS= --celt=no --samplerate=yes |
32 |
|
32 |
|
33 |
OPTIONS_DEFINE= ALSA DBUS OPUS PROFILING |
33 |
OPTIONS_DEFINE= ALSA DBUS OPUS PROFILING SOSSO |
34 |
OPTIONS_DEFAULT= DBUS OPUS |
34 |
OPTIONS_DEFAULT= DBUS OPUS |
35 |
OPTIONS_SUB= yes |
35 |
OPTIONS_SUB= yes |
36 |
|
36 |
|
Lines 50-55
OPUS_CONFIGURE_OFF= --opus=no
Link Here
|
50 |
PROFILING_DESC= Build with profiling information |
50 |
PROFILING_DESC= Build with profiling information |
51 |
PROFILING_CONFIGURE_ON= --profile |
51 |
PROFILING_CONFIGURE_ON= --profile |
52 |
|
52 |
|
|
|
53 |
# Let users test the new OSS driver backend coming in 1.9.23, see |
54 |
# https://github.com/jackaudio/jack2/pull/943 |
55 |
SOSSO_DESC= Build new OSS driver backend (sosso library) |
56 |
SOSSO_GH_TAGNAME= 0762eac06a8c327757acfa7c770e16d827610873 |
57 |
|
53 |
TESTING_UNSAFE= No function 'test' defined in ${WRKSRC}/wscript |
58 |
TESTING_UNSAFE= No function 'test' defined in ${WRKSRC}/wscript |
54 |
|
59 |
|
55 |
.include <bsd.port.pre.mk> |
60 |
.include <bsd.port.pre.mk> |