-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libvips package doesn't install libpng; Installing libpng doesn't enable vips to process png files #37929
Comments
@AlvesJorge This should fix it #37075 related #37054 |
Thank you for the fast reply @tuananh |
List of auto features can be found here https://github.com/libvips/libvips/blob/master/meson_options.txt |
Oh ok thank you, do you know if this is something I can enable when installing the package? As a temporary fix while your PR is not merged :) |
I dont know. What we did at work is we setup a private repo for this kind of situation. If you have it already, you can do that. Otherwise, probably need to wait. It's holidays so I guess it will be awhile |
Thank you for your time :) Happy holidays :) |
Hello 👋
Steps to reproduce:
docker run --rm -it --user root --entrypoint=/bin/sh cgr.dev/*.com/ruby:3.3.6-dev
apk add libvips-dev
apk add libpng
vips --vips-config
PNG load/save with libspng or libpng: false
I have not found any information about this anywhere, so any input is apprecciated
The text was updated successfully, but these errors were encountered: