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:
Dominique Leuenberger 2021-11-10 20:46:37 +00:00 committed by Git OBS Bridge
commit 4157783597
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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