From 683c61115648aec9368041ae696ee9bf710b147f Mon Sep 17 00:00:00 2001 From: heitbaum Date: Fri, 24 Dec 2021 23:59:51 +0000 Subject: [PATCH 1/2] glmark2: update to 2021.12 glmark2 2021.12 (20211223) ========================== * Fix crash with NVIDIA OpenGL driver. * Fix issues when running with the Wayland backend under Sway. * Gracefully handle missing GL features. * Fix model loading on big-endian systems. * Support EGL versions < 1.4. * Fix crash with the DRM backend when we can't become DRM master. --- packages/graphics/glmark2/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphics/glmark2/package.mk b/packages/graphics/glmark2/package.mk index 4e2bd62566..e91713262d 100644 --- a/packages/graphics/glmark2/package.mk +++ b/packages/graphics/glmark2/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="glmark2" -PKG_VERSION="2021.02" -PKG_SHA256="bebadb78c13aea5e88ed892e5563101ccb745b75f1dc86a8fc7229f00d78cbf1" +PKG_VERSION="2021.12" +PKG_SHA256="9f111284b2ef1d3fce91928e249e6ca00796a036831b063a549a0f3b03557a95" PKG_LICENSE="GPLv3" PKG_SITE="https://github.com/glmark2/glmark2" PKG_URL="https://github.com/glmark2/glmark2/archive/${PKG_VERSION}.tar.gz" From 301e0bbc8580e0f0a983d191b35b726490764cb2 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 1 Jan 2022 01:22:46 +0000 Subject: [PATCH 2/2] vadumpcaps: update githash to 2022-01-01 log: https://github.com/fhvwy/vadumpcaps/compare/fb4dfef76c0fa08f853af377d5d4945d5fb3001c...38a446e33de5e65f0e5d263dd9a262a4e316a461 --- packages/debug/vadumpcaps/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/debug/vadumpcaps/package.mk b/packages/debug/vadumpcaps/package.mk index 14fc9bd850..26751f7075 100644 --- a/packages/debug/vadumpcaps/package.mk +++ b/packages/debug/vadumpcaps/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv) PKG_NAME="vadumpcaps" -PKG_VERSION="fb4dfef76c0fa08f853af377d5d4945d5fb3001c" -PKG_SHA256="4362084e366ef66dc6bd9336baa570a5b459dade57783b24001b2847818a8b69" +PKG_VERSION="38a446e33de5e65f0e5d263dd9a262a4e316a461" +PKG_SHA256="04847fcae7ed5529371c3ff27518e6ef4623db65955ad6c7633a538c6b2aeae8" PKG_LICENSE="GPL" PKG_SITE="https://github.com/fhvwy/vadumpcaps" PKG_URL="https://github.com/fhvwy/vadumpcaps/archive/${PKG_VERSION}.tar.gz"