diff --git a/multimedia/sound/celt/actions.py b/multimedia/sound/celt/actions.py
new file mode 100644
index 0000000000..ebbc7ace07
--- /dev/null
+++ b/multimedia/sound/celt/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("COPYING", "README")
diff --git a/multimedia/sound/celt/pspec.xml b/multimedia/sound/celt/pspec.xml
new file mode 100644
index 0000000000..0c362463c6
--- /dev/null
+++ b/multimedia/sound/celt/pspec.xml
@@ -0,0 +1,77 @@
+
+
+
+
+ celt
+ http://www.celt-codec.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ An audio codec for use in low-delay speech and audio communication
+ CELT (Constrained Energy Lapped Transform) is an ultra-low delay audio codec designed for realtime transmission of high quality speech and audio. This is meant to close the gap between traditional speech codecs (such as Speex) and traditional audio codecs (such as Vorbis).
+ http://downloads.us.xiph.org/releases/celt/celt-0.11.3.tar.gz
+
+ libogg-devel
+
+
+
+
+ celt
+ app:console
+ library
+
+ libogg
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ celt-devel
+ library
+ Development files for celt
+
+ celt
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2014-12-15
+ 0.11.3
+ Rebuild.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-05-21
+ 0.11.3
+ Rebuild
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-01-20
+ 0.11.3
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2012-08-17
+ 0.11.3
+ First release
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+
diff --git a/multimedia/sound/celt/translations.xml b/multimedia/sound/celt/translations.xml
new file mode 100644
index 0000000000..94cefcc170
--- /dev/null
+++ b/multimedia/sound/celt/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ celt
+ Düşük gecikmeli konuşma ve ses iletişimde kullanılmak üzere tasarlanan ses kodeği
+ CELT (Constrained Energy Lapped Transform) yüksek kalitede konuşma ve ses görüşmesinin gerçek zamanlı iletiminde kullanılmak üzere tasarlanmış bir ses kodeğidir.
+
+
+
+ celt-devel
+ celt için geliştirme dosyaları
+
+