diff --git a/multimedia/video/vo-aacenc/actions.py b/multimedia/video/vo-aacenc/actions.py
new file mode 100644
index 0000000000..3f65c464f5
--- /dev/null
+++ b/multimedia/video/vo-aacenc/actions.py
@@ -0,0 +1,22 @@
+#!/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 shelltools
+from pisi.actionsapi import get
+
+
+def setup():
+ autotools.configure("--prefix=/usr")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.remove("/usr/lib/*.la")
+ pisitools.dodoc("ChangeLog", "README", "COPYING")
diff --git a/multimedia/video/vo-aacenc/pspec.xml b/multimedia/video/vo-aacenc/pspec.xml
new file mode 100644
index 0000000000..b72be9de7a
--- /dev/null
+++ b/multimedia/video/vo-aacenc/pspec.xml
@@ -0,0 +1,67 @@
+
+
+
+
+ vo-aacenc
+ http://sourceforge.net/projects/opencore-amr/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ Apache-2.0
+ app:cli
+ VisualOn AAC encoder library
+ VisualOn AAC encoder library
+ http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/vo-aacenc-0.1.3.tar.gz/download
+
+
+
+ libvo-aacenc
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libvo-aacenc-devel
+
+ libvo-aacenc
+
+
+ /usr/include
+ /usr/lib/pkgconfig/vo-aacenc.pc
+
+
+
+
+
+ 2014-06-18
+ 1.3
+ Rebuild, remove vo-aacenc binary package.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2014-05-20
+ 1.3
+ Rebuild.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2014-01-28
+ 1.3
+ Version Bump
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2012-09-30
+ 1.1.2
+ First release
+ Erdem Artan
+ admins@pisilinux.org
+
+
+
diff --git a/multimedia/video/vo-aacenc/translations.xml b/multimedia/video/vo-aacenc/translations.xml
new file mode 100644
index 0000000000..b7ecf91101
--- /dev/null
+++ b/multimedia/video/vo-aacenc/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ libvo-aacenc
+ VisualOn AAC kodlama kütüphanesi
+ VisualOn AAC kodlama kütüphanesi
+
+