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

1 2 3 4 5 6 .. 10 Next › Last »

Radioactiveman commented on 2023-03-06 19:29 (UTC) (edited on 2023-03-06 19:30 (UTC) by Radioactiveman)

@IncredibleLaser: It seems 'pipewire' (or meanwhile 'libpipewire') is not required at all as make dependency.

Mumble uses the files from /mumble/3rdparty/pipewire/ for compilation and the build option is always enabled by default. The file /usr/lib/libpipewire-0.3.so from 'libpipewire' is loaded on runtime if it is installed.

So only an opt-dep is required. Mumble 1.5 from [community] does not list it though. You may file a bug report if this bothers you.

Radioactiveman commented on 2021-05-24 13:23 (UTC)

@IncredibleLaser: Thanks for the suggestion. PipeWire is now a make/opt dependency.

IncredibleLaser commented on 2021-05-24 09:42 (UTC)

Mumble now has support for using pipewire directly (https://github.com/mumble-voip/mumble/pull/4970). Could you add pipewire as a dependency and enable the build option please (enabled by default though)? Thanks in advance!

Radioactiveman commented on 2021-04-18 10:06 (UTC)

@talos767: Done, thanks for the hint.

talos767 commented on 2021-04-18 01:30 (UTC)

Seems to require poco as a dependency; may be nice to add that.

Radioactiveman commented on 2021-02-16 18:28 (UTC)

@Popkornium18: Fixed, thanks for reporting.

Popkornium18 commented on 2021-02-16 14:51 (UTC)

Building fails for me:

==> Starting build()...
usage: mumble-version.py [-h] [-f {full,version,suffix}] [-n] [-r REVISION]
                         [-t {snapshot,beta,rc,stable}]
mumble-version.py: error: unrecognized arguments: -p
==> ERROR: A failure occurred in build().

mqs commented on 2020-12-22 22:52 (UTC)

@Radioactiveman

Thank you! that (installing multilib-devel) worked perfectly!

Radioactiveman commented on 2020-12-11 20:07 (UTC) (edited on 2020-12-11 20:20 (UTC) by Radioactiveman)

@mqs: Sorry for the late response, I haven't received a notification for your comment.

You can either install the package group "multilib-devel" or disable the Mumble overlay in case you don't use it. To do that add "-Doverlay:BOOL='OFF' \" to the CMake parameters (line 60).

See also: https://wiki.archlinux.org/index.php/Official_repositories#multilib

mqs commented on 2020-11-12 01:54 (UTC)

Thank you for providing this, the "normal" mumble package seems to crash quite often on my system.

When trying to build this package, I get the following error since a while (the last working version I have installed is 1:1.3.0.rc2.r591.g7c67ea33f-1):

[...]
-- speexdsp found | Version: 1.2.0
-- Disabling warnings for targets: rnnoise
-- speech-dispatcher found | Version: 0.10.1
-- Qt5 component found: DBus | Version: 5.15.1
-- Qt5 component found: LinguistTools | Version: 5.15.1
-- ALSA found
-- Looking for sys/cdefs.h
-- Looking for sys/cdefs.h - not found
CMake Error at overlay_gl/CMakeLists.txt:39 (message):
  Can't find the 32bit version of sys/cdefs.h - did you install g++-multilib?


-- Configuring incomplete, errors occurred!
See also "/home/mqus/.cache/yay/mumble-git/src/mumble/build/CMakeFiles/CMakeOutput.log".
See also "/home/mqus/.cache/yay/mumble-git/src/mumble/build/CMakeFiles/CMakeError.log".

In case you noticed yay in the logs: Yes, I also tried to build it manually with makepkg -sr but the same error was thrown. Let me know if you also need the log files referenced above.