Skip to content

Commit c5edcb5

Browse files
committed
Add webp-pixbuf-loader
Should add WebP support for GTK applications which use gdk-pixbuf.
1 parent 3679827 commit c5edcb5

4 files changed

Lines changed: 14 additions & 0 deletions

File tree

build-system.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5073,6 +5073,17 @@ make install
50735073
install -t /usr/share/licenses/gnome-themes-extra -Dm644 LICENSE
50745074
cd ..
50755075
rm -rf gnome-themes-extra-3.28
5076+
# webp-pixbuf-loader.
5077+
tar -xf webp-pixbuf-loader-0.0.6.tar.gz
5078+
cd webp-pixbuf-loader-0.0.6
5079+
mkdir wpl-build; cd wpl-build
5080+
meson --prefix=/usr --buildtype=minsize ..
5081+
ninja
5082+
ninja install
5083+
gdk-pixbuf-query-loaders --update-cache
5084+
install -t /usr/share/licenses/webp-pixbuf-loader -Dm644 ../LICENSE.LGPL-2
5085+
cd ../..
5086+
rm -rf webp-pixbuf-loader-0.0.6
50765087
# VTE.
50775088
tar -xf vte-0.70.0.tar.bz2
50785089
cd vte-0.70.0

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This document contains the full changelog for every previous versions of MassOS,
55
Changes:
66

77
- Btrfs is now is the default filesystem (recommended by the MassOS Installer). ext4 and the others will remain fully supported.
8+
- Added WebP support for GTK applications which use gdk-pixbuf.
89
- Added mesa-utils, to provide `eglinfo`, `glxgears` and `glxinfo` utilities.
910
- Added UFW ("Uncomplicated Firewall"); user-friendly frontend to iptables.
1011
- Moved Sysprof to GNOME as it now depends on GTK4/libadwaita, and only libsysprof-capture is needed outside of GNOME.

source-urls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ https://github.com/dbry/WavPack/releases/download/5.5.0/wavpack-5.5.0.tar.xz
593593
https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.21.0/downloads/wayland-1.21.0.tar.xz
594594
https://wayland.freedesktop.org/releases/wayland-protocols-1.26.tar.xz
595595
https://github.com/MassOS-Linux/webkitgtk-binaries/releases/download/2.38.0-MassOS2022.08-icu71.1/webkitgtk-2.38.0-MassOS2022.08-icu71.1-x86_64.tar.xz
596+
https://github.com/aruiz/webp-pixbuf-loader/archive/0.0.6/webp-pixbuf-loader-0.0.6.tar.gz
596597
https://mirror.koddos.net/gnu/wget/wget-1.21.3.tar.gz
597598
https://mirror.koddos.net/gnu/which/which-2.21.tar.gz
598599
https://github.com/rfc1036/whois/archive/v5.5.13/whois-5.5.13.tar.gz

utils/builtins

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ wavpack
569569
wayland
570570
wayland-protocols
571571
webkitgtk
572+
webp-pixbuf-loader
572573
wget
573574
which
574575
whois

0 commit comments

Comments
 (0)