diff --git a/game/misc/ode/actions.py b/game/misc/ode/actions.py new file mode 100644 index 0000000000..392d3e1a22 --- /dev/null +++ b/game/misc/ode/actions.py @@ -0,0 +1,30 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + pisitools.flags.add("-fomit-frame-pointer", "-ffast-math") + + autotools.configure("--disable-static \ + --enable-shared \ + --enable-demos \ + --with-trimesh=opcode \ + --enable-new-trimesh \ + --with-drawstuff=X11 \ + --enable-libccd \ + --enable-double-precision \ + --disable-dependency-tracking") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("CHANGELOG.txt", "README.txt") diff --git a/game/misc/ode/pspec.xml b/game/misc/ode/pspec.xml new file mode 100644 index 0000000000..15c07ce1a8 --- /dev/null +++ b/game/misc/ode/pspec.xml @@ -0,0 +1,75 @@ + + + + + ode + http://www.ode.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + High performance library for simulating rigid body dynamics + ode is an open source, high performance library for simulating rigid body dynamics. It is fully featured, stable, mature and platform independent with an easy to use C/C++ API. + mirrors://sourceforge/opende/ode-0.13.tar.bz2 + + + + + + + + ode + + + + /usr/lib + /usr/share/doc + + + + + ode-devel + Development files for ode + + ode + + + /usr/bin/ode-config + /usr/include + /usr/lib/pkgconfig + + + + + + 2015-10-26 + 0.13 + Version Bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-03-09 + 0.12 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2013-05-18 + 0.12 + Enable double precision + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-08 + 0.12 + First release + Marcin Bojara + marcin@pisilinux.org + + + diff --git a/game/misc/ode/translations.xml b/game/misc/ode/translations.xml new file mode 100644 index 0000000000..d3378a582a --- /dev/null +++ b/game/misc/ode/translations.xml @@ -0,0 +1,17 @@ + + + + ode + Vücut dinamiklerini simüle etmek için yüksek başarımlı bir kitaplık + ODE jest biblioteką służącą do symulacji dynamiki bryły sztywnej + ode açık kaynaklı, yüksek başarımlı bir vücut dinamiği simülasyon kitaplığıdır. Tam işlevsel, kararlı, olgun ve platform bağımsız bir C/C++ programlama arayüzü sunar. + SDK (kit de développement) du moteur Open Dynamics. + Open Dynamics Engine (ODE) jest wolną biblioteką służącą do symulacji dynamiki bryły sztywnej. ODE jest użyteczne przy symulacji pojazdów, obiektów w przestrzeni wirtualnej i wirtualnych stworzeń. + + + + ode-devel + ode için geliştirme dosyaları + Pliki nagłówkowe ode + +