From 80898d2c3b93243d29a305c9fa70e8c1e54c1b46fb7e0e306e76b2ba55db6595 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Thu, 25 Feb 2021 13:01:03 +0000 Subject: [PATCH] Accepting request 875097 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/875097 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseaudio-equalizer?expand=0&rev=17 --- pulseaudio-equalizer.changes | 7 +++++++ pulseaudio-equalizer.spec | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/pulseaudio-equalizer.changes b/pulseaudio-equalizer.changes index 56e43cd..4c14145 100644 --- a/pulseaudio-equalizer.changes +++ b/pulseaudio-equalizer.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 25 11:47:37 UTC 2021 - Antonio Larrosa + +- Require the pulseaudio-daemon capability instead of the + pulseaudio package, so alternative implementations can be used + (boo#1182730). + ------------------------------------------------------------------- Sun Feb 25 18:16:05 UTC 2018 - sor.alexei@meowr.ru diff --git a/pulseaudio-equalizer.spec b/pulseaudio-equalizer.spec index 7879ac9..10d1e2f 100644 --- a/pulseaudio-equalizer.spec +++ b/pulseaudio-equalizer.spec @@ -1,7 +1,7 @@ # # spec file for package pulseaudio-equalizer # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Release: 0 Summary: PulseAudio's LADSPA plugin graphical user interface License: GPL-3.0-or-later Group: Productivity/Multimedia/Sound/Mixers -Url: https://ubuntuforums.org/showthread.php?t=1308838 +URL: https://ubuntuforums.org/showthread.php?t=1308838 Source: https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8/+files/%{name}_%{version}.orig.tar.gz # PATCH-FIX-UPSTREAM 0000-add-python3-compat.patch sor.alexei@meowr.ru -- Add Python3 compatibility. Patch0: 0000-add-python3-compat.patch @@ -47,8 +47,8 @@ Patch9: 0009-do-not-zero-volume.patch BuildRequires: gobject-introspection-devel BuildRequires: update-desktop-files Requires: ladspa-swh-plugins -Requires: pulseaudio >= 4.0 -Requires: pulseaudio-utils >= 4.0 +Requires: pulseaudio-daemon +Requires: pulseaudio-utils Requires: python3 Requires: python3-gobject BuildArch: noarch