Search Criteria
Package Details: openclonk 8.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/openclonk.git (read-only, click to copy) |
---|---|
Package Base: | openclonk |
Description: | Multiplayer-action-tactic-skill game |
Upstream URL: | http://openclonk.org |
Keywords: | clonk |
Licenses: | custom |
Conflicts: | clonk_rage |
Submitter: | xyproto |
Maintainer: | B_E |
Last Packager: | B_E |
Votes: | 16 |
Popularity: | 0.004604 |
First Submitted: | 2013-10-07 20:44 (UTC) |
Last Updated: | 2018-05-17 13:23 (UTC) |
Dependencies (10)
- freealut
- glew (glew-libepoxy, glew-egl-glx, glew-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libvorbis (libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer)
- miniupnpc (miniupnpc-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- sdl2 (sdl2-rbp-bin, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-rpi, sdl2-nox-git, sdl2-nox, sdl2-git)
- cmake (cmake-git) (make)
- mesa (mesa-minimal+-git, mesa-i915g, mesa-d3d12, mesa-minimal-git, mesa-steamos, mesa-git, mesa-rusticl-git, mesa-amber) (make)
- openclonk-music (optional) – proprietary music package
Latest Comments
Osama commented on 2022-07-03 00:03 (UTC) (edited on 2022-07-03 22:24 (UTC) by Osama)
swilde commented on 2021-12-22 01:36 (UTC)
Adding the missing include to src/C4Include.h worked for me, so that the package could be build (and the game runs).
mctom commented on 2021-11-22 20:55 (UTC)
I applied changes proposed by mintish below, but apparently this #include is also necessary in some other headers too. Build failed at C4AulParse.cpp:1608:95.
mintish commented on 2021-08-14 01:51 (UTC) (edited on 2021-08-14 02:07 (UTC) by mintish)
I had issues getting this package to build on a system with GCC11 (missing
#include <limits>
).Patching
C4Reloc.h
with the missing include fixed the issue for me:Updated PKGBUILD
B_E commented on 2018-05-17 13:24 (UTC)
Thanks JCaesar and ondoho, I've incorporated both your feedback.
ondoho commented on 2018-05-13 16:26 (UTC) (edited on 2018-05-13 16:27 (UTC) by ondoho)
it doesn't seem to find the sources at git.openclonk.org anymore.
but the same release is also on github, and this PKGBUILD works:
JCaesar commented on 2018-03-31 03:08 (UTC) (edited on 2018-03-31 03:08 (UTC) by JCaesar)
Just two minor things:
boost shouldn't be required anymore
Using sdl2_mixer is kinda deprecated and should probably be removed upstream Might be better to build with -DAudio_FIND_REQUIRED=On -DAudio_TK=OpenAL to avoid any shenanigans
B_E commented on 2018-03-17 11:43 (UTC)
I managed to build with
sdl2
alone (withoutsdl2_mixer
). Either way, I'm cleaning up the dependencies.RemoteAdmin commented on 2018-03-16 11:38 (UTC)
Requires
sdl2_mixer
- otherwise, it fails to build with:B_E commented on 2016-01-20 12:37 (UTC)
Luchs commented on 2016-01-19 16:55 (UTC)
B_E commented on 2016-01-18 13:41 (UTC)
Luchs commented on 2016-01-18 13:05 (UTC)
B_E commented on 2016-01-16 00:18 (UTC)
maxmitti commented on 2015-06-18 09:59 (UTC)
B_E commented on 2015-06-17 15:32 (UTC)
maxmitti commented on 2015-06-17 15:30 (UTC)
Xabre commented on 2015-03-17 14:40 (UTC)
B_E commented on 2015-03-17 07:51 (UTC)
Xabre commented on 2015-03-17 00:18 (UTC)
B_E commented on 2015-03-16 20:57 (UTC)
V1del commented on 2015-03-16 15:40 (UTC)
B_E commented on 2015-03-15 20:35 (UTC)
B_E commented on 2014-06-26 13:29 (UTC)
chrys87 commented on 2014-06-26 12:47 (UTC)
B_E commented on 2014-01-30 14:14 (UTC)
RazZziel commented on 2014-01-29 21:12 (UTC)
xyproto commented on 2013-10-07 20:53 (UTC)