diff --git a/multimedia/misc/openexr/actions.py b/multimedia/misc/openexr/actions.py
new file mode 100644
index 0000000000..80932f975f
--- /dev/null
+++ b/multimedia/misc/openexr/actions.py
@@ -0,0 +1,28 @@
+#!/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 shelltools
+from pisi.actionsapi import get
+
+def setup():
+ pisitools.flags.add("-pthread -I/usr/include/OpenEXR -I/usr/include/libdrm")
+ pisitools.ldflags.add("-lImath -lHalf -lIex -lIexMath -lIlmThread -lpthread")
+ shelltools.system("./bootstrap")
+ autotools.configure("--enable-shared \
+ --disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ # documents and examples go to "/usr/share/OpenEXR" without these parameters
+ docdir = "/usr/share/doc/%s" % get.srcNAME()
+ examplesdir = "%s/examples" % docdir
+ autotools.rawInstall("DESTDIR=%s docdir=%s examplesdir=%s" % (get.installDIR(), docdir, examplesdir))
+
+ pisitools.dodoc("AUTHORS", "ChangeLog","NEWS", "README","LICENSE")
diff --git a/multimedia/misc/openexr/pspec.xml b/multimedia/misc/openexr/pspec.xml
new file mode 100644
index 0000000000..c6fbfad9cb
--- /dev/null
+++ b/multimedia/misc/openexr/pspec.xml
@@ -0,0 +1,90 @@
+
+
+
+
+ openexr
+ http://www.openexr.com
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ as-is
+ app:console
+ library
+ A high dynamic-range (HDR) image file format library
+ OpenEXR is a high dynamic-range (HDR) image file format for use in computer imaging applications. OpenEXR's features include: Higher dynamic range and color precision than existing 8- and 10-bit image file formats; support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels; multiple lossless image compression algorithms; extensibility.
+ http://download.savannah.nongnu.org/releases/openexr/openexr-2.1.0.tar.gz
+
+ ilmbase-devel
+
+
+
+
+ openexr
+
+ ilmbase
+ openexr-libs
+
+
+ /usr/bin
+
+
+
+
+ openexr-libs
+ OpenEXR runtime libraries
+
+ ilmbase
+
+
+ /usr/lib/lib*
+ /usr/share/doc
+
+
+
+
+ openexr-docs
+ OpenEXR example files
+
+ /usr/share/doc/openexr/examples
+
+
+
+
+ openexr-devel
+ Development files for openexr
+
+ openexr
+ ilmbase-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/aclocal
+
+
+
+
+
+ 2014-05-25
+ 2.1.0
+ Rebuild
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-01-16
+ 2.1.0
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2010-10-12
+ 1.7.0
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/multimedia/misc/openexr/translations.xml b/multimedia/misc/openexr/translations.xml
new file mode 100644
index 0000000000..5c87c8c370
--- /dev/null
+++ b/multimedia/misc/openexr/translations.xml
@@ -0,0 +1,24 @@
+
+
+
+ openexr
+ OpenEXR, bilgisayar görüntüleme uygulamalarında kullanılan yüksek dinamik görüntü erimidir. OpenEXR özellikleri şunları içerir: Mevcut 8 ve 10 bitlik görüntü dosya formatlarından daha yüksek dinamik görüntü erişimi, 16 ya da 32 bit piksel desteği ve kayıpsız görüntü sıkıştırma algoritması
+ OpenEXR est un formation de fichier d'image à haut rang dynamique (HDR - High Dynamic Range) utilisable pour les applications d'imagerie sur ordinateur. OpenEXR inclus notamment : Un rang dynamique plus grand que les formats d'image existants de 8 et 10 bit; le support pour pixel de 16 bit à virgule flottante, 32 bit à virgule flottante et d'entiers à 32 bit; de nombreux algorithmes de compression d'image sans perte, le fait d'être extensible.
+ OpenEXR es un formato de archivo de imagen de alto fango dinámico (HDR) para uso en aplicaciones de computación de imágenes. OpenEXR contiene facilidades: rango dinámico y precisión de colores más alto que formatos existentes de 8- y 10-bit; soporta para punto flotante 16-bit, punto flotante 32-bit, y entero 32-bit pixels; algoritmos de compresión múltiple sin pérdida; extensible.
+
+
+
+ openexr-devel
+ OpenEXR için geliştirme dosyaları
+
+
+
+ openexr-libs
+ OpenEXR çalışma zamanı kitaplıkları
+
+
+
+ openexr-docs
+ OpenEXR örnek dosyalar
+
+