Willy Sudiarto Raharjo 3971898799 network/mumble: Remove NUMJOBS. il y a 2 ans
..
README 1daf973571 network/mumble: upgraded for version 1.4.230 il y a 2 ans
doinst.sh 36ef669fc3 network/mumble: Added (Low-latency voice chat) il y a 13 ans
mumble.SlackBuild 3971898799 network/mumble: Remove NUMJOBS. il y a 2 ans
mumble.info 2f5a0bb485 network/mumble: Fix DOWNLOAD. il y a 2 ans
slack-desc f37dee7f64 network/mumble: Switch to https. il y a 7 ans

README

Mumble is a voice chat application for groups. While it can be used
for any kind of activity, it is primarily intended for gaming. It
can be compared to programs like Ventrilo or TeamSpeak.

If you have g15tools installed and want mumble to use it:
G15=yes ./mumble.SlackBuild

If you don't want the mumble overlay:
OVERLAY=no ./mumble.SlackBuild

If your system is x86_64 based, and you have the 32-bit multilib
libraries, mumble will can build the 32-bit overlay
library.

COMPAT32=yes ./mumble.SlackBuild

Please note, you *must* have a multilibbed system for this to work.
See the mumble documentation on how to use the mumble overlay.

Celt is no longer maintained, and dropped in is favor of opus.
The bundled Celt is used for optional backware compatibility. To use
your own try:

CELT=no ./mumble.SlackBuild

Text-to-speech is the default (speechd and espeak). Disable with

SPEECHD=no ./mumble.SlackBuild

Notes:
- This does not build the mumble server (murmur).
- For wget github download, you may need to use:
wget --content-disposition ...