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

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?

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