Package Details: xorgxrdp 0.10.4-1

Git Clone URL: https://aur.archlinux.org/xorgxrdp.git (read-only, click to copy)
Package Base: xorgxrdp
Description: Xorg drivers for xrdp
Upstream URL: https://github.com/neutrinolabs/xorgxrdp
Licenses: X11
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 17
Popularity: 0.139769
First Submitted: 2018-02-06 14:30 (UTC)
Last Updated: 2025-03-30 16:18 (UTC)

Pinned Comments

Chocobo1 commented on 2022-11-10 16:23 (UTC) (edited on 2022-11-10 16:31 (UTC) by Chocobo1)

If you are having this error:

ERROR: One or more PGP signatures could not be verified!

Read the following for an explanation and how to temporarily workaround it: https://wiki.archlinux.org/title/Makepkg#Signature_checking

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

sigbjorn commented on 2018-05-27 14:51 (UTC)

For anyone that ended up here:

I succeeded making a local fix, first produce the patch file to fix the offending construct, then modify the build section in PKGBUILD file to patch the source prior to the make command. Then rerun makepkg, and sudo pacman -U etc.

PKGBUILD:

build() { cd "xorgxrdp"

./bootstrap ./configure --prefix="/usr" patch xrdpdev/xrdpdev.c ../../xrdpdev.patch make }

<hr>

The patch file (that might be valid in cases where XvExtensions are not defined): xrdpdev.patch--- --- ../xorgxrdp-git/src/xorgxrdp-0.2.6/xrdpdev/xrdpdev.c 2017-08-09 06:45:44.000000000 +0200 +++ src/xorgxrdp/xrdpdev/xrdpdev.c 2018-05-27 11:31:51.676870106 +0200 @@ -468,7 +468,7 @@ / try to init simd functions / rdpSimdInit(pScreen, pScrn);

-#if defined(XvExtension) && XvExtension +#if defined(XvExtension) / XVideo / if (!rdpXvInit(pScreen, pScrn)) {

<hr>

lnicola commented on 2018-05-20 13:35 (UTC)

https://github.com/neutrinolabs/xorgxrdp/issues/119

lnicola commented on 2018-05-20 13:15 (UTC)

This doesn't build:

xrdpdev.c: In function ‘rdpScreenInit’: xrdpdev.c:471:40: error: operator '&&' has no right operand #if defined(XvExtension) && XvExtension ^ make[2]: *** [Makefile:457: xrdpdev.lo] Error 1

Chocobo1 commented on 2018-02-15 16:39 (UTC)

I can't install this package (every other package through aur works fine):

https://bbs.archlinux.org/viewtopic.php?pid=1256325#p1256325

jabdr commented on 2018-02-15 14:50 (UTC)

I can't install this package (every other package through aur works fine):

$ yaourt -S xorgxrdp --noconfirm

==> Downloading xorgxrdp PKGBUILD from AUR... x .SRCINFO x PKGBUILD xorgxrdp 0.2.5-2 (2018-02-06 14:42) ( Unsupported package: Potentially dangerous ! ) ==> xorgxrdp dependencies: - glibc (already installed) - xrdp (already installed) - nasm (already installed) [makedepend] - xorg-server-devel (already installed) [makedepend]

==> Continue building xorgxrdp ? [Y/n] ==> ---------------------------------- ==> ==> Building and installing package ==> Making package: xorgxrdp 0.2.5-2 (Thu Feb 15 15:48:52 CET 2018) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading xorgxrdp-0.2.5.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 611 0 611 0 0 982 0 --:--:-- --:--:-- --:--:-- 982 100 453k 100 453k 0 0 205k 0 0:00:02 0:00:02 --:--:-- 311k -> Downloading xorgxrdp-0.2.5.tar.gz.asc... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 615 0 615 0 0 991 0 --:--:-- --:--:-- --:--:-- 990 100 833 100 833 0 0 714 0 0:00:01 0:00:01 --:--:-- 714 ==> Validating source files with sha256sums... xorgxrdp-0.2.5.tar.gz ... Passed xorgxrdp-0.2.5.tar.gz.asc ... Skipped ==> Verifying source file signatures with gpg... xorgxrdp-0.2.5.tar.gz ... FAILED (unknown public key 9F72CDBC01BF10EB) ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build xorgxrdp. ==> Restart building xorgxrdp ? [y/N] ==> ---------------------------------