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.
This commit is contained in:
parent
93fa974d4e
commit
1b8832fb67
@ -1,23 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2020/05/21 11:28:05 kn Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2020/06/16 10:16:20 kn Exp $
|
||||
|
||||
COMMENT-main = low-latency voice chat client
|
||||
COMMENT-server = low-latency voice chat server
|
||||
|
||||
VERSION = 1.3.0
|
||||
VERSION = 1.3.1
|
||||
DISTNAME = mumble-${VERSION}
|
||||
PKGNAME-main = mumble-${VERSION}
|
||||
PKGNAME-server = murmur-${VERSION}
|
||||
REVISION-main = 9
|
||||
|
||||
CATEGORIES = audio net
|
||||
|
||||
HOMEPAGE = https://www.mumble.info/
|
||||
|
||||
MASTER_SITES = https://github.com/mumble-voip/mumble/releases/download/1.3.0/
|
||||
MASTER_SITES = https://github.com/mumble-voip/mumble/releases/download/${VERSION}/
|
||||
|
||||
# BSD3
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MAINTAINER = Klemens Nanni <kn@openbsd.org>
|
||||
|
||||
WANTLIB-main += ${COMPILER_LIBCXX} GL Qt5Core Qt5DBus Qt5Gui Qt5Network
|
||||
WANTLIB-main += Qt5Sql Qt5Svg Qt5Widgets Qt5Xml X11 Xi c crypto
|
||||
WANTLIB-main += m opus portaudio protobuf sndfile speex speexdsp ssl
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mumble-1.3.0.tar.gz) = mo3iVHNEliqBwAw3tdi9WjcbtoX6Ns8Do/E043x5uA0=
|
||||
SIZE (mumble-1.3.0.tar.gz) = 8788587
|
||||
SHA256 (mumble-1.3.1.tar.gz) = tiu3xW9HJwC8XDYT8V7NPacZHU4mnLAJEVUeEngSc/0=
|
||||
SIZE (mumble-1.3.1.tar.gz) = 8587417
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-scripts_murmur_ini,v 1.2 2020/05/14 18:01:48 kn Exp $
|
||||
$OpenBSD: patch-scripts_murmur_ini,v 1.3 2020/06/16 10:16:20 kn Exp $
|
||||
|
||||
Comment unavailable options and set default database and log locations.
|
||||
|
||||
@ -41,7 +41,7 @@ Index: scripts/murmur.ini
|
||||
|
||||
; If you want to expose Murmur's experimental gRPC API, you
|
||||
; need to specify an address to bind on.
|
||||
@@ -102,7 +102,7 @@ icesecretwrite=
|
||||
@@ -93,7 +93,7 @@ icesecretwrite=
|
||||
; logs to the file 'murmur.log'. If you leave this field blank
|
||||
; on Unix-like systems, Murmur will force itself into foreground
|
||||
; mode which logs to the console.
|
||||
@ -50,7 +50,7 @@ Index: scripts/murmur.ini
|
||||
|
||||
; If set, Murmur will write its process ID to this file
|
||||
; when running in daemon mode (when the -fg flag is not
|
||||
@@ -272,6 +272,6 @@ allowping=true
|
||||
@@ -375,6 +375,6 @@ allowping=true
|
||||
; leave the defaults as they are.
|
||||
; Please note that this section has to be last in the configuration file.
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user