add pythonmagick

This commit is contained in:
groni
2016-02-08 14:25:20 +01:00
parent 3b7114594a
commit 1692724af0
7 changed files with 204 additions and 2 deletions
@@ -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 shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
#shelltools.system("./autogen.pl")
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "LICENSE", "README")
@@ -0,0 +1,86 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pythonmagick</Name>
<Homepage>http://www.imagemagick.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<IsA>library</IsA>
<Summary>Python bindings for the ImageMagick</Summary>
<Description>PythonMagick is an object oriented Python bindings for the ImageMagick library.</Description>
<Archive sha1sum="76a588f6e5542e415be3c4e18a4156befd0efd0b" type="tarxz">http://www.imagemagick.org/download/python/PythonMagick-0.9.12.tar.xz</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>imagemagick-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>pythonmagick</Name>
<RuntimeDependencies>
<Dependency>boost</Dependency>
<Dependency>imagemagick</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2016-02-08</Date>
<Version>0.9.12</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-12-27</Date>
<Version>0.9.11</Version>
<Comment>Rebuild for boost.</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-10-27</Date>
<Version>0.9.11</Version>
<Comment>Version bump.</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-05-28</Date>
<Version>0.9.10</Version>
<Comment>Version bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-11-09</Date>
<Version>0.9.8</Version>
<Comment>Rebuild for boost 1.5.4</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-17</Date>
<Version>0.9.8</Version>
<Comment>Update</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-01-02</Date>
<Version>0.9.7</Version>
<Comment>First release</Comment>
<Name>Anıl Özbek</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>pythonmagick</Name>
<Summary xml:lang="tr">ImageMagick için Python bağlayıcıları</Summary>
<Description xml:lang="tr">PythonMagick, ImageMagick kütüphanesi için nesne yönelimli Python bağlayıcılarıdır.</Description>
</Source>
</PISI>
+86
View File
@@ -103803,6 +103803,92 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>pythonmagick</Name>
<Homepage>http://www.imagemagick.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<IsA>library</IsA>
<PartOf>multimedia.converter</PartOf>
<Summary xml:lang="en">Python bindings for the ImageMagick</Summary>
<Summary xml:lang="tr">ImageMagick için Python bağlayıcıları</Summary>
<Description xml:lang="en">PythonMagick is an object oriented Python bindings for the ImageMagick library.</Description>
<Description xml:lang="tr">PythonMagick, ImageMagick kütüphanesi için nesne yönelimli Python bağlayıcılarıdır.</Description>
<Archive type="tarxz" sha1sum="76a588f6e5542e415be3c4e18a4156befd0efd0b">http://www.imagemagick.org/download/python/PythonMagick-0.9.12.tar.xz</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>imagemagick-devel</Dependency>
</BuildDependencies>
<SourceURI>multimedia/converter/Pythonmagick/pspec.xml</SourceURI>
</Source>
<Package>
<Name>pythonmagick</Name>
<RuntimeDependencies>
<Dependency>boost</Dependency>
<Dependency>imagemagick</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2016-02-08</Date>
<Version>0.9.12</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-12-27</Date>
<Version>0.9.11</Version>
<Comment>Rebuild for boost.</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-10-27</Date>
<Version>0.9.11</Version>
<Comment>Version bump.</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-05-28</Date>
<Version>0.9.10</Version>
<Comment>Version bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-11-09</Date>
<Version>0.9.8</Version>
<Comment>Rebuild for boost 1.5.4</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-17</Date>
<Version>0.9.8</Version>
<Comment>Update</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-01-02</Date>
<Version>0.9.7</Version>
<Comment>First release</Comment>
<Name>Anıl Özbek</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>unoconv</Name>
+1 -1
View File
@@ -1 +1 @@
c125636444e1cb1aebd2e7d17fae1ba45e020697
0be49d7a631312b37e839cdd78aa4e48165dd149
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
b8bc1e4da5668eea57487ba251d56794266031e9
0c2489f8d3937366df58af7edcf7076a1cf80eea