Search Criteria
Package Details: uzdoom-bin 4.14.3-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/uzdoom-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | uzdoom-bin |
| Description: | A fork of GZDoom, a feature-centric fork of ZDoom |
| Upstream URL: | https://github.com/UZDoom/UZDoom |
| Licenses: | GPL3, BSD, LGPL3 |
| Conflicts: | uzdoom |
| Provides: | uzdoom |
| Submitter: | gameslayer |
| Maintainer: | gameslayer |
| Last Packager: | gameslayer |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-12-08 07:16 (UTC) |
| Last Updated: | 2025-12-10 04:03 (UTC) |
Dependencies (10)
- bzip2 (bzip2-gitAUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libwebp (libwebp-gitAUR)
- openal (openal-gitAUR)
- patchelf (patchelf-gitAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
Required by (1)
- diamond-dragon (optional)
Latest Comments
ImperatorStorm commented on 2025-12-09 06:48 (UTC)
libzmusic.so.1should be moved out of$pkgdir/usr/lib/x86_64-linux-gnuand into$pkgdir/usr/lib/uzdoomto prevent potential future conflicts. This should also allow you to remove the unnecessaryzmusic-bindependency.gameslayer commented on 2025-12-09 04:55 (UTC)
Hey thanks for the report and feedback guys, due to how the binary extracted from the appimage works I could only do some of these changes due to it causing more issues but I figured out the a good midelground and put all the lib files in /usr/lib/uzdoom
maxlefou commented on 2025-12-08 17:56 (UTC) (edited on 2025-12-08 18:36 (UTC) by maxlefou)
/usr/bin/uzdoom.bin: error while loading shared libraries: libvpx.so.9: cannot open shared object file: No such file or directory. Making a symlink to libvpx.so seems to not cause issues even if it's 11.0.1ImperatorStorm commented on 2025-12-08 17:26 (UTC) (edited on 2025-12-08 17:32 (UTC) by ImperatorStorm)
It's discouraged to drop libs in
/usr/libunnecessarily is its likely to cause package conflicts, better to move it anduzdoom.bininto/opt/uzdoom. Thezmusic-bindependency can be dropped similarly:Wrt:
This shouldn't be an issue unless Arch Linux suddenly moves to debian-like multi-arch instead of its current multilib setup, though this seems very unlikely. This shouldn't break the binary unless UZDoom decides to statically link it, in which case the line could just be removed.
You should also change
conflicts=("uzdoom-git")toas
uzdoomnow exists.