Skip to content

libjxl@0.11.2: Updated paths to binaries#7650

Open
frabera wants to merge 3 commits intoScoopInstaller:masterfrom
frabera:patch-2
Open

libjxl@0.11.2: Updated paths to binaries#7650
frabera wants to merge 3 commits intoScoopInstaller:masterfrom
frabera:patch-2

Conversation

@frabera
Copy link

@frabera frabera commented Feb 17, 2026

Updated paths to binaries (bin subfolder).

Closes #7649

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

@github-actions
Copy link
Contributor

All changes look good.

Wait for review from human collaborators.

libjxl

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@eugenesvk
Copy link

This way you remove some potentially useful files like jxl_jni.dll that were previously located in the main folder. I just happened to also have added a fix, but retaining all the files, see #7652

@frabera
Copy link
Author

frabera commented Feb 17, 2026

This way you remove some potentially useful files like jxl_jni.dll that were previously located in the main folder. I just happened to also have added a fix, but retaining all the files, see #7652

I initially used the same approach as you but I checked and scoop actually downloads the windows-static version, that means that the libraries are not used by the binaries, and they are provided in a different folder (lib) to distribute them.

@eugenesvk
Copy link

they are not used by the binaries, but they can be used by other apps. For example, you could use a newer version from scoop to replace a dll library some GUI app uses since those app can be rather slow to update their dependencies.
Or maybe there is even some other scoop app that already relies on the library (though don't know if it exists)

@frabera
Copy link
Author

frabera commented Feb 17, 2026

It seems to be out of scope to me, since they also selected the static variant to have more portable executables, anyway the size difference with or without libraries is not so large.

@BlackWinnerYoshi
Copy link
Contributor

Please add icc_simplify.exe to bin

@frabera
Copy link
Author

frabera commented Feb 17, 2026

Please add icc_simplify.exe to bin

Done, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: libjxl@0.11.2: binaries has been moved to bin subfolder

3 participants

Comments