diff --git a/net/freerdp3/Makefile b/net/freerdp3/Makefile index fda118163d2b..6f17a742a21f 100644 --- a/net/freerdp3/Makefile +++ b/net/freerdp3/Makefile @@ -1,254 +1,254 @@ PORTNAME= freerdp -DISTVERSION= 3.23.0 +DISTVERSION= 3.24.0 CATEGORIES= net comms MASTER_SITES= https://pub.freerdp.com/releases/:freerdp \ https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/:freerdp PKGNAMESUFFIX= 3 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:freerdp 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= 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_RDP2TCP 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}" \ 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 WEBVIEW X11 OPTIONS_DEFINE_aarch64= SIMD OPTIONS_DEFINE_amd64= SIMD OPTIONS_DEFINE_armv7= SIMD OPTIONS_DEFINE_i386= SIMD OPTIONS_DEFAULT= AAD CUPS FFMPEG GSSAPI_MIT ICU JSON_C \ KEYBOARD_LAYOUT MANPAGES RDPECAM SDL2 SDL3 \ 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 OPTIONS_RADIO_GSSAPI= GSSAPI_HEIMDAL GSSAPI_MIT OPTIONS_RADIO_JSON= CJSON JANSSON JSON_C OPTIONS_RADIO_SCALE= CAIRO SWSCALE OPTIONS_SUB= yes 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 JANSSON_DESC= ${JSON_DESC} via jansson 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 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 JANSSON_LIB_DEPENDS= libjansson.so:devel/jansson JANSSON_CMAKE_BOOL= WITH_JANSSON_REQUIRED 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 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:MGSSAPI_HEIMDAL} || ${PORT_OPTIONS:MGSSAPI_MIT} CMAKE_ON+= WITH_KRB5 .else CMAKE_OFF+= WITH_KRB5 .endif .if ${PORT_OPTIONS:MCJSON} || ${PORT_OPTIONS:MJANSSON} || ${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-GSM-on: @${REINPLACE_CMD} -e 's|gsm/gsm.h|gsm.h|' \ ${WRKSRC}/cmake/FindGSM.cmake \ ${WRKSRC}/libfreerdp/codec/dsp.c .include diff --git a/net/freerdp3/distinfo b/net/freerdp3/distinfo index 167fa25729c7..f578756e9199 100644 --- a/net/freerdp3/distinfo +++ b/net/freerdp3/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1772012345 -SHA256 (freerdp-3.23.0.tar.gz) = 929273003f35b0b4f211e48d5abed4ebcef99da94784a50b6dc85cd0b7e257b1 -SIZE (freerdp-3.23.0.tar.gz) = 11413942 +TIMESTAMP = 1773500000 +SHA256 (freerdp-3.24.0.tar.gz) = 168011bd58eae8d898842ef39c6c9bf5761ab617a68ccad80d623a3e535d0367 +SIZE (freerdp-3.24.0.tar.gz) = 11437344 SHA256 (akallabeth-webview-2a0a130_GH0.tar.gz) = 22448da4658b73cc20e6944d9a351ab6c40d1a50026997f8278f63713f5f7c07 SIZE (akallabeth-webview-2a0a130_GH0.tar.gz) = 185888 diff --git a/net/freerdp3/pkg-plist b/net/freerdp3/pkg-plist index d3101a0a0516..cf3855cf1f1e 100644 --- a/net/freerdp3/pkg-plist +++ b/net/freerdp3/pkg-plist @@ -1,310 +1,312 @@ 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/video.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/atexit.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