diff --git a/vokoscreenNG.changes b/vokoscreenNG.changes index 1274ed8..76c3d63 100644 --- a/vokoscreenNG.changes +++ b/vokoscreenNG.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 25 11:49:53 UTC 2021 - Antonio Larrosa + +- Require the pulseaudio-daemon capability instead of the + pulseaudio package, so alternative implementations can be used + (boo#1182730). + ------------------------------------------------------------------- Sun Jan 31 17:50:13 UTC 2021 - Marcel Kuehlhorn diff --git a/vokoscreenNG.spec b/vokoscreenNG.spec index 15e6b48..67a1d56 100644 --- a/vokoscreenNG.spec +++ b/vokoscreenNG.spec @@ -40,7 +40,11 @@ BuildRequires: pkgconfig(Qt5X11Extras) Requires: gstreamer >= 1.12.5 Requires: libQt5Core5 >= 5.9.4 +%if 0%{?sle_version} && 0%{?sle_version} < 150300 Requires: pulseaudio +%else +Requires: pulseaudio-daemon +%endif # Required for vorbis and opus audio Requires: gstreamer-plugins-base # Required for mkv, avi, webm, mp4, vp8 video and flac audio