From 5559bfbc3daa78f8acbaac3d0669636c7a46af0c Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sat, 21 Jan 2023 12:20:44 +0000 Subject: [PATCH] glmark2: update to 2023.01 --- packages/graphics/glmark2/package.mk | 4 ++-- .../glmark2-999.01-fix-gcc12.1-build.patch | 24 ------------------- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 packages/graphics/glmark2/patches/glmark2-999.01-fix-gcc12.1-build.patch diff --git a/packages/graphics/glmark2/package.mk b/packages/graphics/glmark2/package.mk index 37e5cf5796..f2580d2f83 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.12" -PKG_SHA256="9f111284b2ef1d3fce91928e249e6ca00796a036831b063a549a0f3b03557a95" +PKG_VERSION="2023.01" +PKG_SHA256="8fece3fc323b643644a525be163dc4931a4189971eda1de8ad4c1712c5db3d67" PKG_LICENSE="GPL-3.0-or-later" PKG_SITE="https://github.com/glmark2/glmark2" PKG_URL="https://github.com/glmark2/glmark2/archive/${PKG_VERSION}.tar.gz" diff --git a/packages/graphics/glmark2/patches/glmark2-999.01-fix-gcc12.1-build.patch b/packages/graphics/glmark2/patches/glmark2-999.01-fix-gcc12.1-build.patch deleted file mode 100644 index 3e60a442d1..0000000000 --- a/packages/graphics/glmark2/patches/glmark2-999.01-fix-gcc12.1-build.patch +++ /dev/null @@ -1,24 +0,0 @@ -From d1ca3f53c96dc8a4048b17dc16147a8fac782d4a Mon Sep 17 00:00:00 2001 -From: Alexandros Frantzis -Date: Mon, 14 Feb 2022 13:54:09 +0200 -Subject: [PATCH] libmatrix: Add missing include - -Fixes compilation with GCC 12. - -Fixes #169 ---- - src/libmatrix/program.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/libmatrix/program.h b/src/libmatrix/program.h -index f95b470..1c9de08 100644 ---- a/src/libmatrix/program.h -+++ b/src/libmatrix/program.h -@@ -15,6 +15,7 @@ - #include - #include - #include -+#include - #include "mat.h" - - // Simple shader container. Abstracts all of the OpenGL bits, but leaves