webp-pixbuf-loader-0.2.7

Introduction to webp-pixbuf-loader

The webp-pixbuf-loader package contains a library that allows gdk-pixbuf to load and process webp images.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

webp-pixbuf-loader Dependencies

Required

gdk-pixbuf-2.42.10 and libwebp-1.3.2

Installation of webp-pixbuf-loader

Install webp-pixbuf-loader by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

The webp format needs to be added to the loaders cache:

gdk-pixbuf-query-loaders --update-cache

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

gdk-pixbuf-query-loaders --update-cache: This command updates the gdk-pixbuf loader cache so that it knows the webp loader has been installed.

Contents

Installed Programs: None
Installed Libraries: libpixbufloader-webp.so
Installed Directories: None

Short Descriptions

libpixbufloader-webp.so

contains functions that allow gdk-pixbuf to load webp images