Version: 1.3.3, Package name: mumble-1.3.3 |
Maintained by: Klemens Nanni |
Master sites: |
Description-main Mumble is an open source, low-latency, high quality voice chat application for groups. Mumble is the client for the (u)Murmur VoIP communication server. Description-server Murmur is the server component of Mumble, a low-latency, high quality VoIP application. murmurd.rc #!/bin/ksh # # $OpenBSD: murmurd.rc,v 1.1 2020/04/13 13:18:36 kn Exp $ daemon="${TRUEPREFIX}/sbin/murmurd" daemon_flags="-ini ${SYSCONFDIR}/murmur.ini" daemon_user="_murmurd" . /etc/rc.d/rc.subr # only reloads TLS settings rc_reload() { pkill -USR1 -T "${daemon_rtable}" -xf "${pexp}" } rc_cmd $1 |
Filesize: 8389.994 KB |
Version History (View Complete History) |
|
2020-10-07 10:58:34 by Klemens Nanni | Files touched by this commit (2) |
Log message: Update to Mumble 1.3.3 Fixed: Chatbox invisble (zero height) (#4388) Fixed: Handling of invalid packet sizes (#4394) Fixed: Race-condition leading to loss of shortcuts (#4430) Fixed: Link in About dialog is now clickable again (#4454) Fixed: Sizing issues in ACL-Editor (#4455) |
2020-07-11 07:14:47 by Klemens Nanni | Files touched by this commit (2) |
Log message: Update to mumble 1.3.2 No changes that effect our port. |
2020-06-16 04:16:20 by Klemens Nanni | Files touched by this commit (3) |
Log message: Update to mumble 1.3.1 https://github.com/mumble-voip/mumble/releases/tag/1.3.1 has mostly fixes for both client and server. Take MAINTAINER. |
2020-05-21 05:28:05 by Klemens Nanni | Files touched by this commit (3) |
Log message: Remove obsolete patches Two patches seem to have no effect: the first one fixes a C++ issue I do not see on amd64 when building without it, the second one supposedly fixes translation files, but without it I can switch between languages just fine. Both patches are there since import on 2014 and I they probably used to be relevant for older Mumble versions, but not so much today anymore. |
2020-05-14 12:50:08 by Klemens Nanni | Files touched by this commit (2) |
Log message: Unbreak dark style for default theme This "remove broken files" patch disables theme files such as "Mumble/OSX Dark.qss" which break the build with BSD make(1), which chokes on whitespaces in file names (even when escaped with backslashes). GNU make can cope with escaped whitespaces, everything builds fine with gmake(1). Since we are not OS X, these theme files are not installed anyway, so no PLIST change. Remove the patch and set USE_GMAKE; reason for this is that Mumble no longer errors out silently at runtime due to the patched file and disables the "Dark" style as a consequence (seen in developer console): <W> ... Style "Dark" of theme "Mumble" references invalid qss \ ":themes/Mumble/OSX Dark.qss" for platform "MAC" , skipping theme <W> ... Could not find configured theme "Mumble" <W> ... Applying fallback style sheet With this commit, Mumble shows no warnings and allows me to use the "Dark" style: <W> ... Theme: "Mumble" <W> ... Style: "Dark" <W> ... --> qss: ":themes/Mumble/Dark.qss" |
2020-05-14 12:01:48 by Klemens Nanni | Files touched by this commit (1) |
Log message: Regen patch (whitespace churn) |
2020-05-14 12:00:13 by Klemens Nanni | Files touched by this commit (1) |
Log message: Remove "Do not include nonexistent librt (part of libc)" patch Same as previous. |
2020-05-14 11:58:05 by Klemens Nanni | Files touched by this commit (1) |
Log message: Remove "Do not link against nonexistent librt (part of libc)" patch Doing so is correct, but the patched code is under "linux* { ... }" in the qmake file and therefore does not effect our build at all. The resulting Makefile did not change after removing this patch, everything built and linked fine as exepcted. |
2020-05-14 11:55:09 by Klemens Nanni | Files touched by this commit (2) |
Log message: Remove "Fix loading of CELT plugins; use celt from our tree"; forgot to do so in this commit: "Drop audio/celt07 dependency, use bundled CELT". No behaviour change. |
2020-04-13 07:50:19 by Stuart Henderson | Files touched by this commit (1) |
Log message: unbreak pkgnames. hopefully nobody built from this in the meantime because handling an update from the invalid pkgname is way more hassle than it's worth. |
2020-04-13 07:18:36 by Klemens Nanni | Files touched by this commit (9) |
Log message: Build and package Mumble server component (murmur) Simple MULTI_PACKAGES addition, no FLAVOR. Diff from Thomas L. - thanks! Tweaks and tests from me "pkg_add murmur && rcctl start murmurd" just works on amd64 and sparc64 |
2020-04-09 12:18:06 by Theo Buehler | Files touched by this commit (2) |
Log message: Now that libssl has been fixed, we no longer need to enable TLSv1.3 ciphers explicitly, so remove temporary workaround. ok kn |
2020-04-05 15:14:44 by Klemens Nanni | Files touched by this commit (8) |
Log message: Drop audio/celt07 dependency, use bundled CELT Previous releases presumable required an external CELT port, but Mumble 1.3.0 builds fine with its bundled version, so use it and stop patching around it to use our own outdated CELT 0.7 API port. Builds and runs fine without celt installed on amd64. OK sthen |
2020-04-04 20:46:58 by Klemens Nanni | Files touched by this commit (3) |
Log message: Simplify patch by disabling code with "#if 0" instead of removing it While here, comment another patch. No behaviour change, tested on amd64. |
2020-04-04 09:41:06 by Klemens Nanni | Files touched by this commit (1) |
Log message: Remove audio/celt as RDEP CELT has been merged into Opus and is obsolete, Mumble builds and runs fine without celt installed. OK rsadowski |
2020-03-21 10:19:27 by Klemens Nanni | Files touched by this commit (2) |
Log message: Fix/workaround TLS 1.3 support with libssl Input jb jsing |
2020-03-19 15:20:36 by Klemens Nanni | Files touched by this commit (2) |
Log message: Use smaller .tar.gz not .zip sources |
2020-03-19 15:02:40 by Klemens Nanni | Files touched by this commit (1) |
Log message: Enable SEPARATE_BUILD 147M sources and 390M built objects are worth separating; no PLIST change. |
2020-03-13 17:31:22 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Switch back to portaudio, jack output is unreliable Report and fix from Nam Nguyen. While here, provide debug-mumble. |
2020-03-06 05:00:09 by Charlene Wendling | Files touched by this commit (1) |
Log message: mumble: don't use pre compilated headers on gcc archs because they are invalid there. OK jca@ |
2020-02-24 22:14:52 by Rafael Sadowski | Files touched by this commit (61) |
Log message: Update mumble to 1.3.0 Mumble 1.3.0 can't connect to some older servers, it will complain that the server is using old crypto. For your security, update your servers. Tweaks, test and ok solene@ |
2019-12-06 16:12:07 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Use https for HOMEPAGE Note: mumble-1.3.0 has been released |
2019-08-05 11:42:40 by Stuart Henderson | Files touched by this commit (42) |
Log message: fix audio/mumble build with protobuf 3.7+, from https://github.com/mumble-voip/mumble/pull/3623 via pkgsrc |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-07-10 04:54:23 by Theo Buehler | Files touched by this commit (1) |
Log message: Fix after protobuf 3.6.0 update (now needs C++ 11). ok jca |
2018-06-29 16:16:37 by Marc Espie | Files touched by this commit (950) |
Log message: @tag gtk-update-icon-cache |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2018-01-28 14:04:30 by Rafael Sadowski | Files touched by this commit (1) |
Log message: fix mumble for upcoming boost 1.66.0 "do not use non-existant template version of std::abs" commit ea861fe86743c8402bbad77d8d1dd9de8dce447e ok jca@ |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2017-02-28 08:35:22 by David Coppa | Files touched by this commit (4) |
Log message: Update to mumble-1.2.19 |
2016-10-11 06:59:12 by David Coppa | Files touched by this commit (2) |
Log message: Update to mumble-1.2.17 |
2016-06-11 11:06:07 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Use MODQT_LRELEASE instead of hardcoding lrelease4 ok dcoppa@ |
2016-05-10 01:44:11 by David Coppa | Files touched by this commit (4) |
Log message: Bugfixing update to mumble-1.2.16 |
2016-03-26 14:37:36 by Vadim Zhukov | Files touched by this commit (38) |
Log message: Zap more lines from qmake-based ports by moving them from the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to the "MODULES=devel/qmake x11/qtX" logic. Discussed with espie@ a few weeks ago. |
2016-03-18 17:12:22 by Christian Weisgerber | Files touched by this commit (183) |
Log message: remove SHARED_ONLY from ports that only use modules that neither set nor read this variable |
2016-03-07 04:58:49 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Convert to MODQMAKE, -6 Makefile lines. |
2016-02-25 09:01:39 by David Coppa | Files touched by this commit (2) |
Log message: Update to mumble-1.2.14 |
2016-01-18 08:13:54 by David Coppa | Files touched by this commit (2) |
Log message: maintenance update to mumble-1.2.13 |
2015-12-29 12:49:41 by Jasper Lievisse Adriaanse | Files touched by this commit (44) |
Log message: DISTNAME is set by bsd.port.mk for these ports now |
2015-12-22 03:09:43 by David Coppa | Files touched by this commit (2) |
Log message: Bugfix update to mumble-1.2.12 |
2015-12-09 05:22:45 by David Coppa | Files touched by this commit (4) |
Log message: Update to mumble-1.2.11 |
2015-07-17 09:09:42 by David Coppa | Files touched by this commit (3) |
Log message: Update to mumble-1.2.10 |
2015-06-12 03:43:12 by David Coppa | Files touched by this commit (5) |
Log message: Maintenance update to mumble-1.2.9 |
2015-03-27 02:43:02 by Antoine Jacoutot | Files touched by this commit (24) |
Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump |