From 51878b1122948cfebdfeb4fca3c03e5e6f66dabc Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 17 Oct 2023 12:29:11 -0500 Subject: [PATCH] mesa: Bump to 23.1.9, still unstable don't use :-) --- .../mesa/{mesa-23.1.1.recipe => mesa-23.1.9.recipe} | 10 +++++----- .../{mesa-23.1.1.patchset => mesa-23.1.9.patchset} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename sys-libs/mesa/{mesa-23.1.1.recipe => mesa-23.1.9.recipe} (96%) rename sys-libs/mesa/patches/{mesa-23.1.1.patchset => mesa-23.1.9.patchset} (100%) diff --git a/sys-libs/mesa/mesa-23.1.1.recipe b/sys-libs/mesa/mesa-23.1.9.recipe similarity index 96% rename from sys-libs/mesa/mesa-23.1.1.recipe rename to sys-libs/mesa/mesa-23.1.9.recipe index 59076c529..7d971fbb1 100644 --- a/sys-libs/mesa/mesa-23.1.1.recipe +++ b/sys-libs/mesa/mesa-23.1.9.recipe @@ -4,11 +4,11 @@ specification, which documents a system for rendering interactive \ 3D graphics. Mesa fills the role of the Haiku OpenGL kit, \ providing 3D rendering to Haiku applications." HOMEPAGE="https://www.mesa3d.org/" -COPYRIGHT="1999-2022 Brian Paul" +COPYRIGHT="1999-2023 Brian Paul" LICENSE="MIT" -REVISION="4" +REVISION="1" SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-${portVersion}.tar.xz" -CHECKSUM_SHA256="a2679031ed5b73b29c4f042ac64d96f83b0cfe4858617de32e2efc196c653a40" +CHECKSUM_SHA256="295ba27c28146ed09214e8ce79afa1659edf9d142decc3c91f804552d64f7510" PATCHES="mesa-$portVersion.patchset" ADDITIONAL_FILES="50_mesa.json" @@ -77,8 +77,8 @@ BUILD_REQUIRES=" devel:libvulkan$secondaryArchSuffix " BUILD_PREREQUIRES=" - python39$secondaryArchSuffix - mako_python39 + python310$secondaryArchSuffix + mako_python310 cmd:ninja cmd:bison cmd:find diff --git a/sys-libs/mesa/patches/mesa-23.1.1.patchset b/sys-libs/mesa/patches/mesa-23.1.9.patchset similarity index 100% rename from sys-libs/mesa/patches/mesa-23.1.1.patchset rename to sys-libs/mesa/patches/mesa-23.1.9.patchset