Package Details: freerdp-git 3.0.0beta4.r98.g32c65dbdf-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
Conflicts: freerdp
Provides: freerdp, libfreerdp-client2.so, libfreerdp-server2, libfreerdp-shadow-subsystem2.so, libfreerdp-shadow2.so, libfreerdp2.so, libuwac0.so, libwinpr-tools2.so, libwinpr2.so
Submitter: None
Maintainer: xiota
Last Packager: xiota
Votes: 88
Popularity: 0.000000
First Submitted: 2010-06-19 21:20 (UTC)
Last Updated: 2023-10-26 12:33 (UTC)

Dependencies (58)

Required by (17)

Sources (1)

Pinned Comments

xiota commented on 2023-12-17 23:44 (UTC)

Rebuild for errors similar to the following:

error: failed to prepare transaction (could not satisfy dependencies)
:: installing icu (74.2-1) breaks dependency 'libicuuc.so=73-64' required by freerdp-git

xiota commented on 2023-10-26 12:27 (UTC) (edited on 2023-10-26 12:36 (UTC) by xiota)

This is a git package. Please do not flag for simple version number changes. The version number will automatically be updated on rebuild.

Comment or flag (choose one) for issues that require the PKGBUILD to be updated when you know the specific change required (eg, add a specific dependency or build option).

Comment for issues that require investigation, like build errors.

Latest Comments

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

bidulock commented on 2021-12-20 05:17 (UTC)

Please add 'git' to makedepends

brknrobot commented on 2021-10-20 22:08 (UTC)

@tmow updated, thanks

tmow commented on 2021-10-15 08:20 (UTC)

@nloewen See this upstream issue

https://github.com/FreeRDP/FreeRDP/issues/7363

Installing core/icu (should be selected by default) and compiling with -DWITH_ICU=ON improves things quite a lot in terms of UTF support, but above all it avoids possible crashes.

In Remmina we are updating the FreeRDP flatpak, SNAP and PPA Debian packages.

tmow commented on 2021-09-24 23:25 (UTC)

@nloewen thanks a lot, it's perfect

brknrobot commented on 2021-09-24 22:30 (UTC)

@tmow I'm not seeing that line in the official package, so I have no issue removing it. Let me know if you've got any other issues.

tmow commented on 2021-09-24 13:19 (UTC)

I'm speaking about real problems @nloewen that codec, in FreeRDP is used just for rails, but ffmpeg can be used instead.

In Remmina because of this openh264 codec we have quite a lot of issues.

If you are wondering, I'm the Remmina maintainer and not a random user.

This AUR package exists to compile remmina-git with the freerdp stable branch (2.x.x).

So I ask you again the question, can you remove that line?

Thanks!

tinywrkb commented on 2021-09-24 12:08 (UTC)

Please remove -DWITH_OPENH264=ON, this causes more issues than problems it may solve.

@tmow the only problem these alt libs (e.g. openh264, mbedtls) intended to solve is licensing, and this is not an issue for us Arch users.

tmow commented on 2021-09-24 05:38 (UTC)

Please remove -DWITH_OPENH264=ON, this causes more issues than problems it may solve. OpenH264 often freezes FreeRDP and Remmina, and we have even identified border cases where it freezes the whole desktop.

While there are patches proposed to the Cisco OpenH264 community, they are way too slow to apply theme and release new versions (1 year or more).

The FFMPeg back-end is just perfect without anything else, really.

Thanks for taking ownership of this AUR!!!

Matty_r commented on 2021-06-17 04:30 (UTC)

Changes have been made to Freerdp versioning which affects compilation of Remmina-git package. Recompiling the latest freerdp contains these changes which has been accounted for in a patch to remmina.

Re: https://github.com/FreeRDP/FreeRDP/blob/112400ca6664a1cb6e7b0cb904b4a7d79f30eef7/include/freerdp/version.h.in#L30

Re: https://gitlab.com/Remmina/Remmina/-/issues/2510