Package Details: stratagus 3.3.2-1

Git Clone URL: https://aur.archlinux.org/stratagus.git (read-only, click to copy)
Package Base: stratagus
Description: A free cross-platform real-time strategy gaming engine
Upstream URL: https://github.com/Wargus/stratagus
Licenses: GPL
Submitter: encelo
Maintainer: encelo
Last Packager: encelo
Votes: 27
Popularity: 0.000000
First Submitted: 2005-05-11 02:54 (UTC)
Last Updated: 2022-08-24 16:03 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

ipochto commented on 2025-04-16 09:11 (UTC) (edited on 2025-04-16 09:12 (UTC) by ipochto)

There is an issue with the latest cmake.

For fast fix you can edit PKGBUILD to add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 for cmake args.

Here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=stratagus#n26

It would look like this:

build() {
  cd $srcdir

  cmake ${pkgname} \
  -DCMAKE_BUILD_TYPE=Release \
  -DCMAKE_INSTALL_PREFIX=/usr \
  -DGAMEDIR=/usr/bin \
  -DSBINDIR=/usr/bin \
  -DLUA_INCLUDE_DIR=/usr/include/lua5.1 \
  -DWITH_STACKTRACE=OFF \
  -Bbuild \
  -DCMAKE_POLICY_VERSION_MINIMUM=3.5

  make -C build
}

nesk_aur commented on 2023-05-17 05:57 (UTC)

Builds and works on aarch64, feel free to add to arch=.

encelo commented on 2022-08-24 16:04 (UTC)

Updated to v3.3.2.

encelo commented on 2022-08-07 16:02 (UTC)

Updated to v3.3.1.

  • Disabled compilation with StackTrace library

encelo commented on 2022-07-27 19:48 (UTC)

Updated to v3.3.0.

carlosal1015 commented on 2022-03-15 15:45 (UTC)

https://www.reddit.com/r/archlinux/comments/teql3v/github_no_longer_supports_git_some_pkgbuilds/

encelo commented on 2022-01-10 23:47 (UTC) (edited on 2022-07-27 19:48 (UTC) by encelo)

Updated to v3.2.0.

ipochto commented on 2021-12-26 15:29 (UTC)

Hi there. 3.2.0 was released, please update.

encelo commented on 2021-08-08 16:15 (UTC)

Updated to v3.1.2.

encelo commented on 2021-03-20 23:41 (UTC) (edited on 2021-08-08 16:15 (UTC) by encelo)

Updated to v3.0.0.