Accepting request 998520 from home:iDesmI:Wayland
- Update to 1.4.274: - Client: * Changed: Disable RNNoise by default * Changed: Don’t hard block shortcuts on Wayland * Fixed: Context and identity not getting cleared * Fixed: Don’t display unsupported ACL * Fixed: Fix PipeWire not being usable in Flatpaks * Fixed: Icon not used on Plasma Wayland session * Fixed: Improve appstream metadata * Fixed: Minimal view not always working * Fixed: PFS information being incorrect * Fixed: Percent encoded links not clickable * Fixed: Prefer selected tree item for context menu creation * Fixed: Prevent endless loop when disconnecting PipeWire stream * Fixed: Register simultaneous mouse button presses separately * Fixed: Show friendlier text when displaying notifications * Fixed: Properly verify certificates when SRV records are used * Fixed: Resolve list tags, etc. polluting log * Fixed: Remove duplicate entry for “What’s this?” in UserModel * Fixed: User and channel status icons now take display scaling into account - Server: * Fixed: Add missing line breaks to –help output * Fixed: Improve rememberchannelduration compare logic * Fixed: Update suppress state on ACL change - Positional audio plugins: * Fixed: Fix Quake Live plugin * Fixed: Update Among Us plugin to work with v2022.3.29s (1864) OBS-URL: https://build.opensuse.org/request/show/998520 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=146
This commit is contained in:
parent
1375be323b
commit
769833dbb6
@ -1,33 +0,0 @@
|
||||
From 36398fb3b293fc889bbc38df29665359f5c2a0ca Mon Sep 17 00:00:00 2001
|
||||
From: Sergei Trofimovich <slyich@gmail.com>
|
||||
Date: Sun, 27 Feb 2022 10:59:57 +0000
|
||||
Subject: [PATCH] BUILD(positional-audio): Fix missing <memory> include
|
||||
|
||||
Without the change the build fails on upcoming gcc-12 as:
|
||||
|
||||
/build/mumble/plugins/gtav/gtav.cpp:13:13:
|
||||
error: 'unique_ptr' in namespace 'std' does not name a template type
|
||||
13 | static std::unique_ptr< Game > game;
|
||||
| ^~~~~~~~~~
|
||||
/build/mumble/plugins/gtav/gtav.cpp:12:1:
|
||||
note: 'std::unique_ptr' is defined in header '<memory>';
|
||||
did you forget to '#include <memory>'?
|
||||
11 | #include <cstring>
|
||||
+++ |+#include <memory>
|
||||
12 |
|
||||
---
|
||||
plugins/gtav/gtav.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/plugins/gtav/gtav.cpp b/plugins/gtav/gtav.cpp
|
||||
index ebaf12929f..6c8af41c71 100644
|
||||
--- a/plugins/gtav/gtav.cpp
|
||||
+++ b/plugins/gtav/gtav.cpp
|
||||
@@ -9,6 +9,7 @@
|
||||
#include "mumble_positional_audio_utils.h"
|
||||
|
||||
#include <cstring>
|
||||
+#include <memory>
|
||||
|
||||
static std::unique_ptr< Game > game;
|
||||
|
@ -1,22 +0,0 @@
|
||||
diff -Nur mumble-1.4.230.src/src/mumble/CMakeLists.txt new/src/mumble/CMakeLists.txt
|
||||
--- mumble-1.4.230.src/src/mumble/CMakeLists.txt 2022-01-18 02:00:00.342013800 +0100
|
||||
+++ new/src/mumble/CMakeLists.txt 2022-05-08 22:19:05.007999852 +0200
|
||||
@@ -383,12 +383,17 @@
|
||||
"${PLUGINS_DIR}"
|
||||
)
|
||||
|
||||
-find_pkg(Poco COMPONENTS Zip)
|
||||
+find_pkg(Poco
|
||||
+ COMPONENTS
|
||||
+ XML
|
||||
+ Zip
|
||||
+)
|
||||
|
||||
if(TARGET Poco::Zip)
|
||||
target_link_libraries(mumble
|
||||
PRIVATE
|
||||
Poco::Zip
|
||||
+ Poco::XML
|
||||
)
|
||||
else()
|
||||
message(STATUS "Regular Poco search failed - looking for Poco include dir manually...")
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b67d82b4e6cc5834b965c5bc25339e456534bbd5b9dda6c8c95cf9cb80e434b0
|
||||
size 9441667
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQQe3r4qk8uX+pkD1S4l9jxmJF38YAUCYeYSsQAKCRAl9jxmJF38
|
||||
YHpdAQCzpcwRS1i73yVR+iYzce7kanCZxw2siQcORfq4RhMulwEA3bR+PiB8MNxe
|
||||
zrQhs/lH3y3U/UEu6SpQxDymOJqH2wg=
|
||||
=gtrl
|
||||
-----END PGP SIGNATURE-----
|
3
mumble-1.4.274.tar.gz
Normal file
3
mumble-1.4.274.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ec87ddcccd8929e40062ea6e868f287509d4436c60bbc75606cbf5b6b303b8b
|
||||
size 9446657
|
BIN
mumble-1.4.274.tar.gz.sig
Normal file
BIN
mumble-1.4.274.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 21 21:03:15 UTC 2022 - Enrico Belleri <idesmi@protonmail.com>
|
||||
|
||||
- Update to 1.4.274:
|
||||
- Client:
|
||||
* Changed: Disable RNNoise by default
|
||||
* Changed: Don’t hard block shortcuts on Wayland
|
||||
* Fixed: Context and identity not getting cleared
|
||||
* Fixed: Don’t display unsupported ACL
|
||||
* Fixed: Fix PipeWire not being usable in Flatpaks
|
||||
* Fixed: Icon not used on Plasma Wayland session
|
||||
* Fixed: Improve appstream metadata
|
||||
* Fixed: Minimal view not always working
|
||||
* Fixed: PFS information being incorrect
|
||||
* Fixed: Percent encoded links not clickable
|
||||
* Fixed: Prefer selected tree item for context menu creation
|
||||
* Fixed: Prevent endless loop when disconnecting PipeWire stream
|
||||
* Fixed: Register simultaneous mouse button presses separately
|
||||
* Fixed: Show friendlier text when displaying notifications
|
||||
* Fixed: Properly verify certificates when SRV records are used
|
||||
* Fixed: Resolve list tags, etc. polluting log
|
||||
* Fixed: Remove duplicate entry for “What’s this?” in UserModel
|
||||
* Fixed: User and channel status icons now take display scaling into account
|
||||
- Server:
|
||||
* Fixed: Add missing line breaks to –help output
|
||||
* Fixed: Improve rememberchannelduration compare logic
|
||||
* Fixed: Update suppress state on ACL change
|
||||
- Positional audio plugins:
|
||||
* Fixed: Fix Quake Live plugin
|
||||
* Fixed: Update Among Us plugin to work with v2022.3.29s (1864)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 11 09:42:59 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
|
14
mumble.spec
14
mumble.spec
@ -28,7 +28,7 @@
|
||||
# versions.
|
||||
%bcond_with system_celt
|
||||
Name: mumble
|
||||
Version: 1.4.230
|
||||
Version: 1.4.274
|
||||
Release: 0
|
||||
Summary: Voice Communication Client for Gamers
|
||||
# For Legal: the bundled opus and speex subdirectories are not built.
|
||||
@ -43,9 +43,6 @@ Source3: murmur.apparmor
|
||||
Source4: https://raw.githubusercontent.com/mumble-voip/mumble-gpg-signatures/master/mumble-auto-build-2022.asc#/%{name}.keyring
|
||||
Source5: mumble-server.service
|
||||
Source6: baselibs.conf
|
||||
#PATCH-FIX-UPSTREAM 73d8a4d5.patch -- https://github.com/mumble-voip/mumble/commit/73d8a4d5
|
||||
Patch0: 73d8a4d5.patch
|
||||
Patch1: https://github.com/mumble-voip/mumble/commit/36398fb.patch
|
||||
BuildRequires: cmake >= 3.15
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libcap-devel
|
||||
@ -136,7 +133,7 @@ characters, and has echo cancellation so the sound from your loudspeakers
|
||||
won't be audible to other players.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}.src
|
||||
%autosetup -p1 -n %{name}-src
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
@ -205,7 +202,6 @@ systemd-tmpfiles --create %{_tmpfilesdir}/mumble-server.conf || true
|
||||
|
||||
%files
|
||||
%exclude %{_docdir}/%{name}/scripts/murmur.ini
|
||||
%exclude %{_docdir}/%{name}/scripts/org.mumble_voip.mumble.desktop
|
||||
%doc %{_docdir}/%{name}
|
||||
%{_bindir}/mumble
|
||||
%{_bindir}/mumble-overlay
|
||||
@ -225,9 +221,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/mumble-server.conf || true
|
||||
%config(noreplace) %{_sysconfdir}/mumble-server.ini
|
||||
%{_tmpfilesdir}/mumble-server.conf
|
||||
%{_unitdir}/mumble-server.service
|
||||
%{_mandir}/man1/murmurd.*
|
||||
%{_mandir}/man1/murmur-user-wrapper.*
|
||||
%{_datadir}/metainfo/org.mumble_voip.mumble.appdata.xml
|
||||
%{_mandir}/man1/mumble-server.*
|
||||
%{_mandir}/man1/mumble-server-user-wrapper.*
|
||||
%{_datadir}/metainfo/info.mumble.Mumble.appdata.xml
|
||||
%dir %{_sysconfdir}/apparmor.d
|
||||
%config %{_sysconfdir}/apparmor.d/usr.sbin.murmurd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user