From 051836e5140ce4e91225c5ee58c6c43730f2a30e Mon Sep 17 00:00:00 2001 From: Alex Word Date: Mon, 17 Feb 2014 16:06:39 +0700 Subject: libraries/ode: Updated for version 0.13. Signed-off-by: Willy Sudiarto Raharjo --- libraries/ode/ode.SlackBuild | 17 ++++++++++++++--- libraries/ode/ode.info | 6 +++--- 2 files changed, 17 insertions(+), 6 deletions(-) (limited to 'libraries/ode') 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 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="" -- cgit v1.2.3-65-gdbad