Search Criteria
Package Details: python-imagecodecs 2024.12.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: | 3 |
Popularity: | 0.000028 |
First Submitted: | 2020-06-20 14:41 (UTC) |
Last Updated: | 2024-12-30 06:08 (UTC) |
Dependencies (36)
- blosc (blosc-gitAUR)
- blosc2 (blosc2-gitAUR)
- brotli (brotli-gitAUR)
- brunsliAUR (brunsli-gitAUR)
- bzip2 (bzip2-gitAUR)
- charlsAUR (charls1AUR, charls-gitAUR)
- giflib (giflib-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- 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)
- Show 16 more dependencies...
Required by (4)
- python-tensorflow-datasets (optional)
- python-tifffile (check)
- python-tifffile (optional)
- python-tifffile-doc (check)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
eduardolucioac commented on 2023-09-04 19:03 (UTC)
Does anyone have a solution for this problem? Frankly, I don't know what to do... 🥲
hottea commented on 2022-09-01 11:35 (UTC) (edited on 2022-09-01 11:36 (UTC) by hottea)
@petronny You could build python-imagecodecs with zfp 0.5.5? I fail to build it with zfp 0.5.5, but zfp 1.0.0 is still in community-testing, so I choose to build it without zfp. See also the build log with zfp 0.5.5 here.
petronny commented on 2022-09-01 08:31 (UTC)
You need to unfold the log of the
build-package
to see the log.I reverted the changes about zfp and the build passed.
So maybe zfp is related to some particular platform/CPU features.
hottea commented on 2022-08-31 12:26 (UTC)
@petronny I didnot see the error in the log link. See also the build at ArchLinux CN here.
petronny commented on 2022-08-31 10:37 (UTC)
New error
https://github.com/arch4edu/cactus/runs/8110880916?check_suite_focus=true
hottea commented on 2022-07-04 06:39 (UTC)
@petronny The setup.py use
openjpeg-2.4
while we have openjpeg 2.5 installed. A quick fix: replaceopenjpeg-2.4
withopenjpeg-2.5
in thesetup.py
.petronny commented on 2022-07-04 06:13 (UTC)
Full build log: https://github.com/arch4edu/cactus/runs/7167001801?check_suite_focus=true
hottea commented on 2020-12-28 01:03 (UTC)
@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 (UTC)
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 (UTC) (edited on 2020-12-26 01:51 (UTC) by hottea)
@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 to« First ‹ Previous 1 2 3 4 Next › Last »