Files
main/programming/language/python/python-imaging/pspec.xml
T
2016-06-09 00:08:04 +03:00

64 lines
2.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-imaging</Name>
<Homepage>http://www.pythonware.com/products/pil/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<IsA>library</IsA>
<Summary>Python Imaging Library (PIL)</Summary>
<Description>The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.</Description>
<Archive sha1sum="76c37504251171fda8da8e63ecb8bc42a69a5c81" type="targz">http://effbot.org/media/downloads/Imaging-1.1.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>sane-backends-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">local_only_initial_value.patch</Patch>
<Patch level="1">gentoo-imaging-sane.patch</Patch>
<Patch level="1">anka-imaging-tiffendian.patch</Patch>
<Patch level="1">gentoo-imaging-giftrans.patch</Patch>
</Patches>
</Source>
<Package>
<Name>python-imaging</Name>
<RuntimeDependencies>
<Dependency>tcltk</Dependency>
<Dependency>tcl</Dependency>
<Dependency>lcms</Dependency>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>sane-backends</Dependency>
<Dependency>xdg-utils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-06-09</Date>
<Version>1.1.7</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-02-08</Date>
<Version>1.1.7</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>