|
|
@ -1,19 +1,19 @@
|
|
|
|
%global real_name xorgxrdp
|
|
|
|
%global real_name xorgxrdp
|
|
|
|
|
|
|
|
|
|
|
|
%global commit 3d30c7a6ad4f4a582efcb919966d8f1508aa2d31
|
|
|
|
%global commit f95a8b2083635f0cd36228aadc53a1ab2930ba57
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
Name: xorgxrdp-egfx
|
|
|
|
Name: xorgxrdp-egfx
|
|
|
|
Version: 0.9.80
|
|
|
|
Version: 0.9.80
|
|
|
|
Release: 2.20230830git%{shortcommit}%{?dist}
|
|
|
|
Release: 2.20240108git%{shortcommit}%{?dist}
|
|
|
|
Summary: Implementation of xrdp backend as Xorg modules
|
|
|
|
Summary: Implementation of xrdp backend as Xorg modules
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://github.com/neutrinolabs/xorgxrdp
|
|
|
|
URL: https://github.com/neutrinolabs/xorgxrdp
|
|
|
|
Source0: https://github.com/neutrinolabs/xorgxrdp/archive/%{commit}/%{real_name}-%{commit}.tar.gz
|
|
|
|
Source0: https://github.com/neutrinolabs/xorgxrdp/archive/%{commit}/%{real_name}-%{commit}.tar.gz
|
|
|
|
# https://github.com/neutrinolabs/xrdp/issues/2875#issuecomment-1852489427
|
|
|
|
# https://github.com/neutrinolabs/xrdp/issues/2875#issuecomment-1852489427
|
|
|
|
Patch1: 0001-Fix-green-screen.patch
|
|
|
|
#Patch1: 0001-Fix-green-screen.patch
|
|
|
|
Patch2: lrandr-only-nvidia.diff
|
|
|
|
#Patch2: lrandr-only-nvidia.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: nasm
|
|
|
|
BuildRequires: nasm
|
|
|
@ -140,6 +140,9 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jan 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.80-2.20240108gitff95a8b2
|
|
|
|
|
|
|
|
- Build Development version with EGFX support from gfx_mainline_merge_work
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.80-2.20230830gitf5103aa4
|
|
|
|
* Wed Dec 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.80-2.20230830gitf5103aa4
|
|
|
|
- Apply lrandr patch
|
|
|
|
- Apply lrandr patch
|
|
|
|
|
|
|
|
|
|
|
|