@Herk: feel free to adopt, package has been orphaned.
Search Criteria
Package Details: ufo2000 0.9.1176-1
Package Actions
| Package Base: | ufo2000 |
|---|---|
| Description: | An open source turn-based tactical squad simulation multiplayer game |
| Upstream URL: | http://ufo2000.sourceforge.net/ |
| Category: | games |
| Licenses: | |
| Submitter: | Citral |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2008-12-27 00:04 |
| Last Updated: | 2012-04-20 11:21 |
Latest Comments
Comment by carstene1ns
Comment by Herk
The compilation errors below seem to be related to missing quotations in the makefile. The patch below fixes it. It should be straightforward to incorporate in the PKGBUILD, but since I'm not using the package, maybe someone else can adopt it?
makefile.patch
--- makefile.old 2013-07-27 20:53:31.045819157 +0200
+++ makefile 2013-07-27 21:05:09.175796013 +0200
@@ -61,7 +61,7 @@
LUA_NAME = lua
ifneq ($(UFO_SVNVERSION),)
- CFLAGS += -DUFO_SVNVERSION=\"$(UFO_SVNVERSION)\"
+ CFLAGS += -DUFO_SVNVERSION="\"$(UFO_SVNVERSION)\""
endif
ifdef DATA_DIR
Comment by xyproto
When trying to install, I get this error:
g++ -MMD -funsigned-char -Wall -Wno-deprecated-declarations -I src/lua -I src/luasqlite3 -DDEBUGMODE -DUFO_SVNVERSION=\"Unversioned directory\" -O2 -pipe -I/usr/include/freetype2 -DHAVE_FREETYPE -DGLYPH_TARGET=GLYPH_TARGET_ALLEGRO -DGK_NO_LEGACY -DHAVE_PNG -DLINUX -I/usr/include -c src/bullet.cpp -o obj/bullet.o
g++: error: directory": No such file or directory
Comment by nbarbey
I made an SVN package which does not have the issue (since this was an issue with the makefile : https://aur.archlinux.org/packages.php?ID=61481
Comment by nbarbey
I think the issue is due to the makefile do correctly detecting the version and assuming and non-existing SVN version. Removing the line updating CFLAGS for the UFO_SVNVERSION resulted in a successful build.
Comment by nbarbey
On x86_64 got the following error : http://pastebin.com/Gy77hvi3
Anonymous comment
Updated to v0.9.1176.
Anonymous comment
Updated to v0.9.1142.
A few notes:
- Added server program (it depends on 'hawknl' and 'sqlite3').
- The game isn't compatible with DUMB 0.9.3, but version 0.9.2 has a security vulnerability. So music support is disabled by default. If you want to enable it, add 'dumb-old' dependency and change 'make' command to 'make dumbogg=1'.
- And I haven't tested the pkgbuild on x86_64, so if you find an error, report it here.
Comment by jose1711
ufo2000.sh is missing
Comment by Wesley
0.9.1142
PKGBUILD
http://aur.pastebin.com/XKkhcn37
makefile.patch
http://aur.pastebin.com/xtYuzFxa
ufo2000.sh
http://aur.pastebin.com/vPWpy5CE
Comment by Wesley
could you please update to 0.9.1142?