diff --git a/net/freerdp3/Makefile b/net/freerdp3/Makefile index f9d7dbf3a0d0..7564c95ef968 100644 --- a/net/freerdp3/Makefile +++ b/net/freerdp3/Makefile @@ -1,277 +1,268 @@ PORTNAME= freerdp -DISTVERSION= 3.15.0 -PORTREVISION= 1 +DISTVERSION= 3.16.0 CATEGORIES= net comms -MASTER_SITES= https://pub.freerdp.com/releases/ \ - https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/ +MASTER_SITES+= https://pub.freerdp.com/releases/:freerdp \ + https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/:freerdp PKGNAMESUFFIX= 3 +DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}:freerdp PATCH_SITES= https://github.com/FreeRDP/FreeRDP/commit/ -# Fix realm usage for Heimdal: https://bugs.freebsd.org/286816 -PATCHFILES+= 8c2be5fd53501c129042ec8205ca2ff1bae90cda.patch:-p1 -PATCHFILES+= 374707d4fa609e5434f2166b5c11df655f6ff952.patch:-p1 +PATCHFILES= 281b9245966f019a8aa0271a73acd8da8104baa9.patch:-p1 \ + 6f03b25f8ec9320d10b3f3163543f8b6dd9ebc0c.patch:-p1 \ + 5d32afcdd0b780d95b77c6005d1b79482884cd46.patch:-p1 \ + 40c988e2da289e83081421942685a1a248f46603.patch:-p1 \ + 8e38600298310bc74271fd99aca74c2d5a2d071c.patch:-p1 \ + 4dc6091fde72a25dadcfed1f76c455cc9c3bf093.patch:-p1 \ + bee5edeb315336102f738a26a9bcff5b4d9ff03c.patch:-p1 \ + 59bfe47ef7c0fa596edad0716aaf28782d9e857a.patch:-p1 \ + 419ad81aa78d31394c8e8b8452b40ef842f48730.patch:-p1 \ + a86e3dc53c5cf4ba6879a4571b0610dddd224fbf.patch:-p1 \ + daeec1f98d69516fe52276608a750de3b3146d4e.patch:-p1 \ + efd89c035481088c5b352222fbeb0bfc69ac75fe.patch:-p1 MAINTAINER= vvd@FreeBSD.org COMMENT= Free implementation of Remote Desktop Protocol WWW= https://www.freerdp.com/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim USES= alias cmake compiler:c++11-lib cpe desktop-file-utils \ localbase:ldflags pathfix pkgconfig ssl xorg BROKEN_SSL= libressl-devel BROKEN_SSL_REASON_libressl-devel= fails to compile: no member named 'alert_dispatch' in 'struct ssl3_state_st' +USE_GITHUB= nodefault +GH_TUPLE= akallabeth:webview:2a0a130:webview/../.build/_deps/webview-src USE_LDCONFIG= yes USE_XORG= ice sm x11 xext CMAKE_ON= CHANNEL_SERIAL CHANNEL_URBDRC_CLIENT RDTK_FORCE_STATIC_BUILD \ UWAC_FORCE_STATIC_BUILD WITH_BINARY_VERSIONING WITH_CHANNELS \ WITH_CLIENT_SDL_VERSIONED WITH_FREERDP_DEPRECATED \ WITH_FREERDP_DEPRECATED_COMMANDLINE \ WITH_INSTALL_CLIENT_DESKTOP_FILES WITH_OPENSSL WITH_OSS \ WITH_WINPR_DEPRECATED WITH_ZLIB CMAKE_OFF= CHANNEL_TSMF WITH_DSP_EXPERIMENTAL WITH_FUSE WITH_GPROF \ WITH_GSTREAMER_0_10 WITH_GSTREAMER_1_0 WITH_IPP WITH_LIBSYSTEMD \ WITH_MBEDTLS WITH_OPENCL WITH_OPENSLES WITH_PROFILER WITH_SAMPLE \ WITH_SANITIZE_ADDRESS WITH_SANITIZE_MEMORY WITH_SANITIZE_THREAD \ WITH_SERVER WITH_SERVER_CHANNELS WITH_SERVER_INTERFACE \ WITH_SMARTCARD_INSPECT WITH_THIRD_PARTY WITH_VALGRIND_MEMCHECK PLIST_SUB+= PATCHVERSION="${DISTVERSION}" PLIST_SUB+= MAJORVERSION="${DISTVERSION:R:R}" OPTIONS_DEFINE= ALSA BROKENFOCUS CUPS FAAC FAAD FDKAAC FFMPEG \ GSM ICU JPEG LAME MANPAGES OPENH264 OPUS PCSC \ PKCS11 PULSEAUDIO RDPECAM SDL2 SDL3 SOXR \ - URIPARSER WAYLAND X11 + URIPARSER WAYLAND WEBVIEW X11 OPTIONS_DEFINE_aarch64= SIMD OPTIONS_DEFINE_amd64= SIMD OPTIONS_DEFINE_armv7= SIMD OPTIONS_DEFINE_i386= SIMD OPTIONS_DEFAULT= AAD CUPS FFMPEG GSSAPI_HEIMDAL ICU JSON_C \ KEYBOARD_LAYOUT MANPAGES RDPECAM SDL2 SDL3 \ - SWSCALE TIMEZONE_FILE WAYLAND WEBKIT X11 + SWSCALE TIMEZONE_FILE WAYLAND WEBVIEW X11 OPTIONS_DEFAULT_aarch64= SIMD OPTIONS_DEFAULT_amd64= SIMD OPTIONS_DEFAULT_armv7= SIMD OPTIONS_GROUP= CLIPBOARD_IMAGE REQUIRE_JSON OPTIONS_GROUP_CLIPBOARD_IMAGE= JPEG_CB PNG WEBP OPTIONS_GROUP_REQUIRE_JSON= AAD KEYBOARD_LAYOUT TIMEZONE_FILE -OPTIONS_RADIO= GSSAPI JSON SCALE WEBVIEW +OPTIONS_RADIO= GSSAPI JSON SCALE OPTIONS_RADIO_GSSAPI= GSSAPI_HEIMDAL GSSAPI_MIT OPTIONS_RADIO_JSON= CJSON JSON_C OPTIONS_RADIO_SCALE= CAIRO SWSCALE -OPTIONS_RADIO_WEBVIEW= WEBENGINE WEBKIT OPTIONS_SUB= yes -AAD_DESC= Compile with support for Azure AD authentication (require SDL) +AAD_DESC= Compile with support for Azure AD authentication (require SDL and WEBVIEW) BROKENFOCUS_DESC= Work around focus bug in some WMs (PR \#254908) CAIRO_DESC= Use CAIRO image library for screen resizing CJSON_DESC= ${JSON_DESC} via cJSON CLIPBOARD_IMAGE_DESC= Add "to/from" BMP conversion support to clipboard (experimental) FDKAAC_DESC= Support for FDK-AAC for sound and microphone redirection JPEG_CB_DESC= ${JPEG_DESC} KEYBOARD_LAYOUT_DESC= Use keyboard definitions from JSON file OPENH264_DESC= H.264 video codec support via OpenH264 PCSC_DESC= Smart card support (smart card device redirection) PKCS11_DESC= Use security/pkcs11-helper RDPECAM_DESC= RDP webcam redirection (require FFMPEG and SWSCALE) REQUIRE_JSON_DESC= Options that require JSON SDL2_DESC= Build FreeRDP SDL 2 client SDL3_DESC= Build FreeRDP SDL 3 client SWSCALE_DESC= Use SWScale image library for screen resizing (recommended) TIMEZONE_FILE_DESC= Support timezones as JSON resources (if OFF, compiled in is used) URIPARSER_DESC= Use uriparser RFC 3986 URI parsing library to handle URIs WAYLAND_DESC= Build FreeRDP Wayland client WEBVIEW_DESC= Build with WebView support for AAD login popup browser X11_DESC= Build FreeRDP X11 client -AAD_IMPLIES= SDL3 +AAD_IMPLIES= SDL3 WEBVIEW AAD_CMAKE_BOOL= WITH_AAD ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CMAKE_BOOL= WITH_ALSA BROKENFOCUS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-focusbug.diff CAIRO_USES= gnome CAIRO_USE= gnome=cairo CAIRO_CMAKE_BOOL= WITH_CAIRO CJSON_LIB_DEPENDS= libcjson.so:devel/libcjson \ libcjson_utils.so:devel/libcjson CJSON_CMAKE_BOOL= WITH_CJSON_REQUIRED CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_CMAKE_BOOL= WITH_CUPS FAAC_LIB_DEPENDS= libfaac.so:audio/faac FAAC_CMAKE_BOOL= WITH_FAAC FAAD_LIB_DEPENDS= libfaad.so:audio/faad FAAD_CMAKE_BOOL= WITH_FAAD2 FDKAAC_LIB_DEPENDS= libfdk-aac.so:audio/fdk-aac FDKAAC_CMAKE_BOOL= WITH_FDK_AAC FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg FFMPEG_CMAKE_BOOL= WITH_FFMPEG WITH_DSP_FFMPEG GSM_LIB_DEPENDS= libgsm.so:audio/gsm GSM_CMAKE_BOOL= WITH_GSM GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit ICU_LIB_DEPENDS= libicuuc.so:devel/icu ICU_CMAKE_ON= -DWITH_UNICODE_BUILTIN=OFF ICU_CMAKE_OFF= -DWITH_UNICODE_BUILTIN=ON JPEG_USES= jpeg JPEG_CMAKE_BOOL= WITH_JPEG JPEG_CB_USES= jpeg JPEG_CB_CMAKE_BOOL= WINPR_UTILS_IMAGE_JPEG JSON_C_LIB_DEPENDS= libjson-c.so:devel/json-c JSON_C_CMAKE_BOOL= WITH_JSONC_REQUIRED KEYBOARD_LAYOUT_CMAKE_BOOL= WITH_KEYBOARD_LAYOUT_FROM_FILE LAME_LIB_DEPENDS= libmp3lame.so:audio/lame LAME_CMAKE_BOOL= WITH_LAME MANPAGES_CMAKE_BOOL= WITH_MANPAGES OPENH264_LIB_DEPENDS= libopenh264.so:multimedia/openh264 OPENH264_CMAKE_BOOL= WITH_OPENH264 OPUS_LIB_DEPENDS= libopus.so:audio/opus OPUS_CMAKE_BOOL= WITH_OPUS # LoadLibraryA("libpcsclite.so") PCSC_RUN_DEPENDS= ${LOCALBASE}/lib/libpcsclite.so:devel/pcsc-lite PCSC_CMAKE_BOOL= WITH_PCSC PKCS11_BUILD_DEPENDS= ${LOCALBASE}/include/pkcs11-helper-1.0/pkcs11.h:security/pkcs11-helper PKCS11_CMAKE_BOOL= WITH_PKCS11 PNG_LIB_DEPENDS= libpng.so:graphics/png PNG_CMAKE_BOOL= WINPR_UTILS_IMAGE_PNG PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_BOOL= WITH_PULSE RDPECAM_IMPLIES= FFMPEG SWSCALE RDPECAM_BUILD_DEPENDS= ${LOCALBASE}/include/linux/uvcvideo.h:multimedia/v4l_compat \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat RDPECAM_LIB_DEPENDS= libv4l2.so:multimedia/libv4l \ libv4lconvert.so:multimedia/libv4l RDPECAM_CMAKE_BOOL= CHANNEL_RDPECAM_CLIENT +SDL2_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader SDL2_USES= sdl SDL2_USE= sdl=sdl2,ttf2,image2 SDL2_CMAKE_BOOL= WITH_CLIENT_SDL2 WITH_SDL_IMAGE_DIALOGS SDL3_USES= sdl SDL3_USE= sdl=sdl3,ttf3,image3 SDL3_CMAKE_BOOL= WITH_CLIENT_SDL3 WITH_SDL_IMAGE_DIALOGS SIMD_CMAKE_BOOL= WITH_SIMD SOXR_LIB_DEPENDS= libsoxr.so:audio/libsoxr SOXR_CMAKE_BOOL= WITH_SOXR SWSCALE_LIB_DEPENDS= libswscale.so:multimedia/ffmpeg SWSCALE_CMAKE_BOOL= WITH_SWSCALE TIMEZONE_FILE_CMAKE_BOOL= WITH_TIMEZONE_FROM_FILE TIMEZONE_FILE_CMAKE_ON= -DWITH_TIMEZONE_COMPILED=OFF TIMEZONE_FILE_CMAKE_OFF= -DWITH_TIMEZONE_COMPILED=ON URIPARSER_LIB_DEPENDS= liburiparser.so:net/uriparser URIPARSER_CMAKE_BOOL= WITH_URIPARSER WAYLAND_CATEGORIES= wayland WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ wayland-scanner:graphics/wayland WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libwayland-cursor.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon WAYLAND_RUN_DEPENDS= wayland-scanner:graphics/wayland WAYLAND_CMAKE_BOOL= WITH_WAYLAND -_WEBENGINE_USES= qt:5 -WEBENGINE_USE_QT= core declarative gui location network printsupport \ - webchannel webengine widgets buildtools:build qmake:build -WEBENGINE_CMAKE_BOOL= WITH_WEBVIEW_QT -WEBENGINE_CMAKE_ON= -DWITH_WEBVIEW:BOOL=ON - -_WEBKIT_LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ - libharfbuzz.so:print/harfbuzz \ - libwebkit2gtk-4.1.so:www/webkit2-gtk@41 -_WEBKIT_USES= gettext gnome -WEBKIT_USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 pango -WEBKIT_CMAKE_ON= -DWITH_WEBVIEW:BOOL=ON - WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_CMAKE_BOOL= WINPR_UTILS_IMAGE_WEBP +WEBVIEW_LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ + libharfbuzz.so:print/harfbuzz \ + libwebkitgtk-6.0.so:www/webkit2-gtk@60 \ + libgraphene-1.0.so:graphics/graphene +WEBVIEW_USES= gnome +WEBVIEW_USE= gnome=cairo,gdkpixbuf,glib20,gtk40,pango +WEBVIEW_CMAKE_BOOL= WITH_WEBVIEW + X11_USE= xorg=xcursor,xfixes,xi,xinerama,xkbfile,xorgproto,xrandr,xrender,xv X11_CMAKE_ON= -DWITH_X11:BOOL=ON -DWITH_XCURSOR:BOOL=ON \ -DWITH_XEXT:BOOL=ON -DWITH_XFIXES:BOOL=ON \ -DWITH_XI:BOOL=ON -DWITH_XINERAMA:BOOL=ON \ -DWITH_XKBFILE:BOOL=ON -DWITH_XRANDR:BOOL=ON \ -DWITH_XRENDER:BOOL=ON -DWITH_XSHM:BOOL=ON \ -DWITH_XV:BOOL=ON X11_CMAKE_OFF= -DWITH_X11:BOOL=OFF -DWITH_XKBFILE:BOOL=OFF .include -.if ${PORT_OPTIONS:MAAD} -. if ${PORT_OPTIONS:MWEBENGINE} -USES+= ${_WEBENGINE_USES} -USE_QT+= ${WEBENGINE_USE_QT} -. elif ${PORT_OPTIONS:MWEBKIT} -LIB_DEPENDS+= ${_WEBKIT_LIB_DEPENDS} -USES+= ${_WEBKIT_USES} -USE_GNOME+= ${WEBKIT_USE_GNOME} -. else -CMAKE_OFF+= WITH_WEBVIEW -. endif -.else -CMAKE_OFF+= WITH_WEBVIEW -.endif - .if ${PORT_OPTIONS:MGSSAPI_HEIMDAL} || ${PORT_OPTIONS:MGSSAPI_MIT} CMAKE_ON+= WITH_KRB5 .else CMAKE_OFF+= WITH_KRB5 .endif .if ${PORT_OPTIONS:MCJSON} || ${PORT_OPTIONS:MJSON_C} CMAKE_ON+= WITH_WINPR_JSON CMAKE_OFF+= WITH_JSON_DISABLED PLIST_SUB+= JSON="" .else CMAKE_ON+= WITH_JSON_DISABLED CMAKE_OFF+= WITH_AAD WITH_WINPR_JSON PLIST_SUB+= JSON="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|gsm/gsm.h|gsm.h|' \ ${WRKSRC}/cmake/FindGSM.cmake \ ${WRKSRC}/libfreerdp/codec/dsp.c pre-configure: ${CP} ${FILESDIR}/mntent.h ${WRKSRC}/winpr/include ${CP} ${FILESDIR}/mntent_compat.c ${WRKSRC}/channels/rdpdr/client .include diff --git a/net/freerdp3/distinfo b/net/freerdp3/distinfo index b71c876354d5..3e8c31edb393 100644 --- a/net/freerdp3/distinfo +++ b/net/freerdp3/distinfo @@ -1,7 +1,29 @@ -TIMESTAMP = 1747401167 -SHA256 (freerdp-3.15.0.tar.gz) = e8cd58decef4c970faea2fbea675970eea60e440ebe8033c54889acb83787371 -SIZE (freerdp-3.15.0.tar.gz) = 10444672 -SHA256 (8c2be5fd53501c129042ec8205ca2ff1bae90cda.patch) = 9ad6bcef07b0b17bdcb86ee0c516f5842146def42288a206b7ab5cfb75052e7a -SIZE (8c2be5fd53501c129042ec8205ca2ff1bae90cda.patch) = 946 -SHA256 (374707d4fa609e5434f2166b5c11df655f6ff952.patch) = 997ba5dd88b223c897741a3a8f0cc134cdf53131459d6402e62958075dda2142 -SIZE (374707d4fa609e5434f2166b5c11df655f6ff952.patch) = 4571 +TIMESTAMP = 1750888888 +SHA256 (freerdp-3.16.0.tar.gz) = 385af54245560493698730b688b5e6e5d56d5c7ecf2fa7c1d7cedfde8a4ba456 +SIZE (freerdp-3.16.0.tar.gz) = 10455341 +SHA256 (akallabeth-webview-2a0a130_GH0.tar.gz) = 22448da4658b73cc20e6944d9a351ab6c40d1a50026997f8278f63713f5f7c07 +SIZE (akallabeth-webview-2a0a130_GH0.tar.gz) = 185888 +SHA256 (281b9245966f019a8aa0271a73acd8da8104baa9.patch) = beb7b98aab60752910221ee44217cd4e385e3ccd78290f30d58ad68aefd24dd8 +SIZE (281b9245966f019a8aa0271a73acd8da8104baa9.patch) = 4573 +SHA256 (6f03b25f8ec9320d10b3f3163543f8b6dd9ebc0c.patch) = 1e403108424ce00a60255eb11e824a718cb1eeef5346fe2895e08e1cddd27fcf +SIZE (6f03b25f8ec9320d10b3f3163543f8b6dd9ebc0c.patch) = 1229 +SHA256 (5d32afcdd0b780d95b77c6005d1b79482884cd46.patch) = b95656b6c9824a53e1048fa94c78b01cab39945c81d33cd9c982029a64a7da92 +SIZE (5d32afcdd0b780d95b77c6005d1b79482884cd46.patch) = 862 +SHA256 (40c988e2da289e83081421942685a1a248f46603.patch) = dbf1325a2d529421ae261a408b246687a85623ab6be8adf1a6cf1456129796f2 +SIZE (40c988e2da289e83081421942685a1a248f46603.patch) = 6439 +SHA256 (8e38600298310bc74271fd99aca74c2d5a2d071c.patch) = 31cc2084daae83e7ef4a1a2212a1aae33c26872603f3481369a2a43afbec5841 +SIZE (8e38600298310bc74271fd99aca74c2d5a2d071c.patch) = 1051 +SHA256 (4dc6091fde72a25dadcfed1f76c455cc9c3bf093.patch) = 17a35c8a25f330079b50eff414b56064affb2f7bf29b7d95a81f2b700a1a15e2 +SIZE (4dc6091fde72a25dadcfed1f76c455cc9c3bf093.patch) = 6347 +SHA256 (bee5edeb315336102f738a26a9bcff5b4d9ff03c.patch) = ae1c96a46efc2047ed30b2b7426cc05906de50aa16edd39683be776222b686cf +SIZE (bee5edeb315336102f738a26a9bcff5b4d9ff03c.patch) = 1270 +SHA256 (59bfe47ef7c0fa596edad0716aaf28782d9e857a.patch) = e681df060ba2693fd2c97044b9e55de4f2a02d94f5e95082dce925f8dca314f6 +SIZE (59bfe47ef7c0fa596edad0716aaf28782d9e857a.patch) = 908 +SHA256 (419ad81aa78d31394c8e8b8452b40ef842f48730.patch) = 662c6475d220dfca60733163d48f400961ba011f00cb4029e3db5cb4c1d534c3 +SIZE (419ad81aa78d31394c8e8b8452b40ef842f48730.patch) = 1721 +SHA256 (a86e3dc53c5cf4ba6879a4571b0610dddd224fbf.patch) = 158243d15e815613d0dcf049d3e416c0fa6aa6c73b3a485b6b9cb8aed24ae17c +SIZE (a86e3dc53c5cf4ba6879a4571b0610dddd224fbf.patch) = 1382 +SHA256 (daeec1f98d69516fe52276608a750de3b3146d4e.patch) = 6ba79f3ff2e049b86f9c9c5e8b812bcc59b979d637cfe934e8db3c19d0f2f066 +SIZE (daeec1f98d69516fe52276608a750de3b3146d4e.patch) = 1273 +SHA256 (efd89c035481088c5b352222fbeb0bfc69ac75fe.patch) = 5c71f15588bb33e166346dcf444977f3870986cdeb24afa2d84ff4200de95467 +SIZE (efd89c035481088c5b352222fbeb0bfc69ac75fe.patch) = 1178 diff --git a/net/freerdp3/files/patch-webview-src_cmake_webview.cmake b/net/freerdp3/files/patch-webview-src_cmake_webview.cmake new file mode 100644 index 000000000000..e8d30589704f --- /dev/null +++ b/net/freerdp3/files/patch-webview-src_cmake_webview.cmake @@ -0,0 +1,47 @@ +--- ../.build/_deps/webview-src/cmake/webview.cmake.orig 2025-06-03 18:40:31 UTC ++++ ../.build/_deps/webview-src/cmake/webview.cmake +@@ -8,11 +8,23 @@ macro(webview_find_dependencies) + macro(webview_find_dependencies) + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + list(APPEND WEBVIEW_DEPENDENCIES "-framework WebKit" dl) +- elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux") ++ elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows") ++ if(WEBVIEW_USE_BUILTIN_MSWEBVIEW2) ++ find_package(MSWebView2 QUIET) ++ if(NOT MSWebView2_FOUND) ++ webview_fetch_mswebview2(${WEBVIEW_MSWEBVIEW2_VERSION}) ++ endif() ++ find_package(MSWebView2 REQUIRED) ++ if(MSWebView2_FOUND) ++ list(APPEND WEBVIEW_DEPENDENCIES MSWebView2::headers) ++ endif() ++ endif() ++ list(APPEND WEBVIEW_DEPENDENCIES advapi32 ole32 shell32 shlwapi user32 version) ++ else() + find_package(PkgConfig REQUIRED) + + # List of preferred WebkitGTK modules (from most to least preferred) +- set(WEBVIEW_WEBKITGTK_PREFERRED_API_LIST webkit2gtk-4.1) ++ set(WEBVIEW_WEBKITGTK_PREFERRED_API_LIST webkitgtk-6.0) + # List of known WebkitGTK modules (from higher to lower version) + set(WEBVIEW_WEBKITGTK_KNOWN_API_LIST webkitgtk-6.0 webkit2gtk-4.1 webkit2gtk-4.0) + +@@ -58,18 +70,6 @@ macro(webview_find_dependencies) + endif() + + list(APPEND WEBVIEW_DEPENDENCIES PkgConfig::WEBVIEW_WEBKITGTK PkgConfig::WEBVIEW_GTK dl) +- elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows") +- if(WEBVIEW_USE_BUILTIN_MSWEBVIEW2) +- find_package(MSWebView2 QUIET) +- if(NOT MSWebView2_FOUND) +- webview_fetch_mswebview2(${WEBVIEW_MSWEBVIEW2_VERSION}) +- endif() +- find_package(MSWebView2 REQUIRED) +- if(MSWebView2_FOUND) +- list(APPEND WEBVIEW_DEPENDENCIES MSWebView2::headers) +- endif() +- endif() +- list(APPEND WEBVIEW_DEPENDENCIES advapi32 ole32 shell32 shlwapi user32 version) + endif() + endmacro() + diff --git a/net/freerdp3/pkg-plist b/net/freerdp3/pkg-plist index cfc687a900d0..d3101a0a0516 100644 --- a/net/freerdp3/pkg-plist +++ b/net/freerdp3/pkg-plist @@ -1,308 +1,310 @@ bin/winpr-hash%%MAJORVERSION%% bin/winpr-makecert%%MAJORVERSION%% %%SDL2%%bin/sdl2-freerdp%%MAJORVERSION%% %%SDL3%%bin/sdl3-freerdp%%MAJORVERSION%% %%WAYLAND%%bin/wlfreerdp%%MAJORVERSION%% %%X11%%bin/xfreerdp%%MAJORVERSION%% include/freerdp%%MAJORVERSION%%/freerdp/addin.h include/freerdp%%MAJORVERSION%%/freerdp/altsec.h include/freerdp%%MAJORVERSION%%/freerdp/api.h include/freerdp%%MAJORVERSION%%/freerdp/assistance.h include/freerdp%%MAJORVERSION%%/freerdp/autodetect.h include/freerdp%%MAJORVERSION%%/freerdp/build-config.h include/freerdp%%MAJORVERSION%%/freerdp/buildflags.h include/freerdp%%MAJORVERSION%%/freerdp/cache/persistent.h include/freerdp%%MAJORVERSION%%/freerdp/channels/ainput.h include/freerdp%%MAJORVERSION%%/freerdp/channels/audin.h include/freerdp%%MAJORVERSION%%/freerdp/channels/channels.h include/freerdp%%MAJORVERSION%%/freerdp/channels/cliprdr.h include/freerdp%%MAJORVERSION%%/freerdp/channels/disp.h include/freerdp%%MAJORVERSION%%/freerdp/channels/drdynvc.h include/freerdp%%MAJORVERSION%%/freerdp/channels/echo.h include/freerdp%%MAJORVERSION%%/freerdp/channels/encomsp.h include/freerdp%%MAJORVERSION%%/freerdp/channels/geometry.h include/freerdp%%MAJORVERSION%%/freerdp/channels/gfxredir.h include/freerdp%%MAJORVERSION%%/freerdp/channels/location.h include/freerdp%%MAJORVERSION%%/freerdp/channels/log.h include/freerdp%%MAJORVERSION%%/freerdp/channels/rail.h include/freerdp%%MAJORVERSION%%/freerdp/channels/rdp2tcp.h include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpear.h include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpdr.h include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpecam.h include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpei.h include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpemsc.h include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpewa.h include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpgfx.h include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpsnd.h include/freerdp%%MAJORVERSION%%/freerdp/channels/remdesk.h include/freerdp%%MAJORVERSION%%/freerdp/channels/scard.h include/freerdp%%MAJORVERSION%%/freerdp/channels/telemetry.h include/freerdp%%MAJORVERSION%%/freerdp/channels/tsmf.h include/freerdp%%MAJORVERSION%%/freerdp/channels/urbdrc.h include/freerdp%%MAJORVERSION%%/freerdp/channels/video.h include/freerdp%%MAJORVERSION%%/freerdp/channels/wtsvc.h include/freerdp%%MAJORVERSION%%/freerdp/client.h include/freerdp%%MAJORVERSION%%/freerdp/client/ainput.h include/freerdp%%MAJORVERSION%%/freerdp/client/audin.h include/freerdp%%MAJORVERSION%%/freerdp/client/channels.h include/freerdp%%MAJORVERSION%%/freerdp/client/client_cliprdr_file.h include/freerdp%%MAJORVERSION%%/freerdp/client/cliprdr.h include/freerdp%%MAJORVERSION%%/freerdp/client/cmdline.h include/freerdp%%MAJORVERSION%%/freerdp/client/disp.h include/freerdp%%MAJORVERSION%%/freerdp/client/drdynvc.h include/freerdp%%MAJORVERSION%%/freerdp/client/encomsp.h include/freerdp%%MAJORVERSION%%/freerdp/client/file.h include/freerdp%%MAJORVERSION%%/freerdp/client/geometry.h include/freerdp%%MAJORVERSION%%/freerdp/client/location.h include/freerdp%%MAJORVERSION%%/freerdp/client/printer.h include/freerdp%%MAJORVERSION%%/freerdp/client/rail.h include/freerdp%%MAJORVERSION%%/freerdp/client/rdpei.h include/freerdp%%MAJORVERSION%%/freerdp/client/rdpgfx.h +include/freerdp%%MAJORVERSION%%/freerdp/client/rdpdr.h include/freerdp%%MAJORVERSION%%/freerdp/client/rdpsnd.h include/freerdp%%MAJORVERSION%%/freerdp/client/remdesk.h include/freerdp%%MAJORVERSION%%/freerdp/client/sshagent.h include/freerdp%%MAJORVERSION%%/freerdp/client/tsmf.h include/freerdp%%MAJORVERSION%%/freerdp/client/utils/smartcard_cli.h include/freerdp%%MAJORVERSION%%/freerdp/client/video.h include/freerdp%%MAJORVERSION%%/freerdp/codec/audio.h include/freerdp%%MAJORVERSION%%/freerdp/codec/bitmap.h include/freerdp%%MAJORVERSION%%/freerdp/codec/bulk.h include/freerdp%%MAJORVERSION%%/freerdp/codec/clear.h include/freerdp%%MAJORVERSION%%/freerdp/codec/color.h include/freerdp%%MAJORVERSION%%/freerdp/codec/dsp.h include/freerdp%%MAJORVERSION%%/freerdp/codec/h264.h include/freerdp%%MAJORVERSION%%/freerdp/codec/interleaved.h include/freerdp%%MAJORVERSION%%/freerdp/codec/jpeg.h include/freerdp%%MAJORVERSION%%/freerdp/codec/nsc.h include/freerdp%%MAJORVERSION%%/freerdp/codec/planar.h include/freerdp%%MAJORVERSION%%/freerdp/codec/progressive.h include/freerdp%%MAJORVERSION%%/freerdp/codec/region.h include/freerdp%%MAJORVERSION%%/freerdp/codec/rfx.h include/freerdp%%MAJORVERSION%%/freerdp/codec/yuv.h include/freerdp%%MAJORVERSION%%/freerdp/codec/zgfx.h include/freerdp%%MAJORVERSION%%/freerdp/codecs.h include/freerdp%%MAJORVERSION%%/freerdp/config.h include/freerdp%%MAJORVERSION%%/freerdp/constants.h include/freerdp%%MAJORVERSION%%/freerdp/crypto/ber.h include/freerdp%%MAJORVERSION%%/freerdp/crypto/certificate.h include/freerdp%%MAJORVERSION%%/freerdp/crypto/certificate_data.h include/freerdp%%MAJORVERSION%%/freerdp/crypto/certificate_store.h include/freerdp%%MAJORVERSION%%/freerdp/crypto/crypto.h include/freerdp%%MAJORVERSION%%/freerdp/crypto/der.h include/freerdp%%MAJORVERSION%%/freerdp/crypto/er.h include/freerdp%%MAJORVERSION%%/freerdp/crypto/per.h include/freerdp%%MAJORVERSION%%/freerdp/crypto/privatekey.h include/freerdp%%MAJORVERSION%%/freerdp/display.h include/freerdp%%MAJORVERSION%%/freerdp/dvc.h include/freerdp%%MAJORVERSION%%/freerdp/emulate/scard/smartcard_emulate.h include/freerdp%%MAJORVERSION%%/freerdp/error.h include/freerdp%%MAJORVERSION%%/freerdp/event.h include/freerdp%%MAJORVERSION%%/freerdp/extension.h include/freerdp%%MAJORVERSION%%/freerdp/freerdp.h include/freerdp%%MAJORVERSION%%/freerdp/gdi/bitmap.h include/freerdp%%MAJORVERSION%%/freerdp/gdi/dc.h include/freerdp%%MAJORVERSION%%/freerdp/gdi/gdi.h include/freerdp%%MAJORVERSION%%/freerdp/gdi/gfx.h include/freerdp%%MAJORVERSION%%/freerdp/gdi/pen.h include/freerdp%%MAJORVERSION%%/freerdp/gdi/region.h include/freerdp%%MAJORVERSION%%/freerdp/gdi/shape.h include/freerdp%%MAJORVERSION%%/freerdp/gdi/video.h include/freerdp%%MAJORVERSION%%/freerdp/graphics.h include/freerdp%%MAJORVERSION%%/freerdp/heartbeat.h include/freerdp%%MAJORVERSION%%/freerdp/input.h include/freerdp%%MAJORVERSION%%/freerdp/license.h include/freerdp%%MAJORVERSION%%/freerdp/listener.h include/freerdp%%MAJORVERSION%%/freerdp/locale/keyboard.h include/freerdp%%MAJORVERSION%%/freerdp/locale/locale.h include/freerdp%%MAJORVERSION%%/freerdp/log.h include/freerdp%%MAJORVERSION%%/freerdp/message.h include/freerdp%%MAJORVERSION%%/freerdp/metrics.h include/freerdp%%MAJORVERSION%%/freerdp/peer.h include/freerdp%%MAJORVERSION%%/freerdp/pointer.h include/freerdp%%MAJORVERSION%%/freerdp/primary.h include/freerdp%%MAJORVERSION%%/freerdp/primitives.h include/freerdp%%MAJORVERSION%%/freerdp/rail.h include/freerdp%%MAJORVERSION%%/freerdp/redirection.h include/freerdp%%MAJORVERSION%%/freerdp/scancode.h include/freerdp%%MAJORVERSION%%/freerdp/secondary.h include/freerdp%%MAJORVERSION%%/freerdp/server/ainput.h include/freerdp%%MAJORVERSION%%/freerdp/server/audin.h include/freerdp%%MAJORVERSION%%/freerdp/server/channels.h include/freerdp%%MAJORVERSION%%/freerdp/server/cliprdr.h include/freerdp%%MAJORVERSION%%/freerdp/server/disp.h include/freerdp%%MAJORVERSION%%/freerdp/server/drdynvc.h include/freerdp%%MAJORVERSION%%/freerdp/server/echo.h include/freerdp%%MAJORVERSION%%/freerdp/server/encomsp.h include/freerdp%%MAJORVERSION%%/freerdp/server/gfxredir.h include/freerdp%%MAJORVERSION%%/freerdp/server/location.h include/freerdp%%MAJORVERSION%%/freerdp/server/proxy/proxy_config.h include/freerdp%%MAJORVERSION%%/freerdp/server/proxy/proxy_context.h include/freerdp%%MAJORVERSION%%/freerdp/server/proxy/proxy_log.h include/freerdp%%MAJORVERSION%%/freerdp/server/proxy/proxy_modules_api.h include/freerdp%%MAJORVERSION%%/freerdp/server/proxy/proxy_server.h include/freerdp%%MAJORVERSION%%/freerdp/server/proxy/proxy_types.h include/freerdp%%MAJORVERSION%%/freerdp/server/rail.h include/freerdp%%MAJORVERSION%%/freerdp/server/rdpemsc.h include/freerdp%%MAJORVERSION%%/freerdp/server/rdpdr.h include/freerdp%%MAJORVERSION%%/freerdp/server/rdpecam-enumerator.h include/freerdp%%MAJORVERSION%%/freerdp/server/rdpecam.h include/freerdp%%MAJORVERSION%%/freerdp/server/rdpei.h include/freerdp%%MAJORVERSION%%/freerdp/server/rdpgfx.h include/freerdp%%MAJORVERSION%%/freerdp/server/rdpsnd.h include/freerdp%%MAJORVERSION%%/freerdp/server/remdesk.h include/freerdp%%MAJORVERSION%%/freerdp/server/server-common.h include/freerdp%%MAJORVERSION%%/freerdp/server/shadow.h include/freerdp%%MAJORVERSION%%/freerdp/server/telemetry.h include/freerdp%%MAJORVERSION%%/freerdp/session.h include/freerdp%%MAJORVERSION%%/freerdp/settings.h include/freerdp%%MAJORVERSION%%/freerdp/settings_keys.h include/freerdp%%MAJORVERSION%%/freerdp/settings_types.h include/freerdp%%MAJORVERSION%%/freerdp/settings_types_private.h include/freerdp%%MAJORVERSION%%/freerdp/svc.h include/freerdp%%MAJORVERSION%%/freerdp/streamdump.h +include/freerdp%%MAJORVERSION%%/freerdp/timer.h include/freerdp%%MAJORVERSION%%/freerdp/transport_io.h include/freerdp%%MAJORVERSION%%/freerdp/types.h include/freerdp%%MAJORVERSION%%/freerdp/update.h include/freerdp%%MAJORVERSION%%/freerdp/utils/aad.h include/freerdp%%MAJORVERSION%%/freerdp/utils/cliprdr_utils.h include/freerdp%%MAJORVERSION%%/freerdp/utils/drdynvc.h include/freerdp%%MAJORVERSION%%/freerdp/utils/encoded_types.h include/freerdp%%MAJORVERSION%%/freerdp/utils/gfx.h include/freerdp%%MAJORVERSION%%/freerdp/utils/helpers.h include/freerdp%%MAJORVERSION%%/freerdp/utils/http.h include/freerdp%%MAJORVERSION%%/freerdp/utils/passphrase.h include/freerdp%%MAJORVERSION%%/freerdp/utils/pcap.h include/freerdp%%MAJORVERSION%%/freerdp/utils/pod_arrays.h include/freerdp%%MAJORVERSION%%/freerdp/utils/profiler.h include/freerdp%%MAJORVERSION%%/freerdp/utils/proxy_utils.h include/freerdp%%MAJORVERSION%%/freerdp/utils/rdpdr_utils.h include/freerdp%%MAJORVERSION%%/freerdp/utils/ringbuffer.h include/freerdp%%MAJORVERSION%%/freerdp/utils/signal.h include/freerdp%%MAJORVERSION%%/freerdp/utils/smartcard_call.h include/freerdp%%MAJORVERSION%%/freerdp/utils/smartcard_operations.h include/freerdp%%MAJORVERSION%%/freerdp/utils/smartcard_pack.h include/freerdp%%MAJORVERSION%%/freerdp/utils/smartcardlogon.h include/freerdp%%MAJORVERSION%%/freerdp/utils/stopwatch.h include/freerdp%%MAJORVERSION%%/freerdp/utils/string.h include/freerdp%%MAJORVERSION%%/freerdp/version.h include/freerdp%%MAJORVERSION%%/freerdp/window.h include/winpr%%MAJORVERSION%%/winpr/asn1.h include/winpr%%MAJORVERSION%%/winpr/assert-api.h include/winpr%%MAJORVERSION%%/winpr/assert.h include/winpr%%MAJORVERSION%%/winpr/bcrypt.h include/winpr%%MAJORVERSION%%/winpr/bitstream.h include/winpr%%MAJORVERSION%%/winpr/build-config.h include/winpr%%MAJORVERSION%%/winpr/buildflags.h include/winpr%%MAJORVERSION%%/winpr/cast.h include/winpr%%MAJORVERSION%%/winpr/clipboard.h include/winpr%%MAJORVERSION%%/winpr/cmdline.h include/winpr%%MAJORVERSION%%/winpr/collections.h include/winpr%%MAJORVERSION%%/winpr/comm.h include/winpr%%MAJORVERSION%%/winpr/config.h include/winpr%%MAJORVERSION%%/winpr/cred.h include/winpr%%MAJORVERSION%%/winpr/crt.h include/winpr%%MAJORVERSION%%/winpr/crypto.h include/winpr%%MAJORVERSION%%/winpr/custom-crypto.h include/winpr%%MAJORVERSION%%/winpr/debug.h include/winpr%%MAJORVERSION%%/winpr/dsparse.h include/winpr%%MAJORVERSION%%/winpr/endian.h include/winpr%%MAJORVERSION%%/winpr/environment.h include/winpr%%MAJORVERSION%%/winpr/error.h include/winpr%%MAJORVERSION%%/winpr/file.h include/winpr%%MAJORVERSION%%/winpr/handle.h include/winpr%%MAJORVERSION%%/winpr/image.h include/winpr%%MAJORVERSION%%/winpr/ini.h include/winpr%%MAJORVERSION%%/winpr/input.h include/winpr%%MAJORVERSION%%/winpr/interlocked.h include/winpr%%MAJORVERSION%%/winpr/intrin.h include/winpr%%MAJORVERSION%%/winpr/io.h include/winpr%%MAJORVERSION%%/winpr/json.h include/winpr%%MAJORVERSION%%/winpr/library.h include/winpr%%MAJORVERSION%%/winpr/memory.h include/winpr%%MAJORVERSION%%/winpr/ncrypt.h include/winpr%%MAJORVERSION%%/winpr/nt.h include/winpr%%MAJORVERSION%%/winpr/ntlm.h include/winpr%%MAJORVERSION%%/winpr/pack.h include/winpr%%MAJORVERSION%%/winpr/path.h include/winpr%%MAJORVERSION%%/winpr/pipe.h include/winpr%%MAJORVERSION%%/winpr/platform.h include/winpr%%MAJORVERSION%%/winpr/pool.h include/winpr%%MAJORVERSION%%/winpr/print.h include/winpr%%MAJORVERSION%%/winpr/registry.h include/winpr%%MAJORVERSION%%/winpr/rpc.h include/winpr%%MAJORVERSION%%/winpr/sam.h include/winpr%%MAJORVERSION%%/winpr/schannel.h include/winpr%%MAJORVERSION%%/winpr/secapi.h include/winpr%%MAJORVERSION%%/winpr/security.h include/winpr%%MAJORVERSION%%/winpr/shell.h include/winpr%%MAJORVERSION%%/winpr/smartcard.h include/winpr%%MAJORVERSION%%/winpr/spec.h include/winpr%%MAJORVERSION%%/winpr/ssl.h include/winpr%%MAJORVERSION%%/winpr/sspi.h include/winpr%%MAJORVERSION%%/winpr/sspicli.h include/winpr%%MAJORVERSION%%/winpr/stream.h include/winpr%%MAJORVERSION%%/winpr/string.h include/winpr%%MAJORVERSION%%/winpr/strlst.h include/winpr%%MAJORVERSION%%/winpr/synch.h include/winpr%%MAJORVERSION%%/winpr/sysinfo.h include/winpr%%MAJORVERSION%%/winpr/tchar.h include/winpr%%MAJORVERSION%%/winpr/thread.h include/winpr%%MAJORVERSION%%/winpr/timezone.h include/winpr%%MAJORVERSION%%/winpr/tools/makecert.h include/winpr%%MAJORVERSION%%/winpr/user.h include/winpr%%MAJORVERSION%%/winpr/version.h include/winpr%%MAJORVERSION%%/winpr/wincrypt.h include/winpr%%MAJORVERSION%%/winpr/windows.h include/winpr%%MAJORVERSION%%/winpr/winpr.h include/winpr%%MAJORVERSION%%/winpr/winsock.h include/winpr%%MAJORVERSION%%/winpr/wlog.h include/winpr%%MAJORVERSION%%/winpr/wtsapi.h include/winpr%%MAJORVERSION%%/winpr/wtypes.h lib/cmake/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientConfig.cmake lib/cmake/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientConfigVersion.cmake lib/cmake/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientTargets.cmake lib/cmake/FreeRDP%%MAJORVERSION%%/FreeRDPConfig.cmake lib/cmake/FreeRDP%%MAJORVERSION%%/FreeRDPConfigVersion.cmake lib/cmake/FreeRDP%%MAJORVERSION%%/FreeRDPTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/FreeRDP%%MAJORVERSION%%/FreeRDPTargets.cmake lib/cmake/WinPR%%MAJORVERSION%%/WinPRConfig.cmake lib/cmake/WinPR%%MAJORVERSION%%/WinPRConfigVersion.cmake lib/cmake/WinPR%%MAJORVERSION%%/WinPRTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/WinPR%%MAJORVERSION%%/WinPRTargets.cmake lib/cmake/WinPR-tools%%MAJORVERSION%%/WinPR-toolsConfig.cmake lib/cmake/WinPR-tools%%MAJORVERSION%%/WinPR-toolsConfigVersion.cmake lib/cmake/WinPR-tools%%MAJORVERSION%%/WinPR-toolsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/WinPR-tools%%MAJORVERSION%%/WinPR-toolsTargets.cmake lib/libfreerdp-client%%MAJORVERSION%%.so lib/libfreerdp-client%%MAJORVERSION%%.so.%%MAJORVERSION%% lib/libfreerdp-client%%MAJORVERSION%%.so.%%PATCHVERSION%% lib/libfreerdp%%MAJORVERSION%%.so lib/libfreerdp%%MAJORVERSION%%.so.%%MAJORVERSION%% lib/libfreerdp%%MAJORVERSION%%.so.%%PATCHVERSION%% lib/libwinpr-tools%%MAJORVERSION%%.so lib/libwinpr-tools%%MAJORVERSION%%.so.%%MAJORVERSION%% lib/libwinpr-tools%%MAJORVERSION%%.so.%%PATCHVERSION%% lib/libwinpr%%MAJORVERSION%%.so lib/libwinpr%%MAJORVERSION%%.so.%%MAJORVERSION%% lib/libwinpr%%MAJORVERSION%%.so.%%PATCHVERSION%% libdata/pkgconfig/freerdp-client%%MAJORVERSION%%.pc libdata/pkgconfig/freerdp%%MAJORVERSION%%.pc libdata/pkgconfig/winpr-tools%%MAJORVERSION%%.pc libdata/pkgconfig/winpr%%MAJORVERSION%%.pc %%JSON%%%%KEYBOARD_LAYOUT%%share/FreeRDP/KeyboardLayoutMap.json %%JSON%%%%TIMEZONE_FILE%%share/WinPR/TimeZoneNameMap.json %%SDL2%%share/applications/sdl2-freerdp%%MAJORVERSION%%-file.desktop %%SDL2%%share/applications/sdl2-freerdp%%MAJORVERSION%%.desktop %%SDL3%%share/applications/sdl3-freerdp%%MAJORVERSION%%-file.desktop %%SDL3%%share/applications/sdl3-freerdp%%MAJORVERSION%%.desktop %%X11%%share/applications/xfreerdp%%MAJORVERSION%%-file.desktop %%X11%%share/applications/xfreerdp%%MAJORVERSION%%.desktop share/icons/hicolor/scalable/apps/FreeRDP.svg %%SDL2%%%%MANPAGES%%share/man/man1/sdl2-freerdp%%MAJORVERSION%%.1.gz %%SDL3%%%%MANPAGES%%share/man/man1/sdl3-freerdp%%MAJORVERSION%%.1.gz %%MANPAGES%%share/man/man1/winpr-hash%%MAJORVERSION%%.1.gz %%MANPAGES%%share/man/man1/winpr-makecert%%MAJORVERSION%%.1.gz %%WAYLAND%%%%MANPAGES%%share/man/man1/wlfreerdp%%MAJORVERSION%%.1.gz %%X11%%%%MANPAGES%%share/man/man1/xfreerdp%%MAJORVERSION%%.1.gz %%MANPAGES%%share/man/man7/wlog%%MAJORVERSION%%.7.gz