mumble: 1.2.5

This commit is contained in:
Michael 2014-02-06 13:37:09 +00:00
parent 16aa87e159
commit 3ede894e58

View File

@ -1,26 +1,27 @@
# Maintainer: Michael Haesel <michael[dot]haesel[at]gmail[dot]com>
pkgname=mumble
pkgver=1.2.4
pkgrel=3
pkgver=1.2.5
pkgrel=1
arch=('x86_64')
pkgdesc="A voice chat application similar to TeamSpeak."
license=('GPL')
depends=('qt' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse')
makedepends=('boost' 'mesa' 'avahi')
depends=('qt' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse' 'opus')
makedepends=('boost' 'mesa')
options=('!libtool')
categories=('communication')
url="http://mumble.sourceforge.net/"
screenshot="http://mumble.sourceforge.net/static/Mumble%20--%201.2.3.png"
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname^}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('a1cf8383d99a02719b16c5440e3a5fb5375a8aa060f203bfa5d25bc69f919c9b')
sha256sums=('915156946f7662c2488e4c40c95cb95c4ff00532789515da7df775a36d544faf')
build() {
cd ${pkgname}-${pkgver}
# Building mumble
qmake main.pro \
CONFIG+="bundled-celt no-bundled-speex no-speechd no-g15 no-xevie no-server no-embed-qt-translations packaged" \
CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-speechd no-g15 no-xevie no-server \
no-embed-qt-translations packaged" \
DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
make release
}