From c9bc4757403339139b29f61c070ba8e631501eb7 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Wed, 10 Aug 2022 08:47:10 +0000 Subject: [PATCH] gdk-pixbuf: update to 2.42.10 --- packages/graphics/gdk-pixbuf/package.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/graphics/gdk-pixbuf/package.mk b/packages/graphics/gdk-pixbuf/package.mk index a7b47f5bef..f8e06e942c 100644 --- a/packages/graphics/gdk-pixbuf/package.mk +++ b/packages/graphics/gdk-pixbuf/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="gdk-pixbuf" -PKG_VERSION="2.42.8" -PKG_SHA256="84acea3acb2411b29134b32015a5b1aaa62844b19c4b1ef8b8971c6b0759f4c6" +PKG_VERSION="2.42.10" +PKG_SHA256="ee9b6c75d13ba096907a2e3c6b27b61bcd17f5c7ebeab5a5b439d2f2e39fe44b" PKG_LICENSE="OSS" PKG_SITE="http://www.gtk.org/" PKG_URL="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKG_VERSION:0:4}/gdk-pixbuf-${PKG_VERSION}.tar.xz" @@ -24,7 +24,8 @@ pre_configure_target() { -Dintrospection=disabled \ -Dman=false \ -Drelocatable=false \ - -Dinstalled_tests=false" + -Dinstalled_tests=false \ + -Dtests=false" if [ "${DISPLAYSERVER}" != "x11" ]; then PKG_MESON_OPTS_TARGET+=" -Dbuiltin_loaders=all"