Skip to content

Commit df4f246

Browse files
committed
fix(libjxl): drop cjpegli/djpegli from tools subpackage
Upstream removed the jpegli tools in libjxl/libjxl@852c44e ("Remove jpegli", PR libjxl/libjxl#4657). The version bump in 716f6ba7d5 moved the pinned commit past that removal, so the help-check test failed looking for binaries that no longer exist. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Export: 7ebbfa5641e9979800542f03448cea2adf345857
1 parent a6e124c commit df4f246

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

libjxl.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ subpackages:
8181
pipeline:
8282
- runs: |
8383
mkdir -p "${{targets.subpkgdir}}/usr/bin"
84-
for b in cjxl djxl benchmark_xl cjpegli djpegli jxlinfo jxltran; do
84+
for b in cjxl djxl benchmark_xl jxlinfo jxltran; do
8585
if [ -x "${{targets.destdir}}/usr/bin/$b" ]; then
8686
mv "${{targets.destdir}}/usr/bin/$b" "${{targets.subpkgdir}}/usr/bin/"
8787
fi
@@ -94,8 +94,6 @@ subpackages:
9494
bins: |
9595
cjxl
9696
djxl
97-
cjpegli
98-
djpegli
9997
jxlinfo
10098
jxltran
10199
- name: Encode PPM to JXL and decode back

0 commit comments

Comments
 (0)