From 5449eb216e9a84dca52a847072c70c9f93016ded Mon Sep 17 00:00:00 2001 From: heitbaum Date: Fri, 5 Feb 2021 08:13:25 +0000 Subject: [PATCH] glib: update to 2.70.0 updated 2.68.1 (9 Apr 2021) to 2.70.0 (17 Sep 2021) changelog: - https://raw.githubusercontent.com/GNOME/glib/master/NEWS - https://gitlab.gnome.org/GNOME/glib/-/releases#2.68.2 - https://gitlab.gnome.org/GNOME/glib/-/releases#2.68.3 - https://gitlab.gnome.org/GNOME/glib/-/releases#2.69.0 - https://gitlab.gnome.org/GNOME/glib/-/releases#2.69.1 - https://gitlab.gnome.org/GNOME/glib/-/releases#2.69.2 - https://gitlab.gnome.org/GNOME/glib/-/releases#2.69.3 - https://gitlab.gnome.org/GNOME/glib/-/releases#2.70.0 - enable compile with glibc2.34 --- packages/devel/glib/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/devel/glib/package.mk b/packages/devel/glib/package.mk index 82904f8de5..9cd79e9dd9 100644 --- a/packages/devel/glib/package.mk +++ b/packages/devel/glib/package.mk @@ -3,12 +3,12 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="glib" -PKG_VERSION="2.68.1" -PKG_SHA256="241654b96bd36b88aaa12814efc4843b578e55d47440103727959ac346944333" +PKG_VERSION="2.70.0" +PKG_SHA256="200d7df811c5ba634afbf109f14bb40ba7fde670e89389885da14e27c0840742" PKG_LICENSE="LGPL" PKG_SITE="http://www.gtk.org/" PKG_URL="http://ftp.gnome.org/pub/gnome/sources/glib/$(get_pkg_version_maj_min)/${PKG_NAME}-${PKG_VERSION}.tar.xz" -PKG_DEPENDS_HOST="libffi:host Python3:host meson:host ninja:host" +PKG_DEPENDS_HOST="libffi:host pcre:host Python3:host meson:host ninja:host" PKG_DEPENDS_TARGET="toolchain pcre zlib libffi Python3:host util-linux" PKG_LONGDESC="A library which includes support routines for C such as lists, trees, hashes, memory allocation." PKG_TOOLCHAIN="meson"