summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Alex Word2014-02-17 10:06:39 +0100
committer Erik Hanson2014-02-18 21:59:55 +0100
commit051836e5140ce4e91225c5ee58c6c43730f2a30e (patch)
tree01b528deab7237cfaa65ea8671a9c08f628d8b53
parent9f92c68de523ca57faab081e047bd17826643961 (diff)
downloadslackbuilds-051836e5140ce4e91225c5ee58c6c43730f2a30e.tar.gz
libraries/ode: Updated for version 0.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/ode/ode.SlackBuild17
-rw-r--r--libraries/ode/ode.info6
2 files changed, 17 insertions, 6 deletions
diff --git a/libraries/ode/ode.SlackBuild b/libraries/ode/ode.SlackBuild
index a01183de56..d97ddb3073 100644
--- a/libraries/ode/ode.SlackBuild
+++ b/libraries/ode/ode.SlackBuild
@@ -11,7 +11,7 @@
# Updated by Alex Word <alex_word86@yahoo.com>
PRGNAM=ode
-VERSION=${VERSION:-0.12}
+VERSION=${VERSION:-0.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,6 +56,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Fix end-of-line encoding.
+sed -i 's/\r//' ou/*.TXT
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -64,12 +67,20 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-shared=yes \
--enable-static=no \
--disable-asserts \
+ --disable-demos \
--enable-gprof \
--enable-double-precision \
--enable-libccd \
- --with-x \
--with-drawstuff=X11 \
- --disable-demos \
+ --enable-ou \
+ --with-cylinder-cylinder=libccd \
+ --with-box-cylinder=libccd \
+ --with-capsule-cylinder=libccd \
+ --with-convex-box=libccd \
+ --with-convex-capsule=libccd \
+ --with-convex-cylinder=libccd \
+ --with-convex-sphere=libccd \
+ --with-convex-convex=libccd \
--build=$ARCH-slackware-linux
make
diff --git a/libraries/ode/ode.info b/libraries/ode/ode.info
index 64ca3c6827..02284c5cbb 100644
--- a/libraries/ode/ode.info
+++ b/libraries/ode/ode.info
@@ -1,8 +1,8 @@
PRGNAM="ode"
-VERSION="0.12"
+VERSION="0.13"
HOMEPAGE="http://www.ode.org/"
-DOWNLOAD="http://downloads.sourceforge.net/opende/ode-0.12.tar.bz2"
-MD5SUM="48fdd41fae1a7e7831feeded09826599"
+DOWNLOAD="http://downloads.sourceforge.net/opende/ode-0.13.tar.bz2"
+MD5SUM="04b32c9645c147e18caff7a597a19f84"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""