Search Criteria
Package Details: python-imagecodecs 2021.2.26-1
Git Clone URL: | https://aur.archlinux.org/python-imagecodecs.git (read-only, click to copy) |
---|---|
Package Base: | python-imagecodecs |
Description: | Image transformation, compression, and decompression codecs |
Upstream URL: | https://github.com/cgohlke/imagecodecs |
Licenses: | |
Submitter: | hottea |
Maintainer: | hottea (lilac) |
Last Packager: | lilac |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-20 14:41 |
Last Updated: | 2021-02-27 17:50 |
Dependencies (22)
- blosc (blosc-git)
- brotli (brotli-git)
- brunsli (brunsli-git)
- charls (charls-git, charls1)
- jxrlib (jxrlib-git)
- lcms2 (lcms2-git)
- libaec
- libavif (libavif-git)
- libdeflate (libdeflate-git)
- libjpeg (libjpeg-droppatch, mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg, libjpeg-turbo)
- libmng
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libtiff (libtiff-git, libtiff-minimal-git)
- libwebp (libwebp-git)
- openjpeg2 (openjpeg-git)
- python-imread
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- snappy (snappy-git, libsnappy, snappy-static)
- zfp
- zopfli (zopfli-git)
- cython (cython-kivy, cython-git) (make)
- python-setuptools (make)
Required by (1)
- python-tifffile (optional)
Latest Comments
hottea commented on 2020-12-28 01:03
@BrainDamage Are you using ArchLinux? According to upstream code, they check if it's ArchLinux, and disable
zopfli
if true. For any further issue, report to upstream.BrainDamage commented on 2020-12-27 15:59
well, it's evidently not disabled since it attempts to source the header
wouldn'tt t be simpler to just add a quick path fix in prepare() ?
hottea commented on 2020-12-26 01:46
@JDAturbo, according to https://github.com/cgohlke/imagecodecs/blob/98a6ab040335393865e40a754c43970ded9aeb9a/setup.py#L185, for ArchLinux,
zopfli
is disable. I'll removezopfli
from the deps. But if you'd like to addzopfli
extension, you could modify this line toJDAturbo commented on 2020-12-25 23:19
zopfli.h
is installed at/usr/include/zopfli.h
.