libode: update to 0.13.1.
This commit is contained in:
parent
ca32eaf6d2
commit
793edb6fb0
|
@ -1578,7 +1578,7 @@ libplibssgaux.so.1 plib-1.8.5_1
|
|||
libplibnet.so.1 plib-1.8.5_1
|
||||
libplibpsl.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
|
||||
libosmovty.so.1 libosmocore-0.8.0_1
|
||||
libosmosim.so.0 libosmocore-0.8.0_1
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
# Template build file for 'libode'
|
||||
pkgname=libode
|
||||
# Do not update to 0.13 as it breaks xmoto
|
||||
# see: http://todo.xmoto.tuxfamily.org/index.php?do=details&task_id=809
|
||||
version=0.12
|
||||
version=0.13.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="high performance library for simulating rigid body dynamics"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="LGPL/BSD"
|
||||
short_desc="High performance library for simulating rigid body dynamics"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="LGPL-2/BSD"
|
||||
homepage="http://www.ode.org"
|
||||
distfiles="${SOURCEFORGE_SITE}/opende/ODE/$version/ode-$version.tar.bz2"
|
||||
checksum=65c5315a42c725d2da01ea2c1b045583d54e0d1a95e3f7c062e5ba3769f5c350
|
||||
distfiles="https://bitbucket.org/odedevs/ode/downloads/ode-$version.tar.gz"
|
||||
checksum=35e55e05c6c6ebb813a546017285a7aceedb3e8e55c8ff102e80e26bd84c5658
|
||||
wrksrc="ode-$version"
|
||||
configure_args="--disable-static --enable-shared --enable-double-precision"
|
||||
|
||||
|
|
Loading…
Reference in New Issue