Search Criteria
Package Details: python-pillow_heif 0.18.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pillow_heif.git (read-only, click to copy) |
---|---|
Package Base: | python-pillow_heif |
Description: | Python bindings to libheif for working with HEIF images and plugin for Pillow. |
Upstream URL: | https://github.com/bigcat88/pillow_heif |
Licenses: | BSD-3 |
Submitter: | Peter2469 |
Maintainer: | Peter2469 |
Last Packager: | Peter2469 |
Votes: | 3 |
Popularity: | 0.22 |
First Submitted: | 2024-05-22 19:19 (UTC) |
Last Updated: | 2024-08-10 23:19 (UTC) |
Dependencies (9)
- aom (aom-vmaf-gitAUR, aom-gitAUR, aom-av1-lavish-gitAUR)
- libde265 (libde265-gitAUR)
- libheif (libheif-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- x265 (x265-gitAUR, x265-mod-patman-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pip (make)
- python-setuptools (make)
Latest Comments
kuluse commented on 2024-05-25 23:05 (UTC)
@Peter2469, @utanerime : Thank you !
Peter2469 commented on 2024-05-25 10:30 (UTC)
@utanerime, @kuluse: I have updated to add the options to the PKGBUILD. I have not had this issue on my side but I have added it.
utanerime commented on 2024-05-25 04:12 (UTC) (edited on 2024-05-25 04:12 (UTC) by utanerime)
@kuluse Anywhere before the
build()
section of PKGBUILD script, I put this belowsha256sums()
.kuluse commented on 2024-05-25 02:59 (UTC)
@utanerime where do you put this options=(!buildflags) ?
utanerime commented on 2024-05-24 07:22 (UTC)
When I was trying to build this package, I ran into the same error as this, and it caused the same error which is gcc that complains that
_FORTIFY_SOURCE
has been redefined. By addingas a workaround, it works properly on my machine without modifying
/etc/makepkg.conf
.Peter2469 commented on 2024-05-23 21:03 (UTC)
@patlefort: Thank You!
patlefort commented on 2024-05-23 00:05 (UTC)
Missing in
makedepends
:python-setuptools
.