Package Details: freerdp-git 3.9.0.r94.ga7638bb-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: 2024-10-30 07:30 (UTC)

Dependencies (68)

Required by (14)

Sources (1)

Pinned Comments

xiota commented on 2023-12-17 23:44 (UTC) (edited on 2024-10-30 15:03 (UTC) by xiota)

Rebuild for library updates. pacman may produce 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

To force pacman to install libraries, use dd option. Otherwise, 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 8 9 10 Next › Last »

WarheadsSE commented on 2016-02-29 14:32 (UTC)

I am taking it from the source's version numbering. I fail to see how the developers versioning is wrong, as it is their code.

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