From b32ab9cd25a57f907fd64160398b2748b11dc060b7f17ff6fcda81ac10cdba66 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 25 Feb 2021 16:10:37 +0000 Subject: [PATCH] Accepting request 875146 from home:alarrosa:branches:multimedia:apps - Require the pulseaudio-daemon capability instead of the pulseaudio package, so alternative implementations can be used (boo#1182730). OBS-URL: https://build.opensuse.org/request/show/875146 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/vokoscreenNG?expand=0&rev=21 --- vokoscreenNG.changes | 7 +++++++ vokoscreenNG.spec | 4 ++++ 2 files changed, 11 insertions(+) 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