Resolves: #2151150 Added libwebrtc screencast patch for newer features

This commit is contained in:
Jan Horak 2022-11-25 09:21:04 +01:00 committed by Eike Rathke
parent 9c99372b89
commit 81315078fe
2 changed files with 33255 additions and 2 deletions

View File

@ -201,7 +201,7 @@ end}
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 102.5.0
Release: 1%{?dist}
Release: 2%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -291,6 +291,8 @@ Patch228: disable-openh264-download.patch
Patch229: firefox-nss-addon-hack.patch
Patch230: D110204-fscreen.diff
Patch231: webrtc-nss-fix.patch
# Backported WebRTC changes for PipeWire/Wayland screen sharing support
Patch232: libwebrtc-screen-cast-sync.patch
# Upstream patches
Patch415: mozilla-1670333.patch
@ -308,7 +310,6 @@ Patch424: D158770.diff
Patch600: pgo.patch
Patch602: mozilla-1516803.patch
# Backported WebRTC changes for PipeWire/Wayland screen sharing support
Patch1008: build-rhel7-nasm-dwarf.patch
%if %{?system_nss}
@ -656,6 +657,7 @@ echo "use_rustts %{?use_rustts}"
%patch229 -p1 -b .firefox-nss-addon-hack
%patch230 -p1 -b .D110204-fscreen.diff
%patch231 -p1 -b .webrtc-nss-fix
%patch232 -p1 -b .libwebrtc-screen-cast-sync
%patch415 -p1 -b .1670333
%patch416 -p1 -b .mozilla-bmo1005535
@ -1425,6 +1427,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
* Fri Nov 25 2022 Jan Horak <jhorak@redhat.com> - 102.5.0-2
- Added libwebrtc screencast patch for newer features
* Wed Nov 09 2022 Eike Rathke <erack@redhat.com> - 102.5.0-1
- Update to 102.5.0 build1

File diff suppressed because it is too large Load Diff