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>
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:
Read the following for an explanation and how to temporarily workaround it: https://wiki.archlinux.org/title/Makepkg#Signature_checking