summaryrefslogtreecommitdiffstats
path: root/libraries/ode
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ode')
-rw-r--r--libraries/ode/README2
-rw-r--r--libraries/ode/ode.SlackBuild18
-rw-r--r--libraries/ode/ode.info6
-rw-r--r--libraries/ode/slack-desc2
4 files changed, 13 insertions, 15 deletions
diff --git a/libraries/ode/README b/libraries/ode/README
index 901fa2bc5a..adc4b3baef 100644
--- a/libraries/ode/README
+++ b/libraries/ode/README
@@ -1,3 +1,5 @@
+ODE (library for simulating articulated rigid body dynamics)
+
The Open Dynamics Engine (ODE) is a free, industrial quality library for
simulating articulated rigid body dynamics. Proven applications include
simulating ground vehicles, legged creatures, and moving objects in VR
diff --git a/libraries/ode/ode.SlackBuild b/libraries/ode/ode.SlackBuild
index f2d46d48c4..f4f6cd9458 100644
--- a/libraries/ode/ode.SlackBuild
+++ b/libraries/ode/ode.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2020 Johannes Schoepfer, Germany
+# Copyright 2020-2024 Johannes Schoepfer, Germany
# All rights reserved.
# Written by hollywoodb
# Modified by the SlackBuilds.org project
@@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ode
-VERSION=${VERSION:-0.16.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.16.5}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,16 +39,13 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi
TMP=${TMP:-/tmp/SBo}
-PKG=${PKG:-$TMP/package-$PRGNAM}
+PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
@@ -75,9 +72,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} + -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} +
# Fix end-of-line encoding.
sed -i 's/\r//' ou/*.TXT
@@ -90,7 +87,6 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-shared=yes \
--enable-static=no \
--disable-asserts \
- --disable-demos \
--enable-gprof \
--enable-double-precision \
--enable-libccd \
@@ -113,7 +109,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a *.txt ou/*.TXT $PKG/usr/doc/$PRGNAM-$VERSION
+cp ou/README* ou/CHANGELOG* ou/LICENSE* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/lib*/*.la
diff --git a/libraries/ode/ode.info b/libraries/ode/ode.info
index 7542fbaaf5..981e6d0d8c 100644
--- a/libraries/ode/ode.info
+++ b/libraries/ode/ode.info
@@ -1,8 +1,8 @@
PRGNAM="ode"
-VERSION="0.16.2"
+VERSION="0.16.5"
HOMEPAGE="https://ode.org/"
-DOWNLOAD="https://bitbucket.org/odedevs/ode/downloads/ode-0.16.2.tar.gz"
-MD5SUM="13426ae292f4dd007a1b8483b08ecc8d"
+DOWNLOAD="https://bitbucket.org/odedevs/ode/downloads/ode-0.16.5.tar.gz"
+MD5SUM="a4adcd39237b2ba813184c7148f3c895"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/libraries/ode/slack-desc b/libraries/ode/slack-desc
index c132374b24..ba213d9ac6 100644
--- a/libraries/ode/slack-desc
+++ b/libraries/ode/slack-desc
@@ -14,6 +14,6 @@ ode: include simulating ground vehicles, legged creatures, and moving
ode: objects in VR environments. It is fast, flexible and robust, and has
ode: built-in collision detection.
ode:
-ode:
+ode: https://ode.org/
ode:
ode: