Package Details: ufo2000 0.9.1176-1

Package Base: ufo2000
Description: An open source turn-based tactical squad simulation multiplayer game
Upstream URL: http://ufo2000.sourceforge.net/
Category: games
Licenses: GPL
Submitter: Citral
Maintainer: None
Last Packager: None
Votes: 4
First Submitted: 2008-12-27 00:04
Last Updated: 2012-04-20 11:21

Required by (0)

Sources

Latest Comments

Comment by carstene1ns

2014-02-06 19:13

@Herk: feel free to adopt, package has been orphaned.

Comment by Herk

2013-07-27 19:06

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

2012-12-15 22:14

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

2012-08-05 08:15

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

2012-08-04 17:06

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

2012-07-28 15:39

On x86_64 got the following error : http://pastebin.com/Gy77hvi3

Anonymous comment

2012-04-20 11:54

Updated to v0.9.1176.

Anonymous comment

2012-01-27 08:29

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

2011-09-02 21:45

ufo2000.sh is missing

Comment by Wesley

2011-01-01 20:23

0.9.1142

PKGBUILD
http://aur.pastebin.com/XKkhcn37

makefile.patch
http://aur.pastebin.com/xtYuzFxa

ufo2000.sh
http://aur.pastebin.com/vPWpy5CE

All comments