Search Criteria
Package Details: rbdoom3-bfg-git r2730.4f97527a-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rbdoom3-bfg-git.git (read-only, click to copy) |
|---|---|
| Package Base: | rbdoom3-bfg-git |
| Description: | Doom 3 BFG Edition with soft shadows, cleaned up source, Linux and 64 bit Support |
| Upstream URL: | https://github.com/RobertBeckebans/RBDOOM-3-BFG |
| Licenses: | GPL3 |
| Conflicts: | rbdoom-3-bfg |
| Provides: | rbdoom3-bfg |
| Submitter: | zan |
| Maintainer: | johnnybash |
| Last Packager: | johnnybash |
| Votes: | 14 |
| Popularity: | 0.000001 |
| First Submitted: | 2016-01-01 19:51 (UTC) |
| Last Updated: | 2025-11-30 18:20 (UTC) |
Dependencies (11)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-obsAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- openal (openal-gitAUR)
- sdl2-compat (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2AUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ispc (ispc-gitAUR) (make)
- rapidjson (rapidjson-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- zip (zip-natspecAUR) (make)
- doom3bfg-dataAUR (doom3bfg-data-steamAUR, doom3bfg-data-gogAUR) (optional) – packaged game data files
Latest Comments
1 2 3 Next › Last »
johnnybash commented on 2025-11-30 18:23 (UTC)
builds with the older dxc version, thanks loathingkernel
loathingkernel commented on 2025-11-29 19:58 (UTC)
https://github.com/loathingKernel/PKGBUILDs/blob/master/public/rbdoom-3-bfg/PKGBUILD.vcs
jmsq commented on 2025-11-29 19:53 (UTC)
I saw that as well. I suspect there’s an incompatibility with the latest Vulcan/spirv libs, but figuring out which compatibility flags may work around it might be a challenge.
johnnybash commented on 2025-11-29 17:46 (UTC)
fixed the dependencies but still errors out while compiling shaders.
FreePenguin commented on 2025-06-07 07:49 (UTC)
Package now requires ispc to compile
loathingkernel commented on 2023-09-06 09:51 (UTC) (edited on 2023-09-06 10:05 (UTC) by loathingkernel)
why are you doing two different build preparations? the one in
prepare()is ultimately ignored as the directory inbuild()is different. Just merge the arguments fromcmake-linux-release.shintobuild()if you really need them.Other issues include:
Cloning into a directory using the
pkgname. This will result in duplicate bare git repositories when a user tries to buildrbdoom-3-bfgand this package. You can simply clone it with the name of the repo unchanged.The naming of the the icon and the desktop file are inconsistent. The software's name is
rbdoom-3-bfg, the icon is nameddoom3bfgand the desktop file is namedrbdoom3-bfg-git. There is no need for liberal interpretations of the name, just userbdoom-3-bfgfor everything.The repository has tags, you should use them when describing the git version in
pkgver()I would suggest to not rename the executable, if you really need to, symlink or provide a wrapper script. You could check out mine from here which provides a way to configure a different base_path
Also, please find a way to rename this package, the software is named
rbdoom-3-bfgand the misnaming confuses searches.zan commented on 2022-03-24 21:20 (UTC)
Its not a dependency, rbdoom3bfg bundles its own imgui. They renamed it recently and didn't fix that source file. Added a patch that fixes building.
czettnersandor commented on 2022-03-18 11:35 (UTC)
This needs to depend on imgui:
huiser commented on 2020-10-06 09:52 (UTC)
I had to install 'rapidjson' to be able to build.
zan commented on 2020-10-06 02:51 (UTC)
It works on ffmpeg-git and there are issues on the ffmpeg tracker related to it already.
Can't even build trunk ffmpeg on Arch because srt breaks against 4.3.1.
So I just forced an ffmpeg-git dependency for now. I got to test and see that libpng works now so that can be turned on. If you can use system libs you generally should.
1 2 3 Next › Last »