diff --git a/multimedia/misc/exempi/actions.py b/multimedia/misc/exempi/actions.py
new file mode 100644
index 0000000000..da39180d26
--- /dev/null
+++ b/multimedia/misc/exempi/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
+from pisi.actionsapi import shelltools
+
+def setup():
+ shelltools.system("NOCONFIGURE=1 ./autogen.sh")
+ autotools.configure("--disable-static --enable-unittest=no")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+
+ pisitools.dodoc("ChangeLog", "AUTHORS", "NEWS", "README", "COPYING")
diff --git a/multimedia/misc/exempi/pspec.xml b/multimedia/misc/exempi/pspec.xml
new file mode 100755
index 0000000000..b65f6e176e
--- /dev/null
+++ b/multimedia/misc/exempi/pspec.xml
@@ -0,0 +1,54 @@
+
+
+
+
+ exempi
+ http://libopenraw.freedesktop.org/wiki/Exempi
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD-3
+ library
+ An implementation of XMP, based on Adobe SDK
+ exempi is a port of Adobe XMP SDK to work on UNIX and to be built with GNU automake. It includes XMPCore and XMPFiles, and exempi, a C-based API.
+ http://libopenraw.freedesktop.org/download/exempi-2.5.1.tar.bz2
+
+
+
+ exempi
+
+ zlib
+ expat
+ libgcc
+
+
+ /usr/lib
+ /usr/bin
+ /usr/share/doc/exempi
+ /usr/share/man
+
+
+
+
+ exempi-devel
+ Development files for exempi
+
+ exempi
+
+
+ /usr/lib/pkgconfig
+ /usr/include
+
+
+
+
+
+ 2020-02-13
+ 2.5.1
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/multimedia/misc/exempi/translations.xml b/multimedia/misc/exempi/translations.xml
new file mode 100755
index 0000000000..8c9434f45b
--- /dev/null
+++ b/multimedia/misc/exempi/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ exempi
+ Adobe SDK'sını temel alan bir XMP implementasyonu.
+ exempi, Adobe XMP SDK'sının UNIX'te çalışması ve GNU automake ile derlenmesi için yapılmış bir portudur. XMPCore, XMPFiles ve exempi isimli C temelli bir API içerir.
+
+
+
+ exempi-devel
+ exempi için geliştirme dosyaları
+
+