Search Criteria
Package Details: openxcom-docs-git 1.0_r2996_gb008e3196-1
Git Clone URL: | https://aur.archlinux.org/openxcom-git.git (read-only, click to copy) |
---|---|
Package Base: | openxcom-git |
Description: | Documentation for the open-source reimplementation of the famous X-COM game (git-version) |
Upstream URL: | https://openxcom.org/ |
Licenses: | |
Submitter: | ska |
Maintainer: | WorMzy |
Last Packager: | WorMzy |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2012-09-13 21:55 |
Last Updated: | 2020-12-14 11:43 |
Dependencies (18)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- docbook-xml (make)
- docbook-xsl (make)
- doxygen (doxygen-git) (make)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git) (make)
- git (git-git) (make)
- glibc (glibc-git) (make)
- glu (glu-git) (make)
- hicolor-icon-theme (hicolor-icon-theme-git) (make)
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd) (make)
- sdl (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-hg, sdl2_compat12-git) (make)
- sdl_gfx (make)
- sdl_image (make)
- sdl_mixer (make)
- xmlto (xmlto-git) (make)
- xorgproto (xorgproto-git) (make)
- yaml-cpp (yaml-cpp-git, yaml-cpp0.3) (make)
Latest Comments
1 2 Next › Last »
gonciarz commented on 2019-07-01 21:34
Great! :) I'll leave my comment if something is wrong. R.
WorMzy commented on 2019-07-01 20:18
Thanks for the consideration, gonciarz! I've uploaded openxcom-extended and openxcom-extended-git to the AUR. Please check them out and let me know if there are any problems.
gonciarz commented on 2019-06-29 22:38
Hi WorMzy,
Recently I've found an interesting fork OpenXcome called OXCE. https://github.com/MeridianOXC/OpenXcom/tree/oxce-plus
Mod info: https://openxcom.mod.io/openxcom-extended
OG (original game) vs OXC (OpenXcom) vs OXCE (OpenXcom Extended): https://openxcom.org/forum/index.php/topic,5251.0.html
I believe it would be great if a new package could be created e.g. openxcom-oxce or something similar. You already are an author of openxcom and openxcom-git ArchLinux packages thus from my point of view you would be the best candidate to become an author of oxce.
Compilation process is exactly the same as for openxcom-git.
WorMzy commented on 2016-06-20 23:31
Thanks, Drenn. I've pushed an updated PKGBUILD with the changes you suggested.
Drenn commented on 2016-06-20 19:32
It looks like this compiles a dev build. The following change to line 26 should enable release build optimizations:
cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE="Release" -DDEV_BUILD="OFF"
See also this: http://openxcom.org/forum/index.php?topic=4690.0
WorMzy commented on 2015-04-21 13:25
yaml-cpp51 package uploaded, and PKGBUILD updated to make sure it build and links against the working library.
WorMzy commented on 2015-04-21 00:11
Can confirm this, and the workaround.
I'll see if I can find time to cobble together and upload a yaml-cpp51 package tomorrow (later today here).
dogabone commented on 2015-04-20 15:09
Looks like latest yaml-cpp from official repos isn't playing nice with openxcom.
If you are having problems with "failed to load Ruleset" error, downgrade yaml-cpp to 0.5.1 and compile again.
More info [no https]:
http://openxcom.org/forum/index.php?topic=3558.0
WorMzy commented on 2014-07-26 20:07
Please report it to upstream so it can get fixed. :)
docwild commented on 2014-07-26 20:01
I had to add --disable-werror to the configure line to get this to build due to an unused variable.