epel9
Jan Grulich 4 years ago
parent 5a3d617f0e
commit 67f5e8d0aa

1
.gitignore vendored

@ -68,3 +68,4 @@
/kwin-5.20.2.tar.xz /kwin-5.20.2.tar.xz
/kwin-5.20.3.tar.xz /kwin-5.20.3.tar.xz
/kwin-5.20.4.tar.xz /kwin-5.20.4.tar.xz
/kwin-5.20.5.tar.xz

@ -1,15 +0,0 @@
diff --git a/screencast/pipewirestream.cpp b/screencast/pipewirestream.cpp
index ff813b7c4..91dfff0cd 100644
--- a/screencast/pipewirestream.cpp
+++ b/screencast/pipewirestream.cpp
@@ -244,7 +244,9 @@ bool PipeWireStream::createStream()
SPA_TYPE_OBJECT_Format, SPA_PARAM_EnumFormat,
SPA_FORMAT_mediaType, SPA_POD_Id(SPA_MEDIA_TYPE_video),
SPA_FORMAT_mediaSubtype, SPA_POD_Id(SPA_MEDIA_SUBTYPE_raw),
- SPA_FORMAT_VIDEO_format, SPA_POD_Id(format),
+ SPA_FORMAT_VIDEO_format, SPA_POD_CHOICE_ENUM_Id(format == SPA_VIDEO_FORMAT_BGRA ? 3 : 2,
+ format, format, format == SPA_VIDEO_FORMAT_BGRA ? SPA_VIDEO_FORMAT_BGRx : SPA_VIDEO_FORMAT_UNKNOWN),
+
SPA_FORMAT_VIDEO_size, SPA_POD_Rectangle(&resolution),
SPA_FORMAT_VIDEO_framerate, SPA_POD_Fraction(&defaultFramerate),
SPA_FORMAT_VIDEO_maxFramerate, SPA_POD_CHOICE_RANGE_Fraction(&maxFramerate, &minFramerate, &maxFramerate));

@ -16,8 +16,8 @@
%endif %endif
Name: kwin Name: kwin
Version: 5.20.4 Version: 5.15.5
Release: 3%{?dist} Release: 1%{?dist}
Summary: KDE Window manager Summary: KDE Window manager
# all sources are effectively GPLv2+, except for: # all sources are effectively GPLv2+, except for:
@ -38,7 +38,6 @@ URL: https://userbase.kde.org/KWin
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
## upstream patches ## upstream patches
Patch0: kwin-fix-screensharing-with-chromium.patch
# Base # Base
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
@ -357,6 +356,9 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||:
%changelog %changelog
* Tue Jan 5 15:52:04 CET 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.5-1
- 5.15.5
* Fri Jan 01 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.20.4-3 * Fri Jan 01 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.20.4-3
- -wayland: add explicit versioned dep on kwayland-server - -wayland: add explicit versioned dep on kwayland-server

@ -1 +1 @@
SHA512 (kwin-5.20.4.tar.xz) = b402ce6fea79d4c41d10b76d48f5737c10321ca5ab4a2b188646d8fe2b8ea346813091412a7dbd1246eb70ea3f4cd6961d577c19c325a9b5d94083961e0ed512 SHA512 (kwin-5.20.5.tar.xz) = e9186dc71e3e9b913314a83fe9413b956d61d633f0e8418fd47d82178c6f50eb75b03299c00495af351b0951df23057500ef28123123583c291a0c29ea3414f1

Loading…
Cancel
Save