webp-pixbuf-loader-0.2.4

webp-pixbuf-loader の概要

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

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

webp-pixbuf-loader の依存パッケージ

必須

gdk-pixbuf-2.42.10, libwebp-1.3.2

webp-pixbuf-loader のインストール

以下のコマンドを実行して webp-pixbuf-loader をビルドします。

mkdir build &&
cd    build &&

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

ビルド結果をテストする場合は ninja test を実行します。

root ユーザーになって以下を実行します。

ninja install

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

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

コマンド説明

--buildtype=release: 本パッケージの安定版リリース向けに適したビルドタイプを指定します。 デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。

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

パッケージ構成

インストールプログラム: なし
インストールライブラリ: libpixbufloader-webp.so
インストールディレクトリ: なし

概略説明

libpixbufloader-webp.so

contains functions that allow gdk-pixbuf to load webp images