-
Notifications
You must be signed in to change notification settings - Fork 277
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
WebP is not working on macOS builds #770
Comments
This should cause the webp pixbuf loader to be packaged up into the macOS installer. Bug: #770
It probably is related to this issue? |
Yeah, the I had gotten it packaged properly for macOS, but seem to have not actually merged that in properly |
This was previously done in the feature/webp-bundle branch which was never merged. - Install webp-pixbuf-loader on the macOS builds. - Fix the bundle_gtk script to better handle the webp libraries - When parsing the otool output, recognize @rpath/libfoo.dylib and ensure that these libraries are also bundled - Include these in install_name_tool to properly update references when symlinks are involved Fixes: #770 (cherry picked from commit 5ed7b3c) (cherry picked from commit cde0992) (cherry picked from commit 8dcaea2) (cherry picked from commit ad2bbba) (cherry picked from commit 501d84e) (cherry picked from commit 4e18125)
This has been backported to the 2.1 branch and will be in the next minor release |
This also isn't working in Windows on 2.1.2 |
with b930be3 the webp pixbuf loader is packaged with the Windows installer too. You can try out the latest build from https://github.com/PintaProject/Pinta/actions/runs/9056221969 (requires Github login) |
Discussed in #769
Originally posted by capellavacancies April 17, 2024
I've read online WebP it's supported (source) but when I try to open a WebP file it says it's not supported. Ideas ?
The text was updated successfully, but these errors were encountered: