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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Dec 29 14:00:43 UTC 2018


    Date: Saturday, December 29, 2018 @ 14:00:42
  Author: svenstaro
Revision: 418841

upgpkg: mumble 1.2.19-12

Make speech-dispatcher optional

Modified:
  mumble/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 12:37:36 UTC (rev 418840)
+++ PKGBUILD	2018-12-29 14:00:42 UTC (rev 418841)
@@ -8,13 +8,14 @@
 
 pkgname=mumble
 pkgver=1.2.19
-pkgrel=11
+pkgrel=12
 arch=('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' 'speech-dispatcher' 'libpng' 'freetype2' 'fontconfig' 'libxrender')
+         'xdg-utils' 'libspeechd' 'libpng' 'freetype2' 'fontconfig' 'libxrender')
 makedepends=('boost' 'mesa')
+optdepends=('speech-dispatcher')
 url="https://www.mumble.info/"
 source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz{,.sig}
         https://github.com/mumble-voip/mumble/commit/ea861fe86743c8402bbad77d8d1dd9de8dce447e.patch)



More information about the arch-commits mailing list