diff --git a/mumble.changes b/mumble.changes index 82cd5b0..49e838a 100644 --- a/mumble.changes +++ b/mumble.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 10 00:49:17 UTC 2021 - Mia Herkt + +- Enable JACK support + ------------------------------------------------------------------- Thu Oct 7 10:25:52 UTC 2021 - Johannes Segitz diff --git a/mumble.spec b/mumble.spec index 079f9e1..8e85598 100644 --- a/mumble.spec +++ b/mumble.spec @@ -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