SHA256
1
0
forked from pool/freerdp

build sdl2 and sdl3

This commit is contained in:
Adi Stadelmann 2025-02-14 17:07:41 +01:00
parent d63252e17b
commit a78f772b51

View File

@ -110,11 +110,20 @@ FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
following the Microsoft Open Specifications. This package provides the client following the Microsoft Open Specifications. This package provides the client
application. application.
%package sdl %package sdl2
Summary: Remote Desktop Viewer Client Summary: Remote Desktop Viewer Client
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
%description sdl %description sdl2
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
following the Microsoft Open Specifications. This package provides the
sdl-based client application.
%package sdl3
Summary: Remote Desktop Viewer Client
Group: Productivity/Networking/Other
%description sdl3
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP) FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
following the Microsoft Open Specifications. This package provides the following the Microsoft Open Specifications. This package provides the
sdl-based client application. sdl-based client application.
@ -343,9 +352,13 @@ export CXX=g++-12
%{_mandir}/man1/x%{name}.1%{?ext_man} %{_mandir}/man1/x%{name}.1%{?ext_man}
%{_mandir}/man7/wlog.7%{?ext_man} %{_mandir}/man7/wlog.7%{?ext_man}
%files sdl3
%{_bindir}/sdl3-%{name}
%{_mandir}/man1/sdl3-freerdp.1%{?ext_man}
%files sdl %files sdl
%{_bindir}/sdl-%{name} %{_bindir}/sdl2-%{name}
%{_mandir}/man1/sdl-freerdp.1%{?ext_man} %{_mandir}/man1/sdl2-freerdp.1%{?ext_man}
%files wayland %files wayland
%{_bindir}/wl%{name} %{_bindir}/wl%{name}