Accepting request 970525 from games:tools

OBS-URL: https://build.opensuse.org/request/show/970525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mumble?expand=0&rev=70
This commit is contained in:
Dominique Leuenberger 2022-04-17 21:50:48 +00:00 committed by Git OBS Bridge
commit c58297de57
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 16 13:09:07 UTC 2022 - Stefan Seyfried <seife+obs@b1-systems.com>
- do not include 32-bit libmumbleoverlay.x86.so in 64bit build
(if you want to use that, install mumble-32bit additionally)
boo#1198535
-------------------------------------------------------------------
Tue Jan 25 20:20:28 UTC 2022 - Markus Ebner <info@ebner-markus.de>

View File

@ -117,9 +117,9 @@ Summary: Voice Communication Server for Gamers
Group: Productivity/Multimedia/Sound/Utilities
Requires: lsb-release
Requires(pre): %{_sbindir}/useradd
Recommends: libQt5Sql5-sqlite
Recommends: libQt5Sql5-mysql
Recommends: libQt5Sql5-postgresql
Recommends: libQt5Sql5-sqlite
%if 0%{?snapshot:1}
Conflicts: mumble-server < %{version}
Provides: mumble-server = %{version}
@ -138,6 +138,7 @@ won't be audible to other players.
%build
%cmake .. \
-Dupdate:BOOL=OFF \
-Doverlay-xcompile:BOOL=OFF \
-Dsymbols:BOOL=ON \
-Dcrash-report:BOOL=OFF \
-DMUMBLE_INSTALL_PLUGINDIR=%{_libdir}/mumble/plugins \