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)

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

Radioactiveman commented on 2014-05-11 11:27 (UTC)

Fixed properly, thanks.

IncredibleLaser commented on 2014-05-11 09:38 (UTC)

One more thing: the line ln -s libmumble.so.$_pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.2 should be changed to ln -s libmumble.so.$_pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.3 as $_pkgver is 1.3.0.

Radioactiveman commented on 2014-05-10 19:43 (UTC)

...and already fixed, nice. OSS is enabled again.

Radioactiveman commented on 2014-05-10 19:17 (UTC)

Thanks, I merged your PKGBUILD with some slightly changes. The OSS error occurs since the update of GCC to version 4.9. I have filed a bug report to Mumble.

IncredibleLaser commented on 2014-05-10 13:56 (UTC)

I have uploaded a modified PKGBUILD at http://pastebin.ca/2737879. Differences: - It has OSS disabled (couldn't build with OSS today) - git submodules are included in the source array - updates git submodules so they don't need to be pulled from the internet every time you build Problem was if you have makepkg set up to build like I do, the submodules got checked out from scratch every time the package was built. This way, the submodules are part of the source and only updated when necessary.

Radioactiveman commented on 2013-12-28 00:45 (UTC)

What do you mean with updating? There is no need to do that for git packages, just recompile it to get the latest version.

vorot93 commented on 2013-12-28 00:32 (UTC)

Time to update the package?

Kiwii commented on 2013-04-24 16:50 (UTC)

It's possible to use the bundled celt version (linked in the git repo) instead of downgrading the system library. I don't know how to properly check out git submodules from within a PKGBUILD but as a quick and dirty solution I just added 'git submodule init && git submodule update' right after the line 'cd "$srcdir/mumble"'. I also removed the Buildfix and changed 'no-bundled-celt' to 'bundled-celt'. In the package() function I added these two lines: install -m755 -D ./release/libcelt0.so.0.7.0 $pkgdir/usr/lib/mumble/libcelt0.so.0.7.0 install -m755 -D ./release/libcelt0.so.0.11.0 $pkgdir/usr/lib/mumble/libcelt0.so.0.11.0 Here's the full modified PKGUILD: http://pastebin.com/RFqaccqe

Radioactiveman commented on 2013-04-18 19:49 (UTC)

Have you tried downgrading celt? You could also ask at #mumble on freenode.net.

<deleted-account> commented on 2013-04-16 03:57 (UTC)

Is there any work around for the sound issue with the latest version of celt? I used this version and edited the PKGBUILD to enable speech-dispatcher, but when people talk it sounds very staticy to me. Any information would be appreciated. Thanks