Package Details: mumble-git 1:1.4.0.development.snapshot.006.r1256.g910c2aa07-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: 46
Popularity: 0.000000
First Submitted: 2009-05-30 19:46 (UTC)
Last Updated: 2024-01-21 10:35 (UTC)

Dependencies (59)

Required by (8)

Sources (11)

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 .. 10 Next › Last »

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

Radioactiveman commented on 2020-04-13 12:36 (UTC)

@dvzrv: Alright, I have updated the PKGBUILD accordingly.

dvzrv commented on 2020-04-13 12:22 (UTC)

@Radioactiveman: No, that is the next stable release version, that is referred to from within that application.

The latest git tag is:

git ls-remote -t https://github.com/mumble-voip/mumble |cut -d '/' -f3 |sort -r |head -n1

The version this package needs to track is the latest version tag + how many commits since that tag, not some arbitrary next release version number in a file.

We have the VCS package guidelines for a reason, please stick to them.

Radioactiveman commented on 2020-04-13 12:08 (UTC)

@dvzrv: But the Git version is 1.4.0, not 1.3.0-RC2 - see mumble.pri. However appending "git version" to the description would help maybe.

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.