This commit is contained in:
Rmys
2018-08-30 12:26:22 +03:00
parent 3666dd687a
commit 712ee45876
11 changed files with 72 additions and 9 deletions
@@ -12,8 +12,8 @@ from pisi.actionsapi import get
#WorkDir="Imaging-%s" % get.srcVERSION()
def install():
pisitools.dosed("_imagingft.c", "<freetype/freetype.h>", "<freetype2/freetype.h>")
pisitools.dosed("_imagingft.c", "<freetype/fterrors.h>", "<freetype2/fterrors.h>")
#pisitools.dosed("_imagingft.c", "<freetype/freetype.h>", "<freetype2/freetype.h>")
#pisitools.dosed("_imagingft.c", "<freetype/fterrors.h>", "<freetype2/fterrors.h>")
pythonmodules.install()
#shelltools.cd("Sane")
@@ -21,7 +21,7 @@ def install():
#shelltools.cd("..")
for header in ["Imaging.h","ImPlatform.h"]:
pisitools.insinto("/usr/include/%s" % get.curPYTHON(), "libImaging/%s" % header)
pisitools.insinto("/usr/include/%s" % get.curPYTHON(), "src/libImaging/%s" % header)
pisitools.dodoc("README.rst")
@@ -12,7 +12,7 @@
<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>
<Archive sha1sum="31cc46de95b21fd2c6634c0eb574f5278f120991" type="targz">https://github.com/python-pillow/Pillow/archive/5.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-tk</Dependency>
<Dependency>python-devel</Dependency>
@@ -59,6 +59,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-30</Date>
<Version>5.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2018-02-03</Date>
<Version>4.3.0</Version>