Accepting request 949125 from home:seijikun:branches:games:tools
Updated the broken source urls. My last submit did not yet make it to Factory (because of the broken source urls), so I merged the change into the previous change entry and updated the timestamp. OBS-URL: https://build.opensuse.org/request/show/949125 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=140
This commit is contained in:
parent
681d22d19b
commit
7d80e1b989
@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 20 00:10:28 UTC 2022 - Markus Ebner <info@ebner-markus.de>
|
||||
Tue Jan 25 20:20:28 UTC 2022 - Markus Ebner <info@ebner-markus.de>
|
||||
|
||||
- Update to Mumble 1.4.230
|
||||
* qmake build-system removed
|
||||
@ -12,6 +12,7 @@ Thu Jan 20 00:10:28 UTC 2022 - Markus Ebner <info@ebner-markus.de>
|
||||
* Channel listeners
|
||||
* Search dialog for users in a server
|
||||
- Cleanup of the specfile
|
||||
* Fixed source urls for changed scheme
|
||||
* Ported specfile to CMake build-system
|
||||
* Use cmake install instead of manual as much as possible
|
||||
* Disabled ICE for now (depends on unavailable lib)
|
||||
|
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%define ver 1.4.230
|
||||
# requires libzeroc-ice, not available yet
|
||||
%bcond_without ice
|
||||
%bcond_without jack
|
||||
@ -29,7 +28,7 @@
|
||||
# versions.
|
||||
%bcond_with system_celt
|
||||
Name: mumble
|
||||
Version: %{ver}%{?snapshot:_%{snapshot}}
|
||||
Version: 1.4.230
|
||||
Release: 0
|
||||
Summary: Voice Communication Client for Gamers
|
||||
# For Legal: the bundled opus and speex subdirectories are not built.
|
||||
@ -37,8 +36,8 @@ Summary: Voice Communication Client for Gamers
|
||||
License: BSD-2-Clause AND BSD-3-Clause
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
URL: http://mumble.sourceforge.net/
|
||||
Source: https://github.com/mumble-voip/mumble/releases/download/%{ver}%{?snapshot:-%{snapshot}}/%{name}-%{ver}%{?snapshot:-%{snapshot}}.tar.gz
|
||||
Source1: https://github.com/mumble-voip/mumble/releases/download/%{ver}%{?snapshot:-%{snapshot}}/%{name}-%{ver}%{?snapshot:-%{snapshot}}.tar.gz.sig
|
||||
Source: https://github.com/mumble-voip/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/mumble-voip/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.sig
|
||||
Source3: murmur.apparmor
|
||||
# http://mumble.info/gpg/gpg.txt
|
||||
Source4: https://raw.githubusercontent.com/mumble-voip/mumble-gpg-signatures/master/mumble-auto-build-2022.asc#/%{name}.keyring
|
||||
@ -134,7 +133,7 @@ characters, and has echo cancellation so the sound from your loudspeakers
|
||||
won't be audible to other players.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{ver}.src
|
||||
%setup -q -n %{name}-%{version}.src
|
||||
|
||||
%build
|
||||
%cmake .. \
|
||||
|
Loading…
x
Reference in New Issue
Block a user