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 (17)

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 »

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

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

Sorry nevermind.. not sure where I found the 1.2.4dev .. but yes, the git describe from the repo is showing 1.2.0-beta1+android9.. I'm losing my mind maybe.

eworm commented on 2015-06-01 21:09 (UTC)

% git describe --tags 1.2.0-beta1+android9-1440-g29de9b6 And everything builds just fine, so... Unflagging.

tmoore commented on 2015-06-01 20:40 (UTC)

Flagged out of date. Latest This is FreeRDP version 1.2.4-dev (git 29de9b6)

eworm commented on 2014-10-16 08:52 (UTC)

Because that is what the last tag contains: % git describe --tags 1.2.0-beta1+android7-874-g4c455b8

VestniK commented on 2014-10-16 08:46 (UTC)

Why does the version contain 'android'? As far as I can see from PKGBUILD it's x86(_64) desktop build with default system compiler.

eworm commented on 2014-10-12 10:21 (UTC)

@nicoulaj: Probably the real error happens a lot earlier.

stevenhoneyman commented on 2014-10-12 10:10 (UTC)

Builds fine for me at the moment ...that's with some modified options though. unsetting CFLAGS/etc is not necessary cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DWITH_PULSE=OFF -DWITH_SERVER=OFF -DBUILD_SHARED_LIBS=OFF -DMONOLITHIC_BUILD=ON -DWITH_SSE2=ON -DWITH_SSE2_TARGET=ON -DCMAKE_BUILD_TYPE=Release then in package()... rm -rf $pkgdir/usr/{include,lib} ...and you're left with a single binary and a manpage