Package Details: rbdoom-3-bfg 1.5.1-12

Git Clone URL: https://aur.archlinux.org/rbdoom-3-bfg.git (read-only, click to copy)
Package Base: rbdoom-3-bfg
Description: Doom 3 BFG Edition with modern engine features like PBR, Baked Global Illumination, Soft Shadows
Upstream URL: https://github.com/RobertBeckebans/RBDOOM-3-BFG
Licenses: GPL3
Submitter: chungy
Maintainer: loathingkernel
Last Packager: loathingkernel
Votes: 7
Popularity: 0.000000
First Submitted: 2014-05-11 22:44 (UTC)
Last Updated: 2025-04-27 14:26 (UTC)

Dependencies (15)

Required by (0)

Sources (5)

Latest Comments

Lyrix commented on 2025-05-03 14:45 (UTC)

Compiled was successful. But can't start it:

Enabled Vulkan layers:
Unknown command 'vid_restart'
Sys_Error: Cannot find a Vulkan device that supports all the required      extensions and properties.
AMD Radeon RX 570 Series (RADV POLARIS10):
- cannot support the requested swap chain size: requested 1680x1050, available 1680x1022 - 1680x1022

sixxgate commented on 2025-04-27 13:33 (UTC)

Seems this can no longer build, producing a CMake error.

CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

xman1 commented on 2023-11-07 06:57 (UTC)

Latest update fails to build. Last lines of build are not very informative:

/var/tmp/pamac-build-x/rbdoom-3-bfg/src/RBDOOM-3-BFG/neo/libs/rapidjson/include/rapidjson/document.h:118:18: warning: ‘template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator’ is deprecated [-Wdeprecated-declarations] 118 | typedef std::iterator<std::random_access_iterator_tag,ValueType> BaseType; | ^~~~~~~~ /usr/include/c++/13.2.1/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~

ninja: build stopped: subcommand failed.

==> ERROR: A failure occurred in build(). Aborting...

loathingkernel commented on 2022-11-28 14:17 (UTC)

@itaranto, sorry I do not understand what do you mean by "appropriate for most users". Why would it be more appropriate and who is the referenced "most users"? Is there a technical reason it should be there?

Going by the XDG specification, $HOME/.config/rbdoom3bfg might have been an option, since the script is just storing one configuration option, which is only indirectly related as a way to specify where rbdoom3bfg will search for its data files.

itaranto commented on 2022-11-27 17:03 (UTC) (edited on 2022-11-27 17:20 (UTC) by itaranto)

All scripts use ${HOME}/.rbdoom3bfg, I believe ${HOME}/.local/share/rbdoom3bfg is a more appropriate place for most users. rbdoom3bfg supports both.

Glorious7060 commented on 2021-09-27 00:14 (UTC)

Is posible to use doom3bfg-data as an optional dependency and have the data on home?

chungy commented on 2017-08-05 05:33 (UTC)

This doesn't look simple to fix (I can pull the neo GCC 7.1.1 easy enough, but doomclassic is littered with errors). I'll try to watch upstream to see if something happens there.

postblue commented on 2017-08-04 10:03 (UTC)

Build's failed; make[2]: *** [idlib/CMakeFiles/precomp_header_idlib.dir/build.make:58: idlib/CMakeFiles/precomp_header_idlib] Error 1 make[1]: *** [CMakeFiles/Makefile2:200: idlib/CMakeFiles/precomp_header_idlib.dir/all] Error 2 make: *** [Makefile:84: all] Error 2 Upstream issue: compilation error with gcc version 7.1.1 https://github.com/RobertBeckebans/RBDOOM-3-BFG/issues/371 Fork fix: https://github.com/OpenTechEngine/OpenTechBFG/pull/136