I learned that it relies on gdk-pixbuf. That can be upgraded by installing webp-pixbuf-loader-20191003.fb04954-x86_64-1_slonly.txz
So I created the module webp-pixbuf-loader-20191003.fb04954-x86_64-1_slonly.xzm and activated it. Still, no support for webp.
On https://github.com/hellosiyan/Viewnior/ ... -607806767 I got the info that
Code: Select all
gdk-pixbuf-query-loaders --update-cache
I checked the module, and the script it had inside that should get executed had this code:
Code: Select all
if [ -x /usr/bin/update-gdk-pixbuf-loaders ]; then
/usr/bin/update-gdk-pixbuf-loaders >/dev/null 2>&1
fi
Code: Select all
if [ -x /usr/bin/update-gdk-pixbuf-loaders ]; then
/usr/bin/update-gdk-pixbuf-loaders --update-cache >/dev/null 2>&1
fi
Code: Select all
gdk-pixbuf-query-loaders --update-cache
Code: Select all
root@porteus:/# cat /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache | grep webp
root@porteus:/#
Code: Select all
root@porteus:/# gdk-pixbuf-query-loaders --update-cache
root@porteus:/# cat /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache | grep webp
"/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-webp.so"
"webp" 5 "gdk-pixbuf" "The WebP image format" "LGPL"
"image/webp" "audio/x-riff" ""
"webp" ""
Is /var/lib/pkgtools/scripts/webp-pixbuf-loader-20191003.fb04954-x86_64-1_slonly not executed when the module got activated?
And if it is, why does the cache-update not work?
P.S.
In case a moderator might wonder: I plan on uploading the module as soon as the issue with the cache update is fixed. So this post is in the correct sub-forum. The module just needs some fine tuning.
