libvisio A C++ library for parsing binary Microsoft Visio documents

This commit is contained in:
groni
2015-11-27 22:50:17 +01:00
parent 7f45df4e24
commit ef9819d187
7 changed files with 267 additions and 2 deletions
+24
View File
@@ -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")
+117
View File
@@ -0,0 +1,117 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libvisio</Name>
<Homepage>http://www.ohloh.net/p/libvisio</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2.1</License>
<IsA>app:console</IsA>
<Summary>A C++ library for parsing binary Microsoft Visio documents</Summary>
<Description>A C++ library for parsing binary Microsoft Visio documents (.vsd). Includes a converter to XHTML with embedded SVG files.</Description>
<Archive sha1sum="c82e5c7ad25e513c268032cda9febd01b8879504" type="tarxz">http://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>icu4c-devel</Dependency>
<Dependency>librevenge-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>grep</Dependency>
<Dependency>libtool</Dependency>
<Dependency>pkgconfig</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libvisio</Name>
<RuntimeDependencies>
<Dependency>icu4c</Dependency>
<Dependency>librevenge</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libxml2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/libvisio</Path>
</Files>
</Package>
<Package>
<Name>libvisio-devel</Name>
<RuntimeDependencies>
<Dependency>icu4c-devel</Dependency>
<Dependency>librevenge-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency version="current">libvisio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2015-01-03</Date>
<Version>0.1.0</Version>
<Comment>Dep Fixed.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-09-26</Date>
<Version>0.1.0</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-02-20</Date>
<Version>0.0.25</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-08-17</Date>
<Version>0.0.25</Version>
<Comment>R.Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-07-28</Date>
<Version>0.0.25</Version>
<Comment>Move pc files to devel pack, rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-03-14</Date>
<Version>0.0.25</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-17</Date>
<Version>0.0.24</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-15</Date>
<Version>0.0.19</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libvisio</Name>
<Summary xml:lang="tr">A C++ library for parsing binary Microsoft Visio documents.</Summary>
<Description xml:lang="tr">A C++ library for parsing binary Microsoft Visio documents (.vsd). Includes a converter to XHTML with embedded SVG files.</Description>
</Source>
</PISI>
+116
View File
@@ -30785,6 +30785,122 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libvisio</Name>
<Homepage>http://www.ohloh.net/p/libvisio</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2.1</License>
<IsA>app:console</IsA>
<PartOf>office.misc</PartOf>
<Summary xml:lang="en">A C++ library for parsing binary Microsoft Visio documents</Summary>
<Summary xml:lang="tr">A C++ library for parsing binary Microsoft Visio documents.</Summary>
<Description xml:lang="en">A C++ library for parsing binary Microsoft Visio documents (.vsd). Includes a converter to XHTML with embedded SVG files.</Description>
<Description xml:lang="tr">A C++ library for parsing binary Microsoft Visio documents (.vsd). Includes a converter to XHTML with embedded SVG files.</Description>
<Archive type="tarxz" sha1sum="c82e5c7ad25e513c268032cda9febd01b8879504">http://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>icu4c-devel</Dependency>
<Dependency>librevenge-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>grep</Dependency>
<Dependency>libtool</Dependency>
<Dependency>pkgconfig</Dependency>
</BuildDependencies>
<SourceURI>office/misc/libvisio/pspec.xml</SourceURI>
</Source>
<Package>
<Name>libvisio</Name>
<RuntimeDependencies>
<Dependency>icu4c</Dependency>
<Dependency>librevenge</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libxml2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/libvisio</Path>
</Files>
</Package>
<Package>
<Name>libvisio-devel</Name>
<RuntimeDependencies>
<Dependency>icu4c-devel</Dependency>
<Dependency>librevenge-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency version="0.1.0">libvisio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2015-01-03</Date>
<Version>0.1.0</Version>
<Comment>Dep Fixed.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-09-26</Date>
<Version>0.1.0</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-02-20</Date>
<Version>0.0.25</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-08-17</Date>
<Version>0.0.25</Version>
<Comment>R.Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-07-28</Date>
<Version>0.0.25</Version>
<Comment>Move pc files to devel pack, rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-03-14</Date>
<Version>0.0.25</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-17</Date>
<Version>0.0.24</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-15</Date>
<Version>0.0.19</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>doxygen</Name>
+1 -1
View File
@@ -1 +1 @@
f55d44809d268daadc468f8b8dcc01f63f1f73c4
acdcf5d824e4e5fcbb259bf23df5693f67a40a12
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
e770accfc5e3d414dd8b6a1ce249b13a094d90ac
b522c46cb5bb2f699879ff5fad50d297ed732a4a