diff --git a/office/misc/libvisio/actions.py b/office/misc/libvisio/actions.py
new file mode 100644
index 0000000000..9adbd5c754
--- /dev/null
+++ b/office/misc/libvisio/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 shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure("--disable-static \
+ --without-docs")
+
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "NEWS", "COPYING*", "README")
diff --git a/office/misc/libvisio/pspec.xml b/office/misc/libvisio/pspec.xml
new file mode 100644
index 0000000000..f3d515c0cf
--- /dev/null
+++ b/office/misc/libvisio/pspec.xml
@@ -0,0 +1,117 @@
+
+
+
+
+ libvisio
+ http://www.ohloh.net/p/libvisio
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ LGPLv2.1
+ app:console
+ A C++ library for parsing binary Microsoft Visio documents
+ A C++ library for parsing binary Microsoft Visio documents (.vsd). Includes a converter to XHTML with embedded SVG files.
+ http://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.0.tar.xz
+
+ icu4c-devel
+ librevenge-devel
+ zlib-devel
+ libxml2-devel
+ boost-devel
+ grep
+ libtool
+ pkgconfig
+
+
+
+
+ libvisio
+
+ icu4c
+ librevenge
+ libgcc
+ libxml2
+
+
+ /usr/lib
+ /usr/bin
+ /usr/share/doc/libvisio
+
+
+
+
+ libvisio-devel
+
+ icu4c-devel
+ librevenge-devel
+ zlib-devel
+ libxml2-devel
+ libvisio
+
+
+ /usr/include/
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-01-03
+ 0.1.0
+ Dep Fixed.
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2014-09-26
+ 0.1.0
+ Version bump.
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2014-02-20
+ 0.0.25
+ Rebuild Unused
+ Varol Maksutoğlu
+ waroi@pisilinux.org
+
+
+ 2013-08-17
+ 0.0.25
+ R.Bump
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2013-07-28
+ 0.0.25
+ Move pc files to devel pack, rebuild
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2013-03-14
+ 0.0.25
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-02-17
+ 0.0.24
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2012-08-15
+ 0.0.19
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/misc/libvisio/translations.xml b/office/misc/libvisio/translations.xml
new file mode 100644
index 0000000000..687aa50489
--- /dev/null
+++ b/office/misc/libvisio/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ libvisio
+ A C++ library for parsing binary Microsoft Visio documents.
+ A C++ library for parsing binary Microsoft Visio documents (.vsd). Includes a converter to XHTML with embedded SVG files.
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 3010745ac5..1eefde3a4e 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -30785,6 +30785,122 @@
+
+
+ libvisio
+ http://www.ohloh.net/p/libvisio
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ LGPLv2.1
+ app:console
+ office.misc
+ A C++ library for parsing binary Microsoft Visio documents
+ A C++ library for parsing binary Microsoft Visio documents.
+ A C++ library for parsing binary Microsoft Visio documents (.vsd). Includes a converter to XHTML with embedded SVG files.
+ A C++ library for parsing binary Microsoft Visio documents (.vsd). Includes a converter to XHTML with embedded SVG files.
+ http://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.0.tar.xz
+
+ icu4c-devel
+ librevenge-devel
+ zlib-devel
+ libxml2-devel
+ boost-devel
+ grep
+ libtool
+ pkgconfig
+
+ office/misc/libvisio/pspec.xml
+
+
+ libvisio
+
+ icu4c
+ librevenge
+ libgcc
+ libxml2
+
+
+ /usr/lib
+ /usr/bin
+ /usr/share/doc/libvisio
+
+
+
+ libvisio-devel
+
+ icu4c-devel
+ librevenge-devel
+ zlib-devel
+ libxml2-devel
+ libvisio
+
+
+ /usr/include/
+ /usr/lib/pkgconfig
+
+
+
+
+ 2015-01-03
+ 0.1.0
+ Dep Fixed.
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2014-09-26
+ 0.1.0
+ Version bump.
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2014-02-20
+ 0.0.25
+ Rebuild Unused
+ Varol Maksutoğlu
+ waroi@pisilinux.org
+
+
+ 2013-08-17
+ 0.0.25
+ R.Bump
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2013-07-28
+ 0.0.25
+ Move pc files to devel pack, rebuild
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2013-03-14
+ 0.0.25
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-02-17
+ 0.0.24
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2012-08-15
+ 0.0.19
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
doxygen
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 704b4cbd91..d102f73b0d 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-f55d44809d268daadc468f8b8dcc01f63f1f73c4
\ No newline at end of file
+acdcf5d824e4e5fcbb259bf23df5693f67a40a12
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 9289d010de..2851e418f1 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index c93df8637a..e91b07efc6 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-e770accfc5e3d414dd8b6a1ce249b13a094d90ac
\ No newline at end of file
+b522c46cb5bb2f699879ff5fad50d297ed732a4a
\ No newline at end of file