diff options
author | feld <feld@FreeBSD.org> | 2019-03-22 06:18:23 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2019-03-22 06:18:23 +0800 |
commit | 19337d3720f0b520f4eae1bcbed1f9a6b417234c (patch) | |
tree | 2432153b6f280696cf86c5dd9f2279bbbc2f4033 /audio/mumble | |
parent | 6b0405d375c1dbeea9325379a50037d52cea2719 (diff) | |
download | freebsd-ports-gnome-19337d3720f0b520f4eae1bcbed1f9a6b417234c.tar.gz freebsd-ports-gnome-19337d3720f0b520f4eae1bcbed1f9a6b417234c.tar.zst freebsd-ports-gnome-19337d3720f0b520f4eae1bcbed1f9a6b417234c.zip |
audio/mumble: Remove unnecessary build flags
- Also add speechd port option
PR: 235177
Diffstat (limited to 'audio/mumble')
-rw-r--r-- | audio/mumble/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index f10744339cf1..576e3d631af1 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -3,7 +3,7 @@ PORTNAME= mumble DISTVERSION= 1.3.0-rc1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= feld@FreeBSD.org @@ -40,13 +40,12 @@ USE_XORG= ice xi x11 INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE=yes -CONFIG= bundled-celt bundled-rnnoise no-alsa no-bundled-opus no-speechd no-bundled-speex \ - no-bundled-speexdsp no-embed-qt-translations no-g15 no-jackaudio no-pulseaudio \ - no-pulseaudio no-server no-update no-xevie +CONFIG= bundled-celt bundled-rnnoise no-bundled-opus no-bundled-speex no-bundled-speexdsp \ + no-embed-qt-translations no-g15 no-alsa no-jackaudio no-pulseaudio no-server no-update QMAKE_ARGS= "CONFIG+=${CONFIG}" -OPTIONS_DEFINE= DBUS BONJOUR PORTAUDIO +OPTIONS_DEFINE= DBUS BONJOUR PORTAUDIO SPEECHD OPTIONS_DEFAULT= DBUS DBUS_VARS_OFF= CONFIG+=no-dbus @@ -60,6 +59,10 @@ BONJOUR_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder PORTAUDIO_VARS_OFF= CONFIG+=no-portaudio PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio +SPEECHD_DESC= Support for Speech Dispatcher +SPEECHD_VARS_OFF= CONFIG+=no-speechd +SPEECHD_LIB_DEPENDS= libspeechd.so:accessibility/speech-dispatcher + .include <bsd.port.pre.mk> # PCH is broken on GCC |