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: 89
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 »

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

nicoulaj commented on 2014-10-12 09:42 (UTC)

This package still fails to build here: cc: acomp failed for /tmp/yaourt-tmp-nicoulaj/aur-freerdp-git/src/freerdp/winpr/libwinpr/sysinfo/sysinfo.c winpr/libwinpr/CMakeFiles/winpr.dir/build.make:1986: recipe for target 'winpr/libwinpr/CMakeFiles/winpr.dir/sysinfo/sysinfo.c.o' failed make[2]: *** [winpr/libwinpr/CMakeFiles/winpr.dir/sysinfo/sysinfo.c.o] Error 2 CMakeFiles/Makefile2:227: recipe for target 'winpr/libwinpr/CMakeFiles/winpr.dir/all' failed make[1]: *** [winpr/libwinpr/CMakeFiles/winpr.dir/all] Error 2 Makefile:137: recipe for target 'all' failed make: *** [all] Error 2