Search Criteria
Package Details: python-pillow-simd 1:9.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pillow-simd.git (read-only, click to copy) |
---|---|
Package Base: | python-pillow-simd |
Description: | Python Imaging Library (PIL) fork. Pillow fork for better image processing performance. |
Upstream URL: | https://github.com/uploadcare/pillow-simd |
Licenses: | custom |
Conflicts: | python-pillow |
Provides: | python-pillow |
Submitter: | simon04 |
Maintainer: | chillenb |
Last Packager: | chillenb |
Votes: | 11 |
Popularity: | 0.000632 |
First Submitted: | 2017-09-06 10:36 (UTC) |
Last Updated: | 2022-10-02 18:08 (UTC) |
Dependencies (16)
- freetype2 (freetype2-minimal-git, freetype2-ttmetrics, freetype2-v35, freetype2-git, freetype2-ultimate5, freetype2-infinality-remix)
- lcms2 (lcms2-git, lcms2-ff-git)
- libimagequant (libimagequant-git)
- libraqm (libraqm-git)
- libtiff (libtiff-git, libtiff-minimal-git, libtiff-lerc)
- libxcb (libxcb-git)
- openjpeg2 (openjpeg-git)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312)
- libwebp (libwebp-git) (make)
- python-setuptools (make)
- tk (tk85) (make)
- python-pytest (check)
- libwebp (libwebp-git) (optional) – for webp images
- python-olefile (optional) – OLE2 file support
- python-pyqt5 (python-pyqt5-sip4, python-pyqt5-webkit) (optional) – for the ImageQt module
- tk (tk85) (optional) – for the ImageTK module
Required by (734)
- a2ln (requires python-pillow)
- advene (requires python-pillow)
- akhelper-git (requires python-pillow)
- andotp-decrypt (requires python-pillow)
- animewatch-pyqt5 (requires python-pillow)
- animewatch-pyqt5-git (requires python-pillow)
- apitrace-git (requires python-pillow)
- archur-git (requires python-pillow)
- art-rawconverter-imageio (requires python-pillow)
- audiotools-git (requires python-pillow) (optional)
- auto-editor (requires python-pillow)
- avvie (requires python-pillow)
- avvie-git (requires python-pillow)
- azote (requires python-pillow)
- bcnc (requires python-pillow)
- beets-git (requires python-pillow) (optional)
- betcon (requires python-pillow)
- betterww-git (requires python-pillow)
- bibata-extra-cursor-git (requires python-pillow) (make)
- blastem-hg (requires python-pillow) (make)
- Show 714 more...
Latest Comments
1 2 Next › Last »
MrKMG commented on 2022-10-12 18:22 (UTC)
Getting a build error in the selftest, and now sure how to resolve.
lillylizard commented on 2022-04-23 02:54 (UTC)
@brainmue I had the same problem as you. TLDR I worked around it by uninstalling python-pyqt5, which had been installed as an optional dependency for python-pillow for QT integration.
The test fails at the first line of test_sanity() in test_qt_image_qapplication.py which calls QApplication (found here https://github.com/uploadcare/pillow-simd/blob/simd/master/Tests/test_qt_image_qapplication.py#L53, note that it's no different than the file found in the python-pillow repo). Not having pyqt installed causes the test to be skipped which allows the build to succeed. Perhaps having python-pyqt6 installed instead will work, I didn't investigate any further sorry...
brainmue commented on 2022-03-15 07:29 (UTC)
Hi all, I always get an error with pytest, but don't understand exactly what the problem is. Can anyone help me?
rharish commented on 2020-12-02 10:35 (UTC)
@simon04: Arch updated python to 3.9. I changed _py3basever to 3.9m, and it's working for me. Here's the diff:
sjuxax commented on 2020-02-10 02:32 (UTC)
_py3basever is hardcoded to 3.7m. This no longer works as Arch is on Python 3.8. Manually fixing the PKGBUILD locally resolves. Please update. :)
simon04 commented on 2019-06-18 19:27 (UTC)
@otaj: Thanks for the pointer. Update the package.
otaj commented on 2019-06-12 11:18 (UTC) (edited on 2019-06-12 11:20 (UTC) by otaj)
Please add pkgver to provides (https://wiki.archlinux.org/index.php/PKGBUILD#provides), otherwise pacman won't recognize it and is complaining when using as a replacement for python-pillow when the version is specified.
To illustrate the point
sQVe commented on 2019-05-02 18:23 (UTC)
@simon04 I agree. This package should use the same version that's available from
pip
. Version 6.0.0 is broken for me.simon04 commented on 2019-05-02 18:20 (UTC)
The one user requests a downgrade from 6.0.0 to 5.3.0.post1, the other requests an upgrade from 5.3.0.post1 to 6.0.0 To break this tie, I'll consider https://pypi.org/project/Pillow-SIMD/ as reference for the latest version.
simon04 commented on 2018-08-14 05:27 (UTC)
@LChris314: Done. Thanks for the reminder!
1 2 Next › Last »