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:
commit
c58297de57
@ -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>
|
Tue Jan 25 20:20:28 UTC 2022 - Markus Ebner <info@ebner-markus.de>
|
||||||
|
|
||||||
|
@ -117,9 +117,9 @@ Summary: Voice Communication Server for Gamers
|
|||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
Requires: lsb-release
|
Requires: lsb-release
|
||||||
Requires(pre): %{_sbindir}/useradd
|
Requires(pre): %{_sbindir}/useradd
|
||||||
Recommends: libQt5Sql5-sqlite
|
|
||||||
Recommends: libQt5Sql5-mysql
|
Recommends: libQt5Sql5-mysql
|
||||||
Recommends: libQt5Sql5-postgresql
|
Recommends: libQt5Sql5-postgresql
|
||||||
|
Recommends: libQt5Sql5-sqlite
|
||||||
%if 0%{?snapshot:1}
|
%if 0%{?snapshot:1}
|
||||||
Conflicts: mumble-server < %{version}
|
Conflicts: mumble-server < %{version}
|
||||||
Provides: mumble-server = %{version}
|
Provides: mumble-server = %{version}
|
||||||
@ -138,6 +138,7 @@ won't be audible to other players.
|
|||||||
%build
|
%build
|
||||||
%cmake .. \
|
%cmake .. \
|
||||||
-Dupdate:BOOL=OFF \
|
-Dupdate:BOOL=OFF \
|
||||||
|
-Doverlay-xcompile:BOOL=OFF \
|
||||||
-Dsymbols:BOOL=ON \
|
-Dsymbols:BOOL=ON \
|
||||||
-Dcrash-report:BOOL=OFF \
|
-Dcrash-report:BOOL=OFF \
|
||||||
-DMUMBLE_INSTALL_PLUGINDIR=%{_libdir}/mumble/plugins \
|
-DMUMBLE_INSTALL_PLUGINDIR=%{_libdir}/mumble/plugins \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user