Package Details: mumble-git 1:1.6.870.r72.g7fba6df0e-1

Git Clone URL: https://aur.archlinux.org/mumble-git.git (read-only, click to copy)
Package Base: mumble-git
Description: An Open Source, low-latency, high quality voice chat software (git version)
Upstream URL: https://www.mumble.info
Keywords: audio communication multimedia network voip
Licenses: BSD
Conflicts: mumble
Provides: mumble
Submitter: None
Maintainer: Radioactiveman
Last Packager: Radioactiveman
Votes: 45
Popularity: 0.000000
First Submitted: 2009-05-30 19:46 (UTC)
Last Updated: 2026-05-29 21:04 (UTC)

Required by (8)

Sources (14)

Pinned Comments

Radioactiveman commented on 2020-06-02 17:17 (UTC)

If you experience the problem below when updating packages, first remove mumble-git, then update all packages including protobuf and finally compile mumble-git again.

# pacman -Syu
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing protobuf (3.12.0-1) breaks dependency 'libprotobuf.so=22-64' required by mumble-git

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

dvzrv commented on 2020-04-10 14:47 (UTC)

@Radioactiveman: Please introduce an epoch and remove the custom _version in your PKGBUILD.

We're getting out-of-date notifications from unknowing users, thinking that 1.4.0 is out (which it is not).

The right way to get the current version string would be to use the following (as stated in the VCS package guidelines):

pkgver() {
  cd "$_pkgname"
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

IncredibleLaser commented on 2019-04-11 16:55 (UTC)

Thanks for the quick update. I can confirm building in a clean CHROOT works now.

Radioactiveman commented on 2019-04-11 16:36 (UTC)

@IncredibleLaser Fixed, thank you.

IncredibleLaser commented on 2019-04-11 16:15 (UTC)

This package currently doesn't build without python installed. You'll get "Project ERROR: Unable to find the system's Python binary. Some scripts invoked during the Mumble build use Python. You can manually specify it via the MUMBLE_PYTHON environment variable (either 2 or 3)." Please add python as a make dependency. Thanks.

Radioactiveman commented on 2019-03-31 16:50 (UTC) (edited on 2019-03-31 16:50 (UTC) by Radioactiveman)

@C0rn3j: Sorry for the late response as well. But I have found a solution. :) Install espeak-ng instead of espeak. See also https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/speech-dispatcher&id=7a7cc7c07e54bd8f5682fec95eaf7e7c47a74cfa.

C0rn3j commented on 2019-03-24 09:46 (UTC) (edited on 2019-03-25 13:17 (UTC) by C0rn3j)

Sorry for the late response - yes, speech-dispatcher is installed

EDIT: I tried building it with both speech-dispatcher and espeak and then again with only either one of them installed, no TTS in all cases.

Radioactiveman commented on 2019-03-10 12:09 (UTC)

@C0rn3j: Have you installed speech-dispatcher? It's an opt-dep for TTS.

C0rn3j commented on 2019-03-10 09:22 (UTC)

At one point or another(jack2 switch? Been a while since I noticed it) building with espeak installed now doesn't make TTS work.

dvzrv commented on 2019-02-13 13:07 (UTC)

@Radioactiveman: Please use jack as dependency, as jack2 provides jack.

Radioactiveman commented on 2019-01-25 22:43 (UTC)

@C0rn3j: Works fine here, does anyone else have the same problem? Have you tried installing speech-dispatcher?