From 41f0043c66cbb6ba9ed6af923d07c8d0eab69618 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 11 Dec 2018 11:52:22 -0200 Subject: [PATCH] libode: update to 0.16. --- common/shlibs | 2 +- srcpkgs/libode/template | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common/shlibs b/common/shlibs index bbaa3a4371..4afcf8128b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1582,7 +1582,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.6 libode-0.14_1 +libode.so.8 libode-0.16_1 libosmocore.so.11 libosmocore-0.12.1_1 libosmovty.so.4 libosmocore-0.10.2_1 libosmosim.so.0 libosmocore-0.8.0_1 diff --git a/srcpkgs/libode/template b/srcpkgs/libode/template index d866cb3afa..7f267d00a5 100644 --- a/srcpkgs/libode/template +++ b/srcpkgs/libode/template @@ -1,17 +1,17 @@ -# Template build file for 'libode' +# Template file for 'libode' pkgname=libode -version=0.15.2 +version=0.16 revision=1 +wrksrc="ode-${version}" build_style=gnu-configure +configure_args="--disable-static --enable-shared --enable-double-precision" hostmakedepends="automake libtool" short_desc="High performance library for simulating rigid body dynamics" maintainer="Enno Boland " license="LGPL-2/BSD" homepage="http://www.ode.org" -distfiles="https://bitbucket.org/odedevs/ode/downloads/ode-$version.tar.gz" -checksum=2eaebb9f8b7642815e46227956ca223806f666acd11e31708bd030028cf72bac -wrksrc="ode-$version" -configure_args="--disable-static --enable-shared --enable-double-precision" +distfiles="https://bitbucket.org/odedevs/ode/downloads/ode-${version}.tar.gz" +checksum=4ba3b76f9c1314160de483b3db92b0569242a07452cbb25b368e75deb3cabf27 pre_configure() { autoreconf -fi