From 27a0806c6d284174661993b528faaf83642015fd Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 28 2020 19:42:05 +0000 Subject: import xdg-desktop-portal-1.6.0-2.el8 --- diff --git a/SPECS/xdg-desktop-portal.spec b/SPECS/xdg-desktop-portal.spec index 9559bd1..a51f974 100644 --- a/SPECS/xdg-desktop-portal.spec +++ b/SPECS/xdg-desktop-portal.spec @@ -3,7 +3,7 @@ Name: xdg-desktop-portal Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Portal frontend service to flatpak License: LGPLv2+ @@ -44,6 +44,10 @@ Recommends: flatpak >= 1.2.0 Requires: geoclue2 >= %{geoclue_version} Recommends: pipewire >= %{pipewire_version} Requires: pipewire-libs >= %{pipewire_version} +# Until WebRTC supports PipeWire 0.3 we have to require PipeWire 0.2 to be +# preinstalled otherwise the screen and window sharing won't work in Chrome and +# Chromium out of the box. +Requires: pipewire0.2-libs%{?_isa} # Required for the document portal. Requires: /usr/bin/fusermount @@ -113,6 +117,10 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals %changelog +* Thu Jul 15 2020 Jonas Ådahl - 1.6.0-2 +- Require pipewire0.2-libs for legacy application support. + Resolves: #1854734 + * Mon May 25 2020 Jonas Ådahl - 1.6.0-1 - Rebase to 1.6.0 (#1775345) - Backport PipeWire 0.3 support (#1775345)