Updated to qt5, and yes ice is fully working.
Search Criteria
Package Details: murmur-git 1.4.0.r712.g414ab61b6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/murmur-git.git (read-only, click to copy) |
---|---|
Package Base: | murmur-git |
Description: | The voice chat application server for Mumble (git version) |
Upstream URL: | https://www.mumble.info/ |
Licenses: | BSD |
Conflicts: | murmur, murmur-ice, murmur-static |
Provides: | murmur |
Submitter: | OttoA |
Maintainer: | disastro |
Last Packager: | disastro |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2009-12-15 16:30 (UTC) |
Last Updated: | 2022-06-17 16:04 (UTC) |
Dependencies (9)
- avahi
- lsb-release
- protobuf (protobuf-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- zeroc-ice
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (0)
Sources (8)
Latest Comments
« First ‹ Previous 1 2 3
disastro commented on 2016-01-07 20:47 (UTC)
meZee commented on 2015-12-10 12:10 (UTC) (edited on 2015-12-10 12:10 (UTC) by meZee)
The Ice package is currently fixed and compiling. Current mumble version is 1.3.0, and Qt5 is now the qt dependency.
disastro commented on 2015-05-07 18:00 (UTC)
This has not been tested extensively yet, closely follows the official package. ICE is not tested since zeroc-ice doesn't compile currently, will hopefully sort that out in the near future.
Please report any problems you have.
OttoA commented on 2014-05-24 18:47 (UTC)
Was flagged out of date. However it still builds the current git master branch, which is where development happens as far as I can see, even though the displayed version number is 1.2.6.
If there are issues please let me know
OttoA commented on 2013-05-19 11:11 (UTC)
use git source, add pkgver() function
OttoA commented on 2013-03-07 20:33 (UTC)
should work now
IncredibleLaser commented on 2013-03-03 10:35 (UTC)
The following change was needed for me to compile this as of late:
sed "s|MAX(sizeof(struct in6_pktinfo)|std::max(sizeof(struct in6_pktinfo)|g" -i src/murmur/Server.cpp
before "make release".
xPlozion commented on 2013-03-03 07:27 (UTC)
Please update package to use qt4
IncredibleLaser commented on 2013-01-12 06:52 (UTC)
Little remark: with your "[[ ${_use_zeroc_ice} ]]" you only check if the variable exists and it does, even when set to 0. Either comment out _use_zeroc_ice="0" (and set it to "1" or "yes" then for clarity) or replace your checks with "[[ $_use_zeroc_ice != "0" ]]" (or something better).
Pinned Comments
disastro commented on 2016-11-10 08:06 (UTC)