Package Details: jpegli-git r2669.gbe525a4-1

Git Clone URL: https://aur.archlinux.org/jpegli-git.git (read-only, click to copy)
Package Base: jpegli-git
Description: A JPEG encoder and decoder implementation that is API and ABI compatible with libjpeg62 (git version)
Upstream URL: https://github.com/google/jpegli/
Licenses: BSD-3-Clause
Conflicts: jpegli, libjpeg6
Provides: jpegli, libjpeg.so, libjpeg6
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 0
Popularity: 0.000000
First Submitted: 2024-07-14 23:08 (UTC)
Last Updated: 2024-09-20 00:48 (UTC)

Dependencies (3)

Required by (87)

Sources (10)

Latest Comments

dbermond commented on 2024-09-20 00:50 (UTC)

@nvllsvm that's because openexr installed, and it fails to build when using it. I've pushed an update to explicitly disable openexr. Thanks for reporting.

nvllsvm commented on 2024-09-19 14:30 (UTC)

Fails to build:

[ 98%] Linking CXX executable djpegli
/usr/bin/ld: cannot find -lOpenEXR-3_2: No such file or directory
/usr/bin/ld: cannot find -lOpenEXRUtil-3_2: No such file or directory
/usr/bin/ld: cannot find -lOpenEXRCore-3_2: No such file or directory
/usr/bin/ld: cannot find -lIex-3_2: No such file or directory
/usr/bin/ld: cannot find -lIlmThread-3_2: No such file or directory
/usr/bin/ld: cannot find -lImath-3_1: No such file or directory
[100%] Linking CXX executable cjpegli
/usr/bin/ld: cannot find -lOpenEXR-3_2: No such file or directory
/usr/bin/ld: cannot find -lOpenEXRUtil-3_2: No such file or directory
/usr/bin/ld: cannot find -lOpenEXRCore-3_2: No such file or directory
/usr/bin/ld: cannot find -lIex-3_2: No such file or directory
/usr/bin/ld: cannot find -lIlmThread-3_2: No such file or directory
/usr/bin/ld: cannot find -lImath-3_1: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [tools/CMakeFiles/djpegli.dir/build.make:104: tools/djpegli] Error 1
make[1]: *** [CMakeFiles/Makefile2:852: tools/CMakeFiles/djpegli.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
collect2: error: ld returned 1 exit status
make[2]: *** [tools/CMakeFiles/cjpegli.dir/build.make:104: tools/cjpegli] Error 1
make[1]: *** [CMakeFiles/Makefile2:820: tools/CMakeFiles/cjpegli.dir/all] Error 2
[100%] Built target jpeg
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...