mozjpeg-bin icon indicating copy to clipboard operation
mozjpeg-bin copied to clipboard

Release new version to npm

Open MateuszKrawczuk opened this issue 1 year ago • 2 comments

@1000ch Could you update current library version and release it? It would be great. I'm preparing patches to mattermost app to support arm64 and updated version of mozjpeg-bin is also needed to fix some building issue.

MateuszKrawczuk avatar Jul 22 '23 15:07 MateuszKrawczuk

Your update broke this package on amd64 Linux. Try running npm install https://github.com/imagemin/mozjpeg-bin.git in the official Node docker container (with git installed of course). It fails to use the prebuilt version and tries to compile from source, which is a regression from the current release. This is because you dynamically linked to libjpeg and libpng.

averms avatar Jul 24 '23 17:07 averms

@averms @1000ch Could you check those pull requests #82 and #83?

MateuszKrawczuk avatar Aug 02 '23 11:08 MateuszKrawczuk