Here's the latest update; clients works fine for me, but I don't use
it that much these days.
Anyone running the server part? Would be great to hear test reports
before commit.
RNNoise is now disabled. This makes net/tdesktop the last consumer of
audio/rnnoise.
Possibly OpenBSD relevant changes:
Client
Changed: Disable RNNoise by default (#5689)
Fixed: Context and identity not getting cleared (#5658)
Fixed: Don't display unsupported ACL (#5781)
Fixed: Improve appstream metadata (#5499)
Fixed: Minimal view not always working (#5786)
Fixed: PFS information being incorrect (#5656)
Fixed: Percent encoded links not clickable (#5657)
Fixed: Prefer selected tree item for context menu creation (#5778)
Fixed: Register simultaneous mouse button presses separately (#5784)
Fixed: Show friendlier text when displaying notifications (#5782)
Fixed: properly verify certificates when SRV records are used (#5783)
Fixed: resolve list tags, etc. polluting log (#5621)
Fixed: Remove duplicate entry for "What's this?" in UserModel (#5795)
Fixed: User and channel status icons take display scaling into account (#5779)
Server
Fixed: Add missing line breaks to --help output (#5456)
Fixed: Improve rememberchannelduration compare logic (#5652)
Fixed: Update suppress state on ACL change (#5780)
Full changelog:
https://github.com/mumble-voip/mumble/releases/tag/v1.4.274
Feedback? OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/mumble/Makefile,v
retrieving revision 1.66
diff -u -p -r1.66 Makefile
--- Makefile 3 Apr 2022 09:48:41 -0000 1.66
+++ Makefile 28 Aug 2022 12:32:54 -0000
@@ -1,11 +1,9 @@
COMMENT-main = low-latency voice chat client
COMMENT-server = low-latency voice chat server
-VERSION = 1.4.230
+VERSION = 1.4.274
DISTNAME = mumble-${VERSION}
PKGNAME-server = murmur-${VERSION}
-REVISION-main = 2
-REVISION-server = 2
CATEGORIES = audio net
@@ -14,12 +12,11 @@ HOMEPAGE = https://www.mumble.info/
MASTER_SITES = https://github.com/mumble-voip/mumble/releases/download/v${VERSION}/
MASTER_SITES0 = https://github.com/mumble-voip/mumble/commit/
-# all merged into master but not released yet
+# all merged into master but not released/merged into 1.4.x branch yet
PATCHFILES = mumble-kvm_getprocs-ALL_arg-{}42ad5ed.patch:0 \
mumble-kvm_getprocs-pass-elemsize-{}ccbacbf.patch:0 \
mumble-struct_procinfo-member_prefix-{}a707213.patch:0 \
mumble-audiowizard-fix_Werror-{}0c769d8.patch:0 \
- mumble-use-system-rnnoise-{}d45318d.patch:0 \
mumble-enable-xinput2-{}904bae1.patch:0
# pending "BUILD(cmake): Build/install celt as module"
@@ -36,7 +33,7 @@ MAINTAINER = Klemens Nanni <kn@openbsd.
WANTLIB-main += ${COMPILER_LIBCXX} PocoFoundation PocoUtil PocoXML
WANTLIB-main += PocoZip Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network
WANTLIB-main += Qt5Sql Qt5Svg Qt5Widgets Qt5Xml X11 Xext Xi c crypto kvm
-WANTLIB-main += m protobuf rnnoise sndfile speex speexdsp ssl
+WANTLIB-main += m protobuf sndfile speex speexdsp ssl
# dlopen()'ed
WANTLIB-main += opus portaudio
@@ -44,7 +41,7 @@ WANTLIB-main += opus portaudio
WANTLIB-server += ${COMPILER_LIBCXX} Qt5Core Qt5DBus Qt5Network Qt5Sql
WANTLIB-server += Qt5Xml c crypto m protobuf ssl
-WRKDIST = ${WRKDIR}/${DISTNAME}.src
+WRKDIST = ${WRKDIR}/mumble-src
MULTI_PACKAGES = -main -server
@@ -59,7 +56,6 @@ BUILD_DEPENDS = devel/boost
LIB_DEPENDS-main = audio/libsndfile>=1.0.25p0 \
audio/opus \
audio/portaudio-svn \
- audio/rnnoise \
audio/speex \
devel/protobuf \
net/poco \
@@ -76,7 +72,6 @@ CONFIGURE_ARGS += -Wno-dev
# ${WRKSRC}/docs/dev/build-instructions/cmake_options.md
CONFIGURE_ARGS += -Dbundled-opus=OFF \
- -Dbundled-rnnoise=OFF \
-Dbundled-speex=OFF \
-Dice=OFF \
-Djackaudio=OFF \
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/mumble/distinfo,v
retrieving revision 1.23
diff -u -p -r1.23 distinfo
--- distinfo 18 Mar 2022 15:37:56 -0000 1.23
+++ distinfo 28 Aug 2022 12:30:51 -0000
@@ -1,16 +1,14 @@
-SHA256 (mumble-1.4.230.tar.gz) = tn2CtObMWDS5ZcW8JTOeRWU0u9W53abIyVz5y4DkNLA=
+SHA256 (mumble-1.4.274.tar.gz) = fsh93MzYkp5ABi6m6Gjyh1CdRDbGC7x1YGy/W2swO4s=
SHA256 (mumble-audiowizard-fix_Werror-0c769d8.patch) = yE8VQPGskc74dwXR1OnTj+bHsmEsKM0LxqDb6QsxHpA=
SHA256 (mumble-celt-module-43176a1.patch) = jKgGZF1Ern5qiFYQCQxtJ0BAvbw9eq+UFgPsDVj/9oQ=
SHA256 (mumble-enable-xinput2-904bae1.patch) = qp+3uz216Y+izrWg1Hh4L+AKLnK9hTv8h0MFVXXUeWE=
SHA256 (mumble-kvm_getprocs-ALL_arg-42ad5ed.patch) = cC7hausQhddaotgMf1HJaU9G4MG/O+o9xkTv06NPBrY=
SHA256 (mumble-kvm_getprocs-pass-elemsize-ccbacbf.patch) = dXlMiBCNEQ4oS+sxjjr8W7odlm0UuZVGwiHsLytNS84=
SHA256 (mumble-struct_procinfo-member_prefix-a707213.patch) = 9+fCD2/g+OqQVNfHhQ6r3qRL8cVLpd0bxK37baAwXlA=
-SHA256 (mumble-use-system-rnnoise-d45318d.patch) = NctW70tU5VLFqTJeTcsWPU9YwmTsrbYHN+S7ZpHW06Q=
-SIZE (mumble-1.4.230.tar.gz) = 9441667
+SIZE (mumble-1.4.274.tar.gz) = 9446657
SIZE (mumble-audiowizard-fix_Werror-0c769d8.patch) = 1938
SIZE (mumble-celt-module-43176a1.patch) = 5162
SIZE (mumble-enable-xinput2-904bae1.patch) = 2023
SIZE (mumble-kvm_getprocs-ALL_arg-42ad5ed.patch) = 1961
SIZE (mumble-kvm_getprocs-pass-elemsize-ccbacbf.patch) = 1418
SIZE (mumble-struct_procinfo-member_prefix-a707213.patch) = 1250
-SIZE (mumble-use-system-rnnoise-d45318d.patch) = 4172
Index: patches/patch-scripts_murmur_ini
===================================================================
RCS file: /cvs/ports/audio/mumble/patches/patch-scripts_murmur_ini,v
retrieving revision 1.5
diff -u -p -r1.5 patch-scripts_murmur_ini
--- patches/patch-scripts_murmur_ini 11 Mar 2022 18:20:20 -0000 1.5
+++ patches/patch-scripts_murmur_ini 22 Aug 2022 09:25:22 -0000
@@ -48,7 +48,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
-@@ -409,6 +409,6 @@ allowping=true
+@@ -438,6 +438,6 @@ allowping=true
; leave the defaults as they are.
; Please note that this section has to be last in the configuration file.
;
Index: patches/patch-src_mumble_Settings_cpp
===================================================================
RCS file: /cvs/ports/audio/mumble/patches/patch-src_mumble_Settings_cpp,v
retrieving revision 1.5
diff -u -p -r1.5 patch-src_mumble_Settings_cpp
--- patches/patch-src_mumble_Settings_cpp 11 Mar 2022 18:20:20 -0000 1.5
+++ patches/patch-src_mumble_Settings_cpp 22 Aug 2022 09:25:22 -0000
@@ -3,7 +3,7 @@ Disable submitting anonymous statistics
Index: src/mumble/Settings.cpp
--- src/mumble/Settings.cpp.orig
+++ src/mumble/Settings.cpp
-@@ -393,7 +393,7 @@ Settings::Settings() {
+@@ -389,7 +389,7 @@ Settings::Settings() {
bHideInTray = !isUnityDesktop && QSystemTrayIcon::isSystemTrayAvailable();
No comments:
Post a Comment