Accepting request 930571 from home:mia:branches:games:tools
- Enable JACK support OBS-URL: https://build.opensuse.org/request/show/930571 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=138
This commit is contained in:
parent
be00fec85c
commit
f305cac1f7
@ -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>
|
Thu Oct 7 10:25:52 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with ice
|
%bcond_with ice
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_without jack
|
||||||
%bcond_without pulseaudio
|
%bcond_without pulseaudio
|
||||||
%bcond_without systemd
|
%bcond_without systemd
|
||||||
%bcond_without bonjour
|
%bcond_without bonjour
|
||||||
@ -133,6 +134,9 @@ BuildRequires: pkgconfig
|
|||||||
%if %{with pulseaudio}
|
%if %{with pulseaudio}
|
||||||
BuildRequires: pulseaudio-devel
|
BuildRequires: pulseaudio-devel
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with jack}
|
||||||
|
BuildRequires: libjack-devel
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
Recommends: %{name}-32bit
|
Recommends: %{name}-32bit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user