On Monday, 16 March 2026 18:20:44 CET Bastian Germann wrote: > Building the package fails with: > > codecs/jpegxl.cc: In member function ‘virtual bool > JPEGXLCodec::writeImage(std::ostream*, Image&, int, const std::string&)’: > codecs/jpegxl.cc:189:31: error: ‘JxlEncoderOptionsCreate’ was not declared in > this scope; did you mean ‘JxlEncoderStatsCreate’? > 189 | JxlEncoderAddImageFrame(JxlEncoderOptionsCreate(enc.get(), > nullptr), > | ^~~~~~~~~~~~~~~~~~~~~~~ > | JxlEncoderStatsCreate >
libjxl-dev is not installed by default and this is why it doesn't cause build issues in a clean build enviroment. The build system will then just disable the codecs/jpegxl.cc @Bastian, was this in a clean build environment or on some extra system which manually got libjxl-dev installed? Because salsa's CI build environment doesn't show this problem: https://salsa.debian.org/debian/exactimage/-/pipelines/1040850 Regards, Sven
signature.asc
Description: This is a digitally signed message part.

