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 »

C0rn3j commented on 2018-05-20 22:34 (UTC)

I can't get text to speech working on a clean install anymore and I have no clue how to diagnose it, launching mumble through terminal doesn't seem to give any errors about TTS.

svenstaro commented on 2017-03-27 12:16 (UTC)

Heads-up: With the upcoming changes to openssl in [testing], you'll have to make mumble ust openssl-1.0 for now because qt5-base couldn't be migrated to openssl 1.1 for the time being.

Radioactiveman commented on 2016-10-26 18:29 (UTC)

No, this is a different problem. Reported at https://github.com/mumble-voip/mumble/issues/2600.

dmp1ce commented on 2016-10-26 14:18 (UTC)

I'm getting a number of errors when building. Am I mssing a dependency? /usr/include/qt/QtWidgets/qstyleoption.h: In member function ‘QStyleOptionGraphicsItem& QStyleOptionGraphicsItem::operator=(const QStyleOptionGraphicsItem&)’: /usr/include/qt/QtWidgets/qstyleoption.h:647:24: error: ambiguous overload for ‘operator=’ (operand types are ‘QMatrix’ and ‘const QMatrix’) class Q_WIDGETS_EXPORT QStyleOptionGraphicsItem : public QStyleOption ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt/QtGui/qtransform.h:42:0, from /usr/include/qt/QtGui/qimage.h:47, from /usr/include/qt/QtGui/qpixmap.h:48, from /usr/include/qt/QtGui/qbitmap.h:43, from /usr/include/qt/QtGui/QtGui:8, from mumble_pch.hpp:30: /usr/include/qt/QtGui/qmatrix.h:66:14: note: candidate: QMatrix& QMatrix::operator=(QMatrix) QMatrix &operator=(QMatrix &&other) Q_DECL_NOTHROW // = default ^~~~~~~~ /usr/include/qt/QtGui/qmatrix.h:68:14: note: candidate: QMatrix& QMatrix::operator=(const QMatrix&) QMatrix &operator=(const QMatrix &) Q_DECL_NOTHROW; // = default ^~~~~~~~ In file included from /usr/include/qt/QtWidgets/qabstractitemdelegate.h:44:0, from /usr/include/qt/QtWidgets/QtWidgets:29, from mumble_pch.hpp:33: /usr/include/qt/QtWidgets/qstyleoption.h: In copy constructor ‘QStyleOptionGraphicsItem::QStyleOptionGraphicsItem(const QStyleOptionGraphicsItem&)’: /usr/include/qt/QtWidgets/qstyleoption.h:658:109: note: synthesized method ‘QStyleOptionGraphicsItem& QStyleOptionGraphicsItem::operator=(const QStyleOptionGraphicsItem&)’ first required here QStyleOptionGraphicsItem(const QStyleOptionGraphicsItem &other) : QStyleOption(Version, Type) { *this = other; } ^~~~~ In file included from /usr/include/qt/QtWidgets/QtWidgets:46:0, from mumble_pch.hpp:33: /usr/include/qt/QtWidgets/qaction.h: At global scope: /usr/include/qt/QtWidgets/qaction.h:93:40: error: ‘nullptr’ was not declared in this scope explicit QAction(QObject *parent = nullptr); ^~~~~~~ /usr/include/qt/QtWidgets/qaction.h:94:61: error: ‘nullptr’ was not declared in this scope explicit QAction(const QString &text, QObject *parent = nullptr); ^~~~~~~ /usr/include/qt/QtWidgets/qaction.h:95:80: error: ‘nullptr’ was not declared in this scope explicit QAction(const QIcon &icon, const QString &text, QObject *parent = nullptr); ^~~~~~~ make[2]: *** [Makefile.Release:729: release/mumble.gch/c++] Error 1 make[2]: Leaving directory '/home/dmp1ce/.cache/pacaur/mumble-git/src/mumble/src/mumble' make[1]: *** [Makefile:38: release] Error 2 make[1]: Leaving directory '/home/dmp1ce/.cache/pacaur/mumble-git/src/mumble/src/mumble' make: *** [Makefile:538: sub-src-mumble-release_ordered] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :: qt5-tools is a new orphan package :: failed to build mumble-git package(s)

Radioactiveman commented on 2015-12-11 17:25 (UTC) (edited on 2015-12-11 17:25 (UTC) by Radioactiveman)

Hi, sorry for the late reply. I have not gotten an email notification. Without libxkbcommon-x11 Mumble does not run on X11. But most users are on X11 and packages like transmission-qt and qmmp also depend on qt5-base and libxkbcommon-x11.

linkmauve commented on 2015-11-05 22:03 (UTC)

Hi, it seems the libxkbcommon-x11 isn’t required to run this program, and is already suggested by qt5-base, it should either be dropped or at least set as an optional dependency, as it is only required for X11 support.

cookiecaper commented on 2015-05-14 02:42 (UTC)

FYI, upon completely removing /tmp/makepkg/mumble-git and rebuilding, the error listed below has been rectified. I can now build successfully. Unsure what happened to the tree before, but completely removing it and calling the build again fixed the problem.