diff --git a/common/shlibs b/common/shlibs index 5576830a3d2..6a311816a58 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libode/template b/srcpkgs/libode/template index cf2b62803f0..0760a7a292f 100644 --- a/srcpkgs/libode/template +++ b/srcpkgs/libode/template @@ -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 " -license="LGPL/BSD" +short_desc="High performance library for simulating rigid body dynamics" +maintainer="Enno Boland " +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"