network/mumble: Updated for version 1.2.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e1ba58097f
commit
e3474f1279
|
@ -20,7 +20,8 @@ Note: This does not build the mumble server (murmur).
|
|||
|
||||
***NOTE: text-to-speech is now an available option in mumble with
|
||||
SPEECHD=yes and requires additional optional dependencies:
|
||||
You will need one text-to-speech engine installed. For example:
|
||||
speech-dispatcher
|
||||
and you will need one text-to-speech engine installed:
|
||||
flite
|
||||
festival
|
||||
espeak
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
# New maintainer: Edward W. Koenig <kingbeowulf@gmail.com>
|
||||
|
||||
PRGNAM=mumble
|
||||
VERSION=${VERSION:-1.2.16}
|
||||
VERSION=${VERSION:-1.2.19}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mumble"
|
||||
VERSION="1.2.16"
|
||||
VERSION="1.2.19"
|
||||
HOMEPAGE="http://wiki.mumble.info/wiki/Main_Page"
|
||||
DOWNLOAD="https://github.com/mumble-voip/mumble/releases/download/1.2.16/mumble-1.2.16.tar.gz"
|
||||
MD5SUM="58e7574af80e36e0b943df0e6a44d6ce"
|
||||
DOWNLOAD="https://github.com/mumble-voip/mumble/releases/download/1.2.19/mumble-1.2.19.tar.gz"
|
||||
MD5SUM="d101068ed27ce119effdb3765a8cf8e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf opus speex"
|
||||
|
|
Loading…
Reference in New Issue