Hi all

When setting up my new xfce4 based system, I stumbled across webp-pixbuf-loader.

It easily adds support for webp images in gdk-pixbuf-loader, which then automatically gets picked up by thunar, tumbler and ristretto and will allow you to view and preview those images. I suppose it would be the same for gnome folks.

The repository is at

https://github.com/aruiz/webp-pixbuf-loader



Current version is.

https://github.com/aruiz/webp-pixbuf-loader/archive/0.0.2.tar.gz

which should be downloaded to webp-pixbuf-loader-0.0.2.tar.gz

Build and install is a simple matter of:

mkdir build
cd build || exit
meson --prefix=/opt/X11 -Dbuildtype=release ..
ninja || exit
cd ..
cd build || exit
DESTDIR=$DESTDIR ninja install || exit
cd ..
/opt/X11/bin/gdk-pixbuf-query-loaders --update-cache


Of course, DESTDIR is my own choice, as is the /opt/X11 prefix.


Maybe this could be added as a suggestion to the libwebp or the gdk-pixbuf page?

Bye
Tim

--
decentral.ch - IT Stuff
Tim Tassonis
Hohlstrasse 400
c/o Baubüro Insitu
8048 Zürich

st...@decentral.ch
+41 79 229 36 17
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to