summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-02-26 09:54:52 +0100
committerJan Horak <jhorak@redhat.com>2020-02-26 09:54:52 +0100
commit504b2911e34d2b047506aa10529062196aa65dd9 (patch)
tree74079f7e710a58feacc55904f5f562e99576f986 /firefox.spec
parentFixing pipewire 0.3 (diff)
downloadlibrewolf-fedora-ff-504b2911e34d2b047506aa10529062196aa65dd9.tar.gz
librewolf-fedora-ff-504b2911e34d2b047506aa10529062196aa65dd9.tar.bz2
librewolf-fedora-ff-504b2911e34d2b047506aa10529062196aa65dd9.zip
Fixing pipewire 0.3
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/firefox.spec b/firefox.spec
index a50fa71..be209f6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -184,7 +184,6 @@ Patch430: mozilla-1605795-popup-parent-fix.patch
# Wayland specific upstream patches
Patch574: firefox-pipewire.patch
-Patch575: firefox-pipewire-0.3.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -230,7 +229,13 @@ BuildRequires: clang-libs
%if 0%{?build_with_clang}
BuildRequires: lld
%endif
+
+%if 0%{?fedora} < 32
BuildRequires: pipewire-devel
+%else
+BuildRequires: pipewire02-devel
+%endif
+
%if !0%{?use_bundled_cbindgen}
BuildRequires: cbindgen
%endif
@@ -390,11 +395,7 @@ This package contains results of tests executed during build.
%patch430 -p1 -b .1605795-popup-parent-fix
# Wayland specific upstream patches
-%if 0%{?fedora} < 32
%patch574 -p1 -b .firefox-pipewire
-%else
-%patch575 -p1 -b .firefox-pipewire
-%endif
# PGO patches
%patch600 -p1 -b .pgo
@@ -972,7 +973,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Mon Feb 24 2020 Martin Stransky <stransky@redhat.com> - 73.0.1-4
-- Update pipewire patch for Fedora 32
+- Using pipewire-0.2 as buildrequire
- Added armv7hl fixes by Gabriel Hojda
* Mon Feb 24 2020 Martin Stransky <stransky@redhat.com> - 73.0.1-2
bgstack15