parent
330d2c7e84
commit
d2cb4cedb2
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
Name: webkit2gtk3
|
Name: webkit2gtk3
|
||||||
Version: 2.32.2
|
Version: 2.32.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: GTK Web content engine library
|
Summary: GTK Web content engine library
|
||||||
|
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -64,7 +64,6 @@ BuildRequires: pkgconfig(gnutls)
|
|||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||||
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
||||||
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0)
|
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(harfbuzz)
|
BuildRequires: pkgconfig(harfbuzz)
|
||||||
BuildRequires: pkgconfig(icu-uc)
|
BuildRequires: pkgconfig(icu-uc)
|
||||||
@ -100,6 +99,10 @@ Requires: xdg-dbus-proxy
|
|||||||
# If Geoclue is not running, the geolocation API will not work.
|
# If Geoclue is not running, the geolocation API will not work.
|
||||||
Recommends: geoclue2
|
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
|
# 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
|
# inside the sandbox. In particular, the -gtk backend has to be installed for
|
||||||
# desktop settings access, including font settings.
|
# desktop settings access, including font settings.
|
||||||
@ -306,6 +309,10 @@ export NINJA_STATUS="[%f/%t][%e] "
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 16 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.32.2-2
|
||||||
|
- Add missing GStreamer recommends
|
||||||
|
Resolves: #1972375
|
||||||
|
|
||||||
* Tue Jul 13 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.32.2-1
|
* Tue Jul 13 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.32.2-1
|
||||||
- Update to 2.32.2
|
- Update to 2.32.2
|
||||||
Related: #1947884
|
Related: #1947884
|
||||||
|
Loading…
Reference in New Issue
Block a user