Package Details: freerdp-git 3.12.0.r53.g11e980a-1

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, libfreerdp-shadow-subsystem3.so, libfreerdp-shadow3.so, libfreerdp3.so, libwinpr-tools3.so, libwinpr3.so
Submitter: None
Maintainer: xiota
Last Packager: xiota
Votes: 88
Popularity: 0.000000
First Submitted: 2010-06-19 21:20 (UTC)
Last Updated: 2025-02-22 02:05 (UTC)

Dependencies (71)

Required by (17)

Sources (1)

Pinned Comments

xiota commented on 2023-12-17 23:44 (UTC) (edited on 2025-02-22 02:40 (UTC) by xiota)

Rebuild for library updates. Run pacman -Syudd to force upgrades prior to rebuild. If there are still problems, try building in a clean chroot.

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

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

xiota commented on 2023-08-18 14:59 (UTC)

@user_58180 Added build options. wlfreerdp should build now.

user_58180 commented on 2023-08-18 13:54 (UTC)

I am missing the wlfreerdp executable.

lprobsth commented on 2023-08-15 08:50 (UTC)

Since 3.0.0.beta2 the build fails for me with a cmake error because the package "webkit2gtk-4.0" could not be found. Adding "webkit2gtk" as a dependency solves the issue.

gpoudrel commented on 2023-08-14 06:21 (UTC) (edited on 2023-08-14 06:21 (UTC) by gpoudrel)

I had to install cjson package as compilation failed :

~/.cache/yay/freerdp-git/src/freerdp/libfreerdp/common/../core/aad.h:36:10: fatal error: cjson/cJSON.h: No such file or directory
   36 | #include <cjson/cJSON.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.

danir.de commented on 2023-08-03 07:10 (UTC)

Please remove VAAPI acceleration from the default packagebuild, as it is actively discouraged from FreeRDP developers and should only be included as an optional opt-in, since it's known to cause finicky errors.

https://github.com/FreeRDP/FreeRDP/issues/9011#issuecomment-1565603597

xiota commented on 2023-08-02 19:19 (UTC)

@KuDDlowski rlees85 said, "required for build, not sure about run or how to really find out". namcap can help determine whether the package is required at runtime.

KuDDlowski commented on 2023-08-01 13:13 (UTC)

@xiota the package doesn't even build without sdl2_ttf

xiota commented on 2023-07-21 09:09 (UTC)

@rlees Use namcap on the package after building to find basic issues.

rlees85 commented on 2023-07-21 08:15 (UTC)

Looks like sdl2_ttf is required for build, not sure about run or how to really find out.