summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-05-05 14:01:50 +0200
committerMartin Stransky <stransky@redhat.com>2020-05-05 14:01:50 +0200
commitcb1655cd55c2837ce98fd7ec62e577c833cfeef9 (patch)
treee3f20d8294810fb86973e255b5c227c03cb13fe0 /firefox.spec
parentDon't use google safe browsing api key for the geolocation (diff)
downloadlibrewolf-fedora-ff-cb1655cd55c2837ce98fd7ec62e577c833cfeef9.tar.gz
librewolf-fedora-ff-cb1655cd55c2837ce98fd7ec62e577c833cfeef9.tar.bz2
librewolf-fedora-ff-cb1655cd55c2837ce98fd7ec62e577c833cfeef9.zip
Added va-api patches
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec13
1 files changed, 13 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 21c1d1f..67449a5 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -187,6 +187,13 @@ Patch422: mozilla-1580174-webrtc-popup.patch
# Wayland specific upstream patches
Patch574: firefox-pipewire.patch
+#VA-API patches
+Patch579: mozilla-1625431.patch
+Patch580: mozilla-1628690.patch
+Patch581: mozilla-1630754.patch
+Patch582: mozilla-1619543.patch
+Patch583: mozilla-1632059.patch
+
# PGO/LTO patches
Patch600: pgo.patch
Patch601: mozilla-1516081.patch
@@ -392,6 +399,12 @@ This package contains results of tests executed during build.
# Wayland specific upstream patches
%patch574 -p1 -b .firefox-pipewire
+%patch580 -p1 -b .mozilla-1628690
+%patch582 -p1 -b .mozilla-1619543
+%patch579 -p1 -b .mozilla-1625431
+%patch581 -p1 -b .mozilla-1630754
+%patch583 -p1 -b .mozilla-1632059
+
# PGO patches
%patch600 -p1 -b .pgo
#fix
bgstack15