Package Details: freerdp-git 3.18.0.r6.g193f76e-2

Git Clone URL: https://aur.archlinux.org/freerdp-git.git (read-only, click to copy)
Package Base: freerdp-git
Description: Free implementation of the Remote Desktop Protocol (RDP)
Upstream URL: https://github.com/FreeRDP/FreeRDP
Licenses: Apache-2.0
Conflicts: freerdp
Provides: freerdp, libfreerdp-client3.so, libfreerdp-server-proxy3.so, libfreerdp-server3.so, libfreerdp-shadow-subsystem3.so, libfreerdp-shadow3.so, libfreerdp3.so, libwinpr-tools3.so, libwinpr3.so
Submitter: None
Maintainer: xiota
Last Packager: xiota
Votes: 89
Popularity: 0.177329
First Submitted: 2010-06-19 21:20 (UTC)
Last Updated: 2025-11-16 02:39 (UTC)

Required by (31)

Sources (1)

Pinned Comments

xiota commented on 2023-10-26 12:27 (UTC) (edited on 2024-10-30 15:07 (UTC) by xiota)

This is a git package. Please do not flag for mere version bumps. The version number is automatically updated on rebuild.

Please avoid commenting and flagging for the same issue at the same time.

  • Flag for straightforward issues with standard solutions, like typos and depends updates.
  • Comment for issues that require explanation or debugging. Use a pastebin for blocks of text more than a few lines.

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

xiota commented on 2026-06-08 14:48 (UTC)

==> Starting pkgver()...
==> Updated version: freerdp-git 3.26.0.r196.g4c522cb-1

==> Finished making: freerdp-git 3.26.0.r196.g4c522cb-1 (Mon Jun  8 14:48:43 2026)

xXPerditorXx commented on 2026-06-08 11:35 (UTC) (edited on 2026-06-08 11:37 (UTC) by xXPerditorXx)

Pls change your pkgver() since it's isnt working.

echo "r$(git rev-list --count HEAD).g$(git rev-parse --short HEAD)"

rivabem commented on 2026-04-25 19:40 (UTC)

The recommended is

-DCHANNEL_RDPEWA=ON -DCHANNEL_RDPEWA_CLIENT=ON

I think the former affects the lib and the latter the clients' support.

pezz commented on 2026-04-23 01:37 (UTC) (edited on 2026-04-23 06:16 (UTC) by pezz)

Can -DCHANNEL_RDPEWA=ON be added please? Will require libfido2. This allows Webauthn to work. Cheers.

lintianchuan commented on 2025-04-07 04:59 (UTC)

@DocMAX The -DWITH_RDPECAM=ON flag is not used now. This package already sets -DCHANNEL_RDPECAM_CLIENT=ON, and xfreerdp3 /dvc:rdpecam ... should work. Note that the binary this package provides is xfreerdp3 instead of xfreerdp.

DocMAX commented on 2025-02-21 11:44 (UTC) (edited on 2025-02-27 10:17 (UTC) by DocMAX)

Please add -DWITH_RDPECAM=ON

chrisqq commented on 2024-10-30 05:07 (UTC)

fails to build for me with: -- Using OpenSSL Version: 3.4.0 CMake Error at cmake/CommonConfigOptions.cmake:50 (message): CMAKE_BUILD_TYPE=None not supported. Set to any of Debug;Release;MinSizeRel;RelWithDebInfo Call Stack (most recent call first): CMakeLists.txt:678 (include)