libode: update to 0.13.1.

This commit is contained in:
Enno Boland 2015-05-11 21:59:31 +02:00
parent ca32eaf6d2
commit 793edb6fb0
2 changed files with 7 additions and 9 deletions

View file

@ -1578,7 +1578,7 @@ libplibssgaux.so.1 plib-1.8.5_1
libplibnet.so.1 plib-1.8.5_1 libplibnet.so.1 plib-1.8.5_1
libplibpsl.so.1 plib-1.8.5_1 libplibpsl.so.1 plib-1.8.5_1
libplibpw.so.1 plib-1.8.5_1 libplibpw.so.1 plib-1.8.5_1
libode.so.3 libode-0.12_1 libode.so.4 libode-0.13.1_1
libosmocore.so.6 libosmocore-0.8.0_1 libosmocore.so.6 libosmocore-0.8.0_1
libosmovty.so.1 libosmocore-0.8.0_1 libosmovty.so.1 libosmocore-0.8.0_1
libosmosim.so.0 libosmocore-0.8.0_1 libosmosim.so.0 libosmocore-0.8.0_1

View file

@ -1,16 +1,14 @@
# Template build file for 'libode' # Template build file for 'libode'
pkgname=libode pkgname=libode
# Do not update to 0.13 as it breaks xmoto version=0.13.1
# see: http://todo.xmoto.tuxfamily.org/index.php?do=details&task_id=809
version=0.12
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="high performance library for simulating rigid body dynamics" short_desc="High performance library for simulating rigid body dynamics"
maintainer="Enno Boland <eb@s01.de>" maintainer="Enno Boland <gottox@voidlinux.eu>"
license="LGPL/BSD" license="LGPL-2/BSD"
homepage="http://www.ode.org" homepage="http://www.ode.org"
distfiles="${SOURCEFORGE_SITE}/opende/ODE/$version/ode-$version.tar.bz2" distfiles="https://bitbucket.org/odedevs/ode/downloads/ode-$version.tar.gz"
checksum=65c5315a42c725d2da01ea2c1b045583d54e0d1a95e3f7c062e5ba3769f5c350 checksum=35e55e05c6c6ebb813a546017285a7aceedb3e8e55c8ff102e80e26bd84c5658
wrksrc="ode-$version" wrksrc="ode-$version"
configure_args="--disable-static --enable-shared --enable-double-precision" configure_args="--disable-static --enable-shared --enable-double-precision"