summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-05-30 16:27:39 -0400
committerMatt Turner <mattst88@gentoo.org>2024-05-30 16:28:52 -0400
commit6c0050760b497487e548b06f2eee526193b9c892 (patch)
tree956428dbd7e24d7037a1877d3eaf5a00bb3b5a17
parentx11-misc/envytools: Remove (diff)
downloadx11-6c0050760b497487e548b06f2eee526193b9c892.tar.gz
x11-6c0050760b497487e548b06f2eee526193b9c892.tar.bz2
x11-6c0050760b497487e548b06f2eee526193b9c892.zip
app-benchmarks/glmark2: Version bump to 2023.01HEADmaster
Closes: https://bugs.gentoo.org/932788 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--app-benchmarks/glmark2/Manifest2
-rw-r--r--app-benchmarks/glmark2/glmark2-2023.01.ebuild (renamed from app-benchmarks/glmark2/glmark2-2021.12.ebuild)10
2 files changed, 4 insertions, 8 deletions
diff --git a/app-benchmarks/glmark2/Manifest b/app-benchmarks/glmark2/Manifest
index 98cedf51..41c14131 100644
--- a/app-benchmarks/glmark2/Manifest
+++ b/app-benchmarks/glmark2/Manifest
@@ -1 +1 @@
-DIST glmark2-2021.12.tar.gz 9360052 BLAKE2B 6a5b16941c340a4b682ef6d606b811b740406af7b8fb95a3c5f04e4ff10bf4ff0f25227e171fc2f5d55fde229da1ce23fc986b1c4eae5019840939bb7b9389a3 SHA512 d1840e6213e27ead650987ff4945ef76276d900d2ff0c08e008e806b98b24d73d77c5fb248017590d9cc3c9293b2a5074d644f5e8473b8e655e0aedd55155eda
+DIST glmark2-2023.01.tar.gz 9366116 BLAKE2B ba52e2ddfaf8176dfda86f1accaed3afeab40fc3426bd334552033870860e05af5b745e7e3edc632935b7a507eeb89c9f7f02a6b1567ce5ddb00bc60c3832e6d SHA512 5aaad56bb341e9c09d8dc78ac8d07d9af39f2414a158fd6e7c2717db2427d1b353408a874a8f38065e241474c674e8220d001652a5dd5a6c893ffe778cff9006
diff --git a/app-benchmarks/glmark2/glmark2-2021.12.ebuild b/app-benchmarks/glmark2/glmark2-2023.01.ebuild
index 28e00b55..fbdb74af 100644
--- a/app-benchmarks/glmark2/glmark2-2021.12.ebuild
+++ b/app-benchmarks/glmark2/glmark2-2023.01.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit meson
@@ -18,7 +18,7 @@ RDEPEND="
virtual/jpeg:0=
media-libs/libpng:0=
- gles2? ( media-libs/mesa[gles2?] )
+ gles2? ( media-libs/mesa[gles2(+)?] )
drm? (
x11-libs/libdrm
media-libs/mesa[gbm(+)]
@@ -39,10 +39,6 @@ BDEPEND="
REQUIRED_USE="|| ( opengl gles2 )
|| ( drm wayland X )"
-PATCHES=(
- "${FILESDIR}"/${PV}-libmatrix-Add-missing-utility-include.patch
-)
-
src_configure() {
local flavors=()