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
+
+
diff --git a/multimedia/stream/libmms/actions.py b/multimedia/stream/libmms/actions.py
new file mode 100644
index 0000000000..d21df27b81
--- /dev/null
+++ b/multimedia/stream/libmms/actions.py
@@ -0,0 +1,19 @@
+#!/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
+
+def setup():
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "README*")
diff --git a/multimedia/stream/libmms/pspec.xml b/multimedia/stream/libmms/pspec.xml
new file mode 100644
index 0000000000..1945e5925c
--- /dev/null
+++ b/multimedia/stream/libmms/pspec.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ libmms
+ http://sourceforge.net/projects/libmms
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ A common library for accessing MMS media streaming protocol
+ libmms is a library for accessing Microsoft Media Server (MMS) media streaming protocol.
+ mirrors://sourceforge/libmms/libmms-0.6.4.tar.gz
+
+
+
+ libmms
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libmms-devel
+ Development files for libmms
+
+ libmms
+ glib2-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-10-23
+ 0.6.4
+ Version Bump.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+ 2014-05-26
+ 0.6.2
+ Rebuild
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+ 2014-01-31
+ 0.6.2
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2011-01-24
+ 0.6.2
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/multimedia/stream/libmms/translations.xml b/multimedia/stream/libmms/translations.xml
new file mode 100644
index 0000000000..686cb515ee
--- /dev/null
+++ b/multimedia/stream/libmms/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libmms
+ MMS protokolüne erişim sağlayan bir kütüphane
+ libmms, Microsoft Media Server(MMS) akış protokolünü kullanan ses kaynaklarına erişmek için kullanılan bir kütüphanedir.
+
+
+
+ libmms-devel
+ libmms için geliştirme dosyaları
+
+