Accepting request 930609 from games:tools
OBS-URL: https://build.opensuse.org/request/show/930609 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mumble?expand=0&rev=68
This commit is contained in:
commit
4157783597
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 10 00:49:17 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Enable JACK support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 7 10:25:52 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
%else
|
||||
%bcond_with ice
|
||||
%endif
|
||||
%bcond_without jack
|
||||
%bcond_without pulseaudio
|
||||
%bcond_without systemd
|
||||
%bcond_without bonjour
|
||||
@ -133,6 +134,9 @@ BuildRequires: pkgconfig
|
||||
%if %{with pulseaudio}
|
||||
BuildRequires: pulseaudio-devel
|
||||
%endif
|
||||
%if %{with jack}
|
||||
BuildRequires: libjack-devel
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
%ifarch x86_64
|
||||
Recommends: %{name}-32bit
|
||||
|
Loading…
x
Reference in New Issue
Block a user