From a3a51ae11cfb6885a339dafcb31b5124a2d1dc30 Mon Sep 17 00:00:00 2001 From: Jim Broadus Date: Tue, 15 Dec 2020 22:27:39 -0800 Subject: [PATCH] build: Remove dependency on obsolete gstreamer1-plugins-ugly In fedora 31, the gstreamer1-plugins-ugly package was removed. A gstreamer1-plugins-ugly-free package was added in fedora 27 and gstreamer1-plugins-ugly had depended on that before removal. Note that there is still a gstreamer1-plugins-ugly package available in rpmfusion. --- dist/clementine.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/clementine.spec.in b/dist/clementine.spec.in index 119608270..12b3b5a5a 100644 --- a/dist/clementine.spec.in +++ b/dist/clementine.spec.in @@ -57,7 +57,7 @@ BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libudf) # GStreamer codec dependencies -Requires: gstreamer1-plugins-ugly +Requires: gstreamer1-plugins-ugly-free %ifarch x86_64 Requires: gstreamer1(decoder-audio/x-vorbis)()(64bit)