Merge pull request #7423 from heitbaum/glmark2

glmark2: update to 2023.01
This commit is contained in:
CvH 2023-01-28 12:03:10 +01:00 committed by GitHub
commit 033ef97c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 26 deletions

View File

@ -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"

View File

@ -1,24 +0,0 @@
From d1ca3f53c96dc8a4048b17dc16147a8fac782d4a Mon Sep 17 00:00:00 2001
From: Alexandros Frantzis <alexandros.frantzis@collabora.com>
Date: Mon, 14 Feb 2022 13:54:09 +0200
Subject: [PATCH] libmatrix: Add missing <utility> 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 <string>
#include <vector>
#include <map>
+#include <utility>
#include "mat.h"
// Simple shader container. Abstracts all of the OpenGL bits, but leaves