Merge pull request #1542 from alihanozturk/master
pythonmagick delete and index
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
#!/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")
|
||||
@@ -1,47 +0,0 @@
|
||||
|
||||
<?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>python-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>imagemagick-devel</Dependency>
|
||||
<Dependency>python-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="1">
|
||||
<Date>2016-02-08</Date>
|
||||
<Version>0.9.12</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?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>
|
||||
@@ -51270,52 +51270,6 @@
|
||||
</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>python-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>imagemagick-devel</Dependency>
|
||||
<Dependency>python-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="1">
|
||||
<Date>2016-02-08</Date>
|
||||
<Version>0.9.12</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>mkvtoolnix</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
f2b6e9f59a07588b49b3d051fce95ecfc2007d40
|
||||
9c58a5110173050b6dba57b9d3eaab2d48e416a2
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
f46ca1aa077b581b13264d1c2e38eb8a04715475
|
||||
2fb4b4f4e45a996e39d4895a6df72dd636ae0969
|
||||
Reference in New Issue
Block a user