Package Details: murmur-git 1.4.0.r712.g414ab61b6-1

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.000007
First Submitted: 2009-12-15 16:30 (UTC)
Last Updated: 2022-06-17 16:04 (UTC)

Pinned Comments

disastro commented on 2016-11-10 08:06 (UTC)

Latest ZeroC Ice 3.6.3 finally supports PHP 7 at least on 64-bit. https://aur.archlinux.org/packages/zeroc-ice-php56 should work with the changes I described in the comments.

Latest Comments

« First ‹ Previous 1 2 3

disastro commented on 2016-01-07 20:47 (UTC)

Updated to qt5, and yes ice is fully working.

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).