network/mumble: Updated for version 1.2.3.

Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
This commit is contained in:
James Geboski 2011-11-11 17:17:25 +00:00 committed by Robby Workman
parent 007aaa8e1e
commit 504fad18e6
3 changed files with 11 additions and 3 deletions

View file

@ -8,6 +8,9 @@ If you have g15tools installed and want mumble to use it:
If you want the mumble overlay:
OVERLAY=yes ./mumble.SlackBuild
This requires: protobuf, speex, and celt.
Please note, if you have celt-0.7.1, the previous version of celt on
SBo, you will need to upgrade to celt >= 0.11.0.
This requires: protobuf, speex, and celt >= 0.11.0
Note: This does not build the mumble server (murmur).

View file

@ -24,7 +24,7 @@
PRGNAM=mumble
VERSION=${VERSION:-1.2.3}
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -83,6 +83,11 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# As of celt-0.11.0, the macro CELT_SET_VBR_RATE has been renamed to
# CELT_SET_BITRATE. Please make sure you have at least celt 0.11.0,
# if not comment the line below out.
sed -i 's/CELT_SET_VBR_RATE/CELT_SET_BITRATE/' src/mumble/AudioInput.cpp
qmake \
-recursive \
main.pro \

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="James Geboski"
EMAIL="jgeboski@gmail.com"
APPROVED="Niels Horn"
APPROVED="michiel"