Search Criteria
Package Details: openclonk 8.1-3
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: | |
Conflicts: | |
Submitter: | xyproto |
Maintainer: | B_E |
Last Packager: | B_E |
Votes: | 15 |
Popularity: | 0.000002 |
First Submitted: | 2013-10-07 20:44 |
Last Updated: | 2018-05-17 13:23 |
Dependencies (10)
- freealut
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libvorbis (libvorbis-aotuv-lancer, libvorbis-git, libvorbis-aotuv)
- miniupnpc (miniupnpc-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-hg, sdl2-nox, sdl2-minimal-hg)
- cmake (cmake-git) (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-minimal+-git) (make)
- openclonk-music (optional) – proprietary music package
Latest Comments
1 2 3 Next › Last »
B_E commented on 2018-05-17 13:24
Thanks JCaesar and ondoho, I've incorporated both your feedback.
ondoho commented on 2018-05-13 16:26
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
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
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
Requires
sdl2_mixer
- otherwise, it fails to build with:B_E commented on 2016-01-20 12:37
I've included the commit and cleaned up the whole PKGBUILD, including the dependencies, a bit (according to the official README).
Luchs commented on 2016-01-19 16:55
I don't think it's possible to install the official binaries as packages; they only search for game files in the same directory.
For the music package, here's an updated PKGBUILD: https://gist.github.com/lluchs/ed798c6680f14ca837b6#file-pkgbuild (It's actually a full clone of the repository, you can add it as remote and pull my commit.)
It packages the Music.ocg group as unpacked folder, allowing a separate music package (openclonk-music) to add the proprietary music to the folder. I also listed this package as optional dependency.
B_E commented on 2016-01-18 13:41
I'll have to think about this. I also wanted to offer a binary PKGBUILD at some point, so people don't need to recompile on every update. What do people think about copying this package to "openclonk-src" and making "openclonk" a binary downloader with an option for Music.ocg?
Luchs commented on 2016-01-18 13:05
It would be cool if we could package the proprietary music pack (from http://www.openclonk.org/download/Music.ocg) as well. I don't think it's possible to replace the file from a separate package, so maybe an option in the PKGBUILD here would be the way to go?
B_E commented on 2016-01-16 00:18
I'm away for the weekend and will update to 7.0 early next week.