diff --git a/multimedia/misc/libass/actions.py b/multimedia/misc/libass/actions.py
new file mode 100644
index 0000000000..8ffa7619b5
--- /dev/null
+++ b/multimedia/misc/libass/actions.py
@@ -0,0 +1,24 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.autoreconf("-vfi")
+ autotools.configure("--enable-fontconfig \
+ --disable-static \
+ --enable-enca \
+ --enable-png")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("Changelog", "COPYING")
diff --git a/multimedia/misc/libass/pspec.xml b/multimedia/misc/libass/pspec.xml
new file mode 100644
index 0000000000..9052051198
--- /dev/null
+++ b/multimedia/misc/libass/pspec.xml
@@ -0,0 +1,81 @@
+
+
+
+
+ libass
+ http://code.google.com/p/libass/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ Subtitle rendering library
+ libass is a portable subtitle rendering library for the ASS/SSA.
+ https://github.com/libass/libass/releases/download/0.11.2/libass-0.11.2.tar.xz
+
+ fontconfig-devel
+ freetype-devel
+ fribidi-devel
+
+
+
+
+ libass
+
+ fontconfig-devel
+ freetype-devel
+ fribidi-devel
+
+
+ /usr/lib
+ /usr/share/doc/libass
+
+
+
+
+ libass-devel
+ Development files for libass
+
+ libass
+ fontconfig-devel
+ freetype-devel
+ fribidi-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2014-05-22
+ 0.11.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-03-08
+ 0.10.1
+ rebuild
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+ 2013-07-07
+ 0.10.1
+ Rebuild
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2012-10-25
+ 0.10.1
+ First release
+ Erdinç Gültekin
+ admins@pisilinux.org
+
+
+
diff --git a/multimedia/misc/libass/translations.xml b/multimedia/misc/libass/translations.xml
new file mode 100644
index 0000000000..e121ae56a6
--- /dev/null
+++ b/multimedia/misc/libass/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libass
+ Altyazı çizim kitaplığı
+ libass ASS/SSA altyazı çizim kitaplığıdır.
+
+
+
+ libass-devel
+ libass için geliştirme dosyaları
+
+