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

C0rn3j commented on 2019-01-25 09:22 (UTC)

Can't build anymore

/usr/bin/ld: ../../release/.obj/mumble/AudioOutput.o: in function AudioOutput::addFrameToBuffer(ClientUser*, QByteArray const&, unsigned int, MessageHandler::UDPMessageType)': AudioOutput.cpp:(.text+0xc09): undefined reference toAudioOutputSpeech::AudioOutputSpeech(ClientUser*, unsigned int, MessageHandler::UDPMessageType)' /usr/bin/ld: AudioOutput.cpp:(.text+0xc61): undefined reference to AudioOutputSpeech::addFrameToBuffer(QByteArray const&, unsigned int)' /usr/bin/ld: ../../release/.obj/mumble/moc_AudioOutputSpeech.o:(.data.rel.ro._ZTV17AudioOutputSpeech[_ZTV17AudioOutputSpeech]+0x28): undefined reference toAudioOutputSpeech::~AudioOutputSpeech()' /usr/bin/ld: ../../release/.obj/mumble/moc_AudioOutputSpeech.o:(.data.rel.ro._ZTV17AudioOutputSpeech[_ZTV17AudioOutputSpeech]+0x30): undefined reference to AudioOutputSpeech::~AudioOutputSpeech()' /usr/bin/ld: ../../release/.obj/mumble/moc_AudioOutputSpeech.o:(.data.rel.ro._ZTV17AudioOutputSpeech[_ZTV17AudioOutputSpeech]+0x70): undefined reference toAudioOutputSpeech::needSamples(unsigned int)' collect2: error: ld returned 1 exit status

Radioactiveman commented on 2018-12-30 20:22 (UTC)

@Martchus: Thanks for the suggestion, I have updated the PKGBUILD accordingly.

Martchus commented on 2018-12-29 19:49 (UTC)

Maybe we want https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/mumble&id=9a938e1023f678a7927f2e7c693009c0d10eb9d6 here, too?

Mumble itself does not depend on libdbusmenu-qt5. Maybe that requirement comes from a certain Qt 5 plugin which is loaded by mumble? In this case I wouldn't add libdbusmenu-qt5 as dependency.

Radioactiveman commented on 2018-11-06 18:33 (UTC)

@Refutationalist I don't have libdbusmenu-qt5 installed on my machine and Mumble still launches. What's the output if you start it in a console?

Refutationalist commented on 2018-11-06 10:02 (UTC)

Depends on libdbusmenu-qt5

Will build, won't launch. Probably a few other qt5 packages, but I haven't tested that thoroughly.

Radioactiveman commented on 2018-08-01 22:22 (UTC)

Upstream uses JACK2 as well for their CI builds. https://github.com/mumble-voip/mumble/blob/master/scripts/travis-ci/before_install.bash#L26

Lucki commented on 2018-08-01 21:43 (UTC)

Nice! But is there a reason you've chosen jack2? jack2 would also provide the dependency jack.

Radioactiveman commented on 2018-07-16 18:34 (UTC) (edited on 2018-07-16 18:35 (UTC) by Radioactiveman)

@Lucki: JACK audio output is now supported

@C0rn3j: espeak is now an optional dependency

Lucki commented on 2018-07-15 09:33 (UTC) (edited on 2018-07-15 11:32 (UTC) by Lucki)

With PR #3396 there's now support for jack implemented. To make use of this jack needs to be installed at build time. Maybe add jack to makedepends and optdepends array?

C0rn3j commented on 2018-07-13 10:48 (UTC)

@Radioactiveman I installed festival, rebuilt and TTS still didn't work.

Removed festival, installed espeak, rebuilt and TTS worked.

Wouldn't it be a good idea to add espeak as an optional dependency to this package?