diff --git a/game/misc/ode/actions.py b/game/misc/ode/actions.py
index 392d3e1a22..44a919bcf2 100644
--- a/game/misc/ode/actions.py
+++ b/game/misc/ode/actions.py
@@ -6,20 +6,15 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
- pisitools.flags.add("-fomit-frame-pointer", "-ffast-math")
-
- autotools.configure("--disable-static \
- --enable-shared \
- --enable-demos \
- --with-trimesh=opcode \
- --enable-new-trimesh \
- --with-drawstuff=X11 \
+ #pisitools.flags.add("-fomit-frame-pointer", "-ffast-math")
+ shelltools.system("./bootstrap")
+ autotools.configure("--enable-shared \
--enable-libccd \
- --enable-double-precision \
- --disable-dependency-tracking")
+ --enable-double-precision")
def build():
autotools.make()
@@ -27,4 +22,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("CHANGELOG.txt", "README.txt")
+ pisitools.dodoc("CHANGELOG.txt", "README*", "COPYING")
diff --git a/game/misc/ode/pspec.xml b/game/misc/ode/pspec.xml
index bab8f9d6b7..1aa08921de 100644
--- a/game/misc/ode/pspec.xml
+++ b/game/misc/ode/pspec.xml
@@ -13,7 +13,7 @@
library
High performance library for simulating rigid body dynamics
ode is an open source, high performance library for simulating rigid body dynamics. It is fully featured, stable, mature and platform independent with an easy to use C/C++ API.
- mirrors://sourceforge/opende/ode-0.13.tar.bz2
+ https://bitbucket.org/odedevs/ode/downloads/ode-0.14.tar.gz
@@ -44,6 +44,20 @@
+
+ 2017-03-09
+ 0.14
+ Update.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2017-03-09
+ 0.13
+ Rebuild for new toolchain.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
2015-10-26
0.13