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 9 10 Next › Last »

eworm commented on 2016-02-17 17:16 (UTC)

This already uses master. The tag is used to generate the version string. What you do is wrong... The version number you generate suggests we are post 2.0 release.

WarheadsSE commented on 2016-02-17 17:02 (UTC)

I've updated the PKGBUILD a bit: https://github.com/WarheadsSE/PKGs/commit/1522c78b8454ae2f0701c77f8c1399a6d839888b * Update to use master, not the out-of-date tag. * Collect accurate version from CMakeLists.txt

mbroemme commented on 2015-11-25 13:17 (UTC)

Could you please add the following to the PKGBUILD: diff -Nur freerdp-git/PKGBUILD freerdp-openh264-git/PKGBUILD --- freerdp-git/PKGBUILD 2015-11-25 14:16:20.440000000 +0100 +++ freerdp-openh264-git/PKGBUILD 2015-11-25 14:17:09.240000000 +0100 @@ -6,7 +6,7 @@ pkgver=1.2.0.beta1.android9.r1982.g7aca1e0 pkgrel=1 depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage' - 'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv') + 'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'openh264') makedepends=('git' 'krb5' 'cmake' 'damageproto') arch=('i686' 'x86_64') url="http://www.freerdp.com/" @@ -39,6 +39,7 @@ -DCMAKE_INSTALL_LIBDIR=lib \ -DWITH_PULSE=ON \ -DWITH_SERVER=ON \ + -DWITH_OPENH264=ON \ . make } It will allow using h264 channel (especially on Windows 10) with FreeRDP and makes remote desktop experience much better. Also 'openh264' is already available on AUR.

yan12125 commented on 2015-10-16 09:07 (UTC)

FYI: https://github.com/FreeRDP/FreeRDP/pull/2910 is merged.

yan12125 commented on 2015-10-11 07:36 (UTC)

The pull request https://github.com/FreeRDP/FreeRDP/pull/2910 fixes the problem mentioned by @pi3r1k. Please include it before the PR is merged.

pi3r1k commented on 2015-10-08 07:48 (UTC)

I have this error: ``` In file included from /usr/include/gstreamer-1.0/gst/gstbin.h:27:0, from /usr/include/gstreamer-1.0/gst/gst.h:35, from /tmp/yaourt-tmp-pierrick/aur-freerdp-git/src/freerdp/channels/tsmf/client/gstreamer/tsmf_gstreamer.c:36: /usr/include/gstreamer-1.0/gst/gstelement.h:55:27: erreur fatale: gst/gstconfig.h : Aucun fichier ou dossier de ce type compilation terminée. channels/tsmf/client/gstreamer/CMakeFiles/tsmf-client-gstreamer-decoder.dir/build.make:62 : la recette pour la cible « channels/tsmf/client/gstreamer/CMakeFiles/tsmf-client-gstreamer-decoder.dir/tsmf_gstreamer.c.o » a échouée make[2]: *** [channels/tsmf/client/gstreamer/CMakeFiles/tsmf-client-gstreamer-decoder.dir/tsmf_gstreamer.c.o] Erreur 1 CMakeFiles/Makefile2:1761 : la recette pour la cible « channels/tsmf/client/gstreamer/CMakeFiles/tsmf-client-gstreamer-decoder.dir/all » a échouée make[1]: *** [channels/tsmf/client/gstreamer/CMakeFiles/tsmf-client-gstreamer-decoder.dir/all] Erreur 2 Makefile:149 : la recette pour la cible « all » a échouée make: *** [all] Erreur 2 ``` resolved by : ``` ln -s /usr/lib64/gstreamer-1.0/include/gst/gstconfig.h /usr/include/gstreamer-1.0/gst/ ```

eworm commented on 2015-07-28 09:14 (UTC)

No. The git protocol is a lot more efficient. Feel free to change the url locally before building.

allspark commented on 2015-07-28 06:00 (UTC)

Hi can you please change the git url to "git+https"?

tmoore commented on 2015-06-03 14:58 (UTC)

And if you pull the GIT repo, and compile it, the binary reports this version: ~/aurbuild/FreeRDP] master ± ./client/X11/xfreerdp /version This is FreeRDP version 1.2.4-dev (git 6b92fe3) So yea.. I have no idea how they are tagging their source. ~/aurbuild/FreeRDP] master ± git describe --tags 1.2.0-beta1+android9-1450-g6b92fe3

tmoore commented on 2015-06-03 14:54 (UTC)

I see my confusion. The PKGBUILD still references a version older than community stable Package Details: freerdp-git 1.2.0.beta1.android7-1 it should at least be greater than or equal to 1.2.0_beta+android9-1