diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 10ce868..c4604a0 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -17,7 +17,7 @@ Name: webkit2gtk3 Version: 2.32.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK Web content engine library License: LGPLv2 @@ -64,7 +64,6 @@ BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) -BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(harfbuzz) BuildRequires: pkgconfig(icu-uc) @@ -100,6 +99,10 @@ Requires: xdg-dbus-proxy # If Geoclue is not running, the geolocation API will not work. Recommends: geoclue2 +# Needed for various GStreamer elements. +Recommends: gstreamer1-plugins-bad-freeworld +Recommends: gstreamer1-plugins-good + # If no xdg-desktop-portal backend is installed, many features will be broken # inside the sandbox. In particular, the -gtk backend has to be installed for # desktop settings access, including font settings. @@ -306,6 +309,10 @@ export NINJA_STATUS="[%f/%t][%e] " %endif %changelog +* Fri Jul 16 2021 Michael Catanzaro - 2.32.2-2 +- Add missing GStreamer recommends + Resolves: #1972375 + * Tue Jul 13 2021 Michael Catanzaro - 2.32.2-1 - Update to 2.32.2 Related: #1947884