Package Details: eternity-engine-git 4.01.00.r65.76d93cb3-1

Git Clone URL: https://aur.archlinux.org/eternity-engine-git.git (read-only, click to copy)
Package Base: eternity-engine-git
Description: An advanced Doom port with vanilla compatibility
Upstream URL: http://eternity.youfailit.net/
Licenses: GPL3
Conflicts: eternity-engine
Submitter: chungy
Maintainer: chungy
Last Packager: chungy
Votes: 1
Popularity: 0.000000
First Submitted: 2014-02-10 22:59 (UTC)
Last Updated: 2020-11-11 04:35 (UTC)

Latest Comments

kinker31 commented on 2025-04-29 22:46 (UTC)

I've been unable to build this package recently, as CMake deprecated the cmake_minimum_required function, which is as follows:

CMake Error at acsvm/CMakeLists.txt:13 (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.