Package Details: ucp3-gui 1.0.15-1

Git Clone URL: https://aur.archlinux.org/ucp3-gui.git (read-only, click to copy)
Package Base: ucp3-gui
Description: GUI for Unofficial Crusader Patch 3
Upstream URL: https://github.com/UnofficialCrusaderPatch/UCP3-GUI
Licenses: AGPL-3.0-only
Submitter: Kesefon
Maintainer: Kesefon
Last Packager: Kesefon
Votes: 0
Popularity: 0.000000
First Submitted: 2025-11-20 23:42 (UTC)
Last Updated: 2026-01-19 19:38 (UTC)

Latest Comments

Kesefon commented on 2026-01-17 00:53 (UTC)

Good catch! I don't know what cursed things are happening on my host, that it worked without ZSTD_SYS_USE_PKG_CONFIG, but it's now included and successfully builds in a clean chroot.

Regarding WEBKIT_DISABLE_DMABUF_RENDERER that seems to be a general WebKit on Nvidia thing, right? I feel like it makes more sense to set that system-wide on your local machine. Especially since it apparently comes with a performance hit.

Vergenter commented on 2026-01-16 19:13 (UTC)

Build fails at link stage with rust-lld: error: undefined symbol: ZSTD_endStream Fixed by exporting before build: export ZSTD_SYS_USE_PKG_CONFIG=1 Without this, zstd-sys does not link libzstd correctly under makepkg. On Wayland, I need to run the app as: WEBKIT_DISABLE_DMABUF_RENDERER=1 ucp3-gui