diff --git a/multimedia/graphics/babl/actions.py b/multimedia/graphics/babl/actions.py
new file mode 100644
index 0000000000..1453027ac4
--- /dev/null
+++ b/multimedia/graphics/babl/actions.py
@@ -0,0 +1,21 @@
+#!/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("--enable-mmx \
+ --enable-sse \
+ --disable-altivec")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
diff --git a/multimedia/graphics/babl/pspec.xml b/multimedia/graphics/babl/pspec.xml
new file mode 100644
index 0000000000..d5204d1f4e
--- /dev/null
+++ b/multimedia/graphics/babl/pspec.xml
@@ -0,0 +1,74 @@
+
+
+
+
+ babl
+ http://gegl.org/babl
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv3
+ LGPLv3
+ library
+ A dynamic, any to any, pixel format translation library
+ babl is a library that allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations.
+ http://download.gimp.org/pub/babl/0.1/babl-0.1.12.tar.bz2
+
+
+ librsvg
+
+
+
+
+ babl
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ babl-devel
+ Development files for babl
+
+ babl
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/gir-1.0
+
+
+
+
+
+ 2015-02-07
+ 0.1.12
+ Version bump.
+ Hakan Yıldız
+ hknyldz93@gmail.com
+
+
+ 2014-06-19
+ 0.1.10
+ Rebuild for gcc
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-01-18
+ 0.1.10
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2012-08-28
+ 0.1.10
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/multimedia/graphics/babl/translations.xml b/multimedia/graphics/babl/translations.xml
new file mode 100644
index 0000000000..5708fcdbea
--- /dev/null
+++ b/multimedia/graphics/babl/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ babl
+ Dinamik piksel biçimi dönüştürme kütüphanesi
+ babl, çeşitli piksel saklama yöntemleri arasında dönüşüme izin veren bir programlama kütüphanesidir.
+
+
+
+ babl-devel
+ babl için geliştirme dosyaları
+
+