Fixed properly, thanks.
Search Criteria
Package Details: mumble-git 1:1.4.0.development.snapshot.006.r1447.g71010603d-1
Package Actions
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-09-20 00:44 (UTC) |
Dependencies (59)
- alsa-lib
- avahi
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libcrypto.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libdns_sd.so (avahi)
- libopus.so (lib32-opus, opus)
- libprotobuf.so (protobuf-gitAUR, protobuf-21AUR, protobuf)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsndfile (libsndfile-gitAUR)
- libsndfile.so (libsndfile-gitAUR, lib32-libsndfile, libsndfile)
- libspeechd (libspeechd-gitAUR)
- libspeexdsp.so (speexdsp-gitAUR, lib32-speexdsp, speexdsp)
- libssl.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libx11 (libx11-gitAUR)
- libxi (libxi-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- Show 39 more dependencies...
Required by (8)
- ioquake3-git (requires mumble) (optional)
- lilium-voyager-git (requires mumble) (optional)
- linux-air-combat (requires mumble) (optional)
- spearmint (requires mumble) (optional)
- spearmint-git (requires mumble) (optional)
- urbanterror41 (requires mumble)
- vkquake3-git (requires mumble) (optional)
- wahay-bin (requires mumble)
Sources (11)
- git+https://github.com/Krzmbrzl/cmake-compiler-flags.git
- git+https://github.com/Krzmbrzl/FindPythonInterpreter.git
- git+https://github.com/microsoft/GSL.git
- git+https://github.com/mumble-voip/mach_override.git
- git+https://github.com/mumble-voip/minhook.git
- git+https://github.com/mumble-voip/mumble.git
- git+https://github.com/mumble-voip/rnnoise.git
- git+https://github.com/mumble-voip/SPSCQueue.git
- git+https://github.com/nlohmann/json.git
- git+https://github.com/wolfpld/tracy.git
- git+https://github.com/xiph/speexdsp.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)
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
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 includingprotobuf
and finally compilemumble-git
again.