libcdrLibrary parsing the Corel cdr documents

This commit is contained in:
groni
2015-11-27 23:11:31 +01:00
parent 746a83a25b
commit 2459c2d2ec
7 changed files with 284 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
#!/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.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", "COPYING*", "ChangeLog", "README")
+124
View File
@@ -0,0 +1,124 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libcdr</Name>
<Homepage>http://www.freedesktop.org/wiki/Software/libcdr</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<License>GPLv2</License>
<License>MPLv1.1</License>
<IsA>library</IsA>
<Summary>Library parsing the Corel cdr documents</Summary>
<Description>Libcdr is library providing ability to interpret and import Corel Draw drawings into various applications.</Description>
<Archive sha1sum="fea63690acea2b9eac5dc6f51232154b7bb41a9e" type="tarbz2">http://dev-www.libreoffice.org/src/libcdr-0.1.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>libwpd-devel</Dependency>
<Dependency>librevenge-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libcdr</Name>
<RuntimeDependencies>
<Dependency>lcms2</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>librevenge</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/libcdr</Path>
</Files>
</Package>
<Package>
<Name>libcdr-devel</Name>
<Summary>Development files for libcdr</Summary>
<RuntimeDependencies>
<Dependency>icu4c-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>librevenge-devel</Dependency>
<Dependency release="current">libcdr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2015-01-02</Date>
<Version>0.1.1</Version>
<Comment>Dep Fixed.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="8">
<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="7">
<Date>2014-05-24</Date>
<Version>0.0.16</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-02-25</Date>
<Version>0.0.11</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-10-14</Date>
<Version>0.0.11</Version>
<Comment>Rebuild for icu4c</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-07-31</Date>
<Version>0.0.11</Version>
<Comment>missing dep.</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-03-14</Date>
<Version>0.0.11</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.10</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-01-20</Date>
<Version>0.0.9</Version>
<Comment>First Release.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libcdr</Name>
<Summary xml:lang="en">Library parsing the Corel cdr documents</Summary>
<Description xml:lang="en">Libcdr is library providing ability to interpret and import Corel Draw drawings into various applications.</Description>
</Source>
<Package>
<Name>libcdr-devel</Name>
<Summary xml:lang="tr">libcdr için geliştirme dosyaları</Summary>
</Package>
</PISI>
+122
View File
@@ -95225,6 +95225,128 @@ Jabber and others</Summary>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libcdr</Name>
<Homepage>http://www.freedesktop.org/wiki/Software/libcdr</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<License>GPLv2</License>
<License>MPLv1.1</License>
<IsA>library</IsA>
<PartOf>multimedia.misc</PartOf>
<Summary xml:lang="en">Library parsing the Corel cdr documents</Summary>
<Description xml:lang="en">Libcdr is library providing ability to interpret and import Corel Draw drawings into various applications.</Description>
<Archive type="tarbz2" sha1sum="fea63690acea2b9eac5dc6f51232154b7bb41a9e">http://dev-www.libreoffice.org/src/libcdr-0.1.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>libwpd-devel</Dependency>
<Dependency>librevenge-devel</Dependency>
</BuildDependencies>
<SourceURI>multimedia/misc/libcdr/pspec.xml</SourceURI>
</Source>
<Package>
<Name>libcdr</Name>
<RuntimeDependencies>
<Dependency>lcms2</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>librevenge</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/libcdr</Path>
</Files>
</Package>
<Package>
<Name>libcdr-devel</Name>
<Summary xml:lang="en">Development files for libcdr</Summary>
<Summary xml:lang="tr">libcdr için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency>icu4c-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>librevenge-devel</Dependency>
<Dependency release="9">libcdr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2015-01-02</Date>
<Version>0.1.1</Version>
<Comment>Dep Fixed.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="8">
<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="7">
<Date>2014-05-24</Date>
<Version>0.0.16</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-02-25</Date>
<Version>0.0.11</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-10-14</Date>
<Version>0.0.11</Version>
<Comment>Rebuild for icu4c</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-07-31</Date>
<Version>0.0.11</Version>
<Comment>missing dep.</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-03-14</Date>
<Version>0.0.11</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.10</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-01-20</Date>
<Version>0.0.9</Version>
<Comment>First Release.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libopus</Name>
+1 -1
View File
@@ -1 +1 @@
7fd1ddfb9b925105880469af22afb2d2d46dc234
3c6dc9a0ea415895e790a9f3a9e2b824e14cd5c8
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
84b97b1303c6f91929c811ef545870437404387b
ca8c6b7b0b17a3010a3260c5cc10a8f015bc58c8