diff --git a/mumble/PKGBUILD b/mumble/PKGBUILD index 7847349cb..3d74fc89f 100644 --- a/mumble/PKGBUILD +++ b/mumble/PKGBUILD @@ -1,26 +1,27 @@ # Maintainer: Michael Haesel 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 }