Package Details: openzone 0.3.95.r139.g75b174d-1

Git Clone URL: https://aur.archlinux.org/openzone.git (read-only, click to copy)
Package Base: openzone
Description: Simple cross-platform FPS/RTS game engine
Upstream URL: https://ducakar.github.io/openzone-web/
Licenses: GPL3
Conflicts: openzone-data
Provides: openzone-data
Submitter: ducakar
Maintainer: ducakar
Last Packager: ducakar
Votes: 1
Popularity: 0.000000
First Submitted: 2012-07-30 06:55 (UTC)
Last Updated: 2025-02-15 21:37 (UTC)

Latest Comments

FabioLolix commented on 2025-04-10 20:39 (UTC)

Hi,

  • this need alsa-lib as depends
  • lua at least as makedepends (sh: line 1: luac: command not found)
  • new SPDX license identifier GPL-3.0-or-later
  • preferred cmake build type in None in Arch/AUR packaging

micwoj92 commented on 2025-04-10 19:31 (UTC)

Build fails:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:227 (message):
  Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:591 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindALSA.cmake:65 (find_package_handle_standard_args)
  CMakeLists.txt:73 (find_package)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

micwoj92 commented on 2021-08-29 16:23 (UTC)

Thanks for the fixes. Now it fails with

/home/micwoj92/openzone/src/openzone/src/client/Client.cc:35:11: fatal error: gamemode_client.h: No such file or directory
   35 | # include <gamemode_client.h>
      |           ^~~~~~~~~~~~~~~~~~~

It needs gamemode dependency, after installing it works fine.

FabioLolix commented on 2021-08-29 16:17 (UTC)

micwoj92 commented on 2021-08-29 14:27 (UTC) (edited on 2021-08-29 14:27 (UTC) by micwoj92)

Ugh, now it doesn't clone, makepkg stops at

``Cloning into '/home/micwoj92/openzone/src/openzone/data'... Enter passphrase for key '/home/micwoj92/.ssh/id_rsa':

Following this should fix the issue https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules

micwoj92 commented on 2021-08-29 14:23 (UTC)

Thank you!

micwoj92 commented on 2021-08-29 13:18 (UTC)

You shouldn't pull from master, then this should be -git package. You can specify commit which you want to use, or best use latest release + backport fixes if needed.

micwoj92 commented on 2021-08-23 21:53 (UTC)

It currently fails to download, please fix building of this package or else I will submit a deletion request.