From 463af40dc68e0052bb12458148eba101520f3c68 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 13 Jul 2025 02:51:47 +0100 Subject: [PATCH] gdk-pixbuf: update to 2.42.12 Signed-off-by: Daniel Golle --- libs/gdk-pixbuf/Makefile | 4 ++-- libs/gdk-pixbuf/patches/100-no-gi-docgen.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/gdk-pixbuf/Makefile b/libs/gdk-pixbuf/Makefile index 356c601..65ec280 100644 --- a/libs/gdk-pixbuf/Makefile +++ b/libs/gdk-pixbuf/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gdk-pixbuf -PKG_VERSION:=2.42.9 +PKG_VERSION:=2.42.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/$(basename $(PKG_VERSION)) -PKG_HASH:=28f7958e7bf29a32d4e963556d241d0a41a6786582ff6a5ad11665e0347fc962 +PKG_HASH:=b9505b3445b9a7e48ced34760c3bcb73e966df3ac94c95a148cb669ab748e3c7 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-2.1-or-later diff --git a/libs/gdk-pixbuf/patches/100-no-gi-docgen.patch b/libs/gdk-pixbuf/patches/100-no-gi-docgen.patch index b16c1df..49119a7 100644 --- a/libs/gdk-pixbuf/patches/100-no-gi-docgen.patch +++ b/libs/gdk-pixbuf/patches/100-no-gi-docgen.patch @@ -1,6 +1,6 @@ --- a/meson.build +++ b/meson.build -@@ -378,7 +378,7 @@ endif +@@ -399,7 +399,7 @@ endif # Documentation build_docs = get_option('gtk_doc') or get_option('docs')