summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2022-03-01 12:35:06 +0100
committerMartin Stransky <stransky@redhat.com>2022-03-01 12:35:06 +0100
commitebcad50e228099cadb8878f42d4832dd6f819ccc (patch)
treeddc0e9871ce60c31848f6d3de7c90f228b9046c6 /firefox.spec
parentUpdated to 98.0 (diff)
parentBackport WebRTC changes to PipeWire/Wayland screen sharing support (diff)
downloadlibrewolf-fedora-ff-ebcad50e228099cadb8878f42d4832dd6f819ccc.tar.gz
librewolf-fedora-ff-ebcad50e228099cadb8878f42d4832dd6f819ccc.tar.bz2
librewolf-fedora-ff-ebcad50e228099cadb8878f42d4832dd6f819ccc.zip
merge
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index bbfc8a3..ec27bab 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -251,6 +251,9 @@ Patch415: mozilla-1670333.patch
Patch600: pgo.patch
Patch602: mozilla-1516803.patch
+# Backported WebRTC changes for PipeWire/Wayland screen sharing support
+Patch1000: libwebrtc-screen-cast-sync.patch
+
%if %{?system_nss}
BuildRequires: pkgconfig(nspr) >= %{nspr_version}
BuildRequires: pkgconfig(nss) >= %{nss_version}
@@ -496,6 +499,8 @@ This package contains results of tests executed during build.
%endif
%endif
+%patch1000 -p1 -b .libwebrtc-screen-cast-sync
+
%{__rm} -f .mozconfig
%{__cp} %{SOURCE10} .mozconfig
echo "ac_add_options --enable-default-toolkit=cairo-gtk3-wayland" >> .mozconfig
@@ -1054,6 +1059,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
* Tue Mar 1 2022 Martin Stransky <stransky@redhat.com> - 98.0-1
- Updated to 98.0
+* Mon Feb 21 2022 Jan Grulich <jgrulich@redhat.com> - 97.0.1-2
+- Backport WebRTC changes to PipeWire/Wayland screen sharing support
+
* Fri Feb 18 2022 Martin Stransky <stransky@redhat.com> - 97.0.1-1
- Updated to 97.0.1
- GCC 12 build fixes
bgstack15