12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-pillow</Name>
- <Homepage>http://python-pillow.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>as-is</License>
- <IsA>library</IsA>
- <Summary>PIL is the Python Imaging Library.</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="c9cdef90f785c71970364b93cc24b3c7133aebeb" type="targz">https://github.com/python-pillow/Pillow/archive/4.3.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python3-tk</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>lcms-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-qt5-devel</Dependency>
- <Dependency>python-qt5-devel</Dependency>
- <Dependency>webp-devel</Dependency>
- <Dependency>tcltk-devel</Dependency>
- <Dependency>tcl-devel</Dependency>
- <Dependency>tiff-devel</Dependency>
- <Dependency>libjpeg-turbo-devel</Dependency>
- <Dependency>sane-backends-devel</Dependency>
- <Dependency>libjpeg-turbo-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-pillow</Name>
- <RuntimeDependencies>
- <Dependency>tiff</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>python3-tk</Dependency>
- <Dependency>python</Dependency>
- <Dependency>lcms</Dependency>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-qt5</Dependency>
- <Dependency>python-qt5</Dependency>
- <Dependency>webp</Dependency>
- <Dependency>tcltk</Dependency>
- <Dependency>tcl</Dependency>
- <Dependency>sane-backends</Dependency>
- <Dependency>libjpeg-turbo</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="3">
- <Date>2018-02-03</Date>
- <Version>4.3.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2017-01-25</Date>
- <Version>4.0.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-06-18</Date>
- <Version>3.1.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|