Fix #1076: webp images show up as black
authorColin Clark <colin.clark@cclark.uk>
Mon, 6 Nov 2023 18:08:36 +0000 (18:08 +0000)
committerColin Clark <colin.clark@cclark.uk>
Mon, 6 Nov 2023 18:08:36 +0000 (18:08 +0000)
commit29f5a35364029f936719cb45885af58bbaf102ec
treee64cddd887d768bc2e6ebb4c1dc96ed386adad6b
parentcbb61c1c3aa446bd31b43fba4f4d69de4c163b62
Fix #1076: webp images show up as black

https://github.com/BestImageViewer/geeqie/issues/1076

- Include https://github.com/aruiz/webp-pixbuf-loader.git as a
subproject
- Patch the sources to fix this bug
- This commit can be removed when the origin sources are updated
- Animated webp images will be displayed
13 files changed:
AppImageBuilder-aarch64.yml
AppImageBuilder-x86_64.yml
meson.build
scripts/meson.build
scripts/patch-loaders-cache.sh [new file with mode: 0755]
scripts/update-pixbuf-loaders-cache.sh [new file with mode: 0755]
src/image-load-webp.cc [deleted file]
src/image-load-webp.h [deleted file]
src/image-load.cc
src/meson.build
subprojects/packagefiles/webp-pixbuf-loader/meson-build.diff [new file with mode: 0644]
subprojects/packagefiles/webp-pixbuf-loader/pull-73.diff [new file with mode: 0644]
subprojects/webp-pixbuf-loader.wrap [new file with mode: 0644]