[arch-commits] Commit in mumble/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Jul 14 16:59:00 UTC 2015


    Date: Tuesday, July 14, 2015 @ 18:58:59
  Author: svenstaro
Revision: 136922

upgpkg: mumble 1.2.10-2

Add speechd support (fixes FS#45478)

Modified:
  mumble/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-14 16:53:53 UTC (rev 136921)
+++ PKGBUILD	2015-07-14 16:58:59 UTC (rev 136922)
@@ -9,13 +9,12 @@
 
 pkgname=mumble
 pkgver=1.2.10
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="A voice chat application similar to TeamSpeak"
 license=('BSD')
-depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse' 'opus' 'xdg-utils')
+depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse' 'opus' 'xdg-utils' 'speech-dispatcher')
 makedepends=('boost' 'mesa')
-#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard support')
 install=mumble.install
 url="http://mumble.sourceforge.net/"
 source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz{,.sig})
@@ -32,9 +31,10 @@
 
   # Building mumble
   qmake-qt4 main.pro \
-    CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-speechd no-g15 no-xevie no-server \
+    CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server \
     no-embed-qt-translations no-update packaged" \
-    DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
+    DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
+    INCLUDEPATH+="/usr/include/speech-dispatcher"
   make release
 }
 



More information about the arch-commits mailing list