• Stars
    star
    188
  • Rank 204,415 (Top 5 %)
  • Language
    C
  • License
    Other
  • Created over 13 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WebP Image format GdkPixbuf loader

WebP GDK Pixbuf Loader library

Packaging status

Building from source

Build:

meson builddir
ninja -C builddir

Install dependencies on Debian:

sudo apt install libwebp-dev libgdk-pixbuf2.0-dev libgtk-3-dev meson build-essential

(libgtk-3-dev is optional, used in development)

Install dependencies on Fedora:

sudo dnf install libwebp-devel gdk-pixbuf2-devel meson gcc

Install dependencies on macOS via brew:

$ brew install webp gdk-pixbuf meson ninja pkg-config

Install:

sudo ninja -C builddir install