Search Criteria
Package Details: python-imagecodecs 2025.3.30-1
Package Actions
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: | BSD-3-Clause |
Submitter: | hottea |
Maintainer: | hottea (lilac) |
Last Packager: | lilac |
Votes: | 4 |
Popularity: | 0.34 |
First Submitted: | 2020-06-20 14:41 (UTC) |
Last Updated: | 2025-03-30 13:07 (UTC) |
Dependencies (37)
- blosc (blosc-gitAUR)
- blosc2 (blosc2-gitAUR)
- brotli (brotli-gitAUR)
- brunsliAUR (brunsli-gitAUR)
- bzip2 (bzip2-gitAUR)
- charls (charls1AUR, charls-gitAUR)
- giflib (giflib-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- jxrlib (jxrlib-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- lercAUR
- libaec (libaec-gitAUR)
- libavif (libavif-gitAUR)
- libdeflate (libdeflate-gitAUR)
- libheif (libheif-gitAUR, libheif-highmemAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libjxl (libjxl-gitAUR, libjxl-metricsAUR, libjxl-metrics-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libwebp (libwebp-gitAUR)
- lz4 (lz4-gitAUR)
- lzfseAUR (lzfse-gitAUR, lzfseAUR)
- openjpeg2 (openjpeg-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pillow (python-pillow-simd-gitAUR)
- snappy (snappy-gitAUR)
- xz (xz-gitAUR)
- zfp
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zlib-ng
- zopfli
- zstd (zstd-gitAUR, zstd-staticAUR)
- cython (cython-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (4)
- python-rosettasciio (optional)
- python-tifffile (check)
- python-tifffile (optional)
- python-tifffile-doc (check)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
pants commented on 2024-01-04 17:46 (UTC) (edited on 2024-01-04 17:50 (UTC) by pants)
I have the same build error as pwf in a clean chroot using makechrootpkg. I suppose the line of code is using the linux version string to make dependency decisions? This seems absolutely insane... Packages might be built on machines with alternate or custom kernels, or in Arch Linux chroots run on non-Arch Linux distributions. The libraries being enabled or disabled should be done by something like a configure script that actually tests whether the libraries are present or not.
Edit: If you just want to test for Arch, a much more robust way is to read
/etc/issue
.hottea commented on 2024-01-04 01:32 (UTC)
@pwf It seems you're using linux-zen? Are you using ArchLinux? Maybe
platform.platform()
is not a good way to check whether the current OS is ArchLinux. You could report this to upstream.You could also skip the patch
0001.fix-deps.patch
. This patch just add more image code format support, includingavif
,blocs2
,lerc
,lzfse
, andzlibng
.jpegxl
will not enable untillibjxl
0.9 is available in the ArchLinux repo.pwf commented on 2024-01-03 19:13 (UTC)
fails to build for me:
hottea commented on 2023-09-07 00:46 (UTC)
@eduardolucioac This might be a Manjaro issue. I don't use this distribution and know nothing about it.
eduardolucioac commented on 2023-09-06 15:50 (UTC)
@hottea
. "Are you using ArchLinux or other Arch-based distribution?" -> Manjaro
. "What's your gcc and python version?" ->
. "You could also install this pkg from here without building it from the source." -> Work like a charm! Hot tip! 😎
Thanks! 😘
hottea commented on 2023-09-06 13:40 (UTC)
@simonzack You could check
/etc/makepkg.conf
if you usemakepkg
, see also the wiki.simonzack commented on 2023-09-06 09:52 (UTC) (edited on 2023-09-06 09:54 (UTC) by simonzack)
Can more threads be used to build this, perhaps same as the # of CPU threads? This takes while a while build. Cython has parallel build options.
hottea commented on 2023-09-06 03:22 (UTC) (edited on 2023-09-06 03:22 (UTC) by hottea)
@eduardolucioac
yay
would not build the pkg in a clean chroot. I'm not sure which pkg affect the building. You could build this pkg in a clean chroot as this doc describes. Are you using ArchLinux or other Arch-based distribution? What's your gcc and python version? You could also install this pkg from here without building it from the source.eduardolucioac commented on 2023-09-06 02:43 (UTC)
"Could you post the complete build log?" -> Here is... 🤗
« First ‹ Previous 1 2 3 4 Next › Last »