diff options
author | Edward W. Koenig <kingbeowulf@linuxgalaxy.org> | 2022-02-17 16:47:44 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 12:09:18 +0700 |
commit | 1daf973571d0002e5f2d5f094dce9a4ed18ceebb (patch) | |
tree | cce04937e8ddcfadd80405d4090a74af85ac47a6 /network/mumble/README | |
parent | 4775bc6fd7e38840e9e29028d13718e32ce1b1c3 (diff) |
network/mumble: upgraded for version 1.4.230
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mumble/README')
-rw-r--r-- | network/mumble/README | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/network/mumble/README b/network/mumble/README index 581c24381027..ba5d6f914fe2 100644 --- a/network/mumble/README +++ b/network/mumble/README @@ -5,24 +5,29 @@ 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 want the mumble overlay: - OVERLAY=yes ./mumble.SlackBuild +If you don't want the mumble overlay: + OVERLAY=no ./mumble.SlackBuild -If your system is x86_64 based, you can have this script build a -32-bit libmumble. This will add in a 32-bit library for the -mumble-overlay script to use for compatability. Please note, you -*must* have a multilibbed system for this to work. +If your system is x86_64 based, and you have the 32-bit multilib +libraries, mumble will can build the 32-bit overlay +library. -To build the overlay with 32-bit compatability: - OVERLAY=yes COMPAT32=yes ./mumble.SlackBuild + 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. -Celt-0.7.0 bundled for optional backware compatibility. SBo's celt -is incompatible. If needed use: - CELT070=yes ./mumble.SlackBuild +The bundled Celt is used for optional backware compatibility. To use +your own try: -Note: This does not build the mumble server (murmur). + CELT=no ./mumble.SlackBuild + +Text-to-speech is the default (speechd and espeak). Disable with -***NOTE: text-to-speech is now an available option in mumble with -SPEECHD=yes and you will need one text-to-speech engine installed: -flite, festival, or espeak + 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 ... |