diff --git a/programming/language/python/python-pillow/actions.py b/programming/language/python/python-pillow/actions.py index be74dd1719..bb66e19d2c 100644 --- a/programming/language/python/python-pillow/actions.py +++ b/programming/language/python/python-pillow/actions.py @@ -4,24 +4,20 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pisitools from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools from pisi.actionsapi import get #WorkDir="Imaging-%s" % get.srcVERSION() +def build(): + # fix unused direct dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") + pythonmodules.compile() + def install(): - #pisitools.dosed("_imagingft.c", "", "") - #pisitools.dosed("_imagingft.c", "", "") pythonmodules.install() - #shelltools.cd("Sane") - #pythonmodules.install() - #shelltools.cd("..") - - for header in ["Imaging.h","ImPlatform.h"]: - pisitools.insinto("/usr/include/%s" % get.curPYTHON(), "src/libImaging/%s" % header) - - pisitools.dodoc("README.rst") - + # install header files + pisitools.insinto("/usr/include/python3.8/Imaging/", "src/libImaging/*.h") \ No newline at end of file diff --git a/programming/language/python/python-pillow/pspec.xml b/programming/language/python/python-pillow/pspec.xml index 3b35d527d4..97c055fc05 100644 --- a/programming/language/python/python-pillow/pspec.xml +++ b/programming/language/python/python-pillow/pspec.xml @@ -1,5 +1,5 @@ - + python-pillow @@ -8,57 +8,85 @@ PisiLinux Community admins@pisilinux.org + programming.language.python as-is library - PIL is the Python Imaging Library. - 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. - https://github.com/python-pillow/Pillow/archive/5.2.0.tar.gz + The friendly PIL fork (Python Imaging Library) + Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift. + https://github.com/python-pillow/Pillow/archive/6.2.2.tar.gz - python3-tk - python-devel - lcms-devel + libjpeg-turbo-devel + libimagequant-devel python-setuptools - python3-setuptools - python3-qt5-devel - python-qt5-devel + openjpeg2-devel + freetype-devel + python-devel + lcms2-devel + tiff-devel webp-devel + zlib-devel + python-pillow + The friendly PIL fork (Python Imaging Library) + libjpeg-turbo + libimagequant + openjpeg2 + freetype + lcms2 tiff - zlib - python3-tk - python - lcms - python-setuptools - python3-setuptools - python3-qt5 - python-qt5 webp + zlib + /usr/bin - /usr/lib - /usr/include /usr/share/doc + /usr/lib + + + + + python-pillow-devel + Development files for python-pillow + + python-pillow + libjpeg-turbo-devel + python-devel + zlib-devel + + + /usr/include + + 2020-01-20 + 6.2.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-08-30 5.2.0 @@ -88,4 +116,4 @@ groni@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python/python-pillow/translations.xml b/programming/language/python/python-pillow/translations.xml index 8d274bd7be..1f08e8ea29 100644 --- a/programming/language/python/python-pillow/translations.xml +++ b/programming/language/python/python-pillow/translations.xml @@ -2,7 +2,14 @@ python-imaging - Python Görüntü İşleme Kitaplığı + Python Görsel Kitaplığı (PIL - Python Imaging Library) çatalıdır. + python-pillow, özgür python PIL(Python Imaging Library - Python Görsel Kitaplığı) kütüphanesinin özgür yazılımcılar tarafından geliştirilen çatalıdır. La librería Python Imaging Library (PIL) facilita el procesamiento de imágenes desde Python. Esta librería soporta muchos formatos de archivos y provee potentes facilidades de procesamiento de gráficos. - + + + python-pillow-devel + python-pillow için geliştirme dosyaları + python-pillow-devel, python-pillow için geliştirme dosyalarını içerir. + + \ No newline at end of file