diff --git a/sys-libs/mesa/mesa-21.2.3.recipe b/sys-libs/mesa/mesa-21.3.4.recipe similarity index 98% rename from sys-libs/mesa/mesa-21.2.3.recipe rename to sys-libs/mesa/mesa-21.3.4.recipe index 43304e7c5..d314f05bc 100644 --- a/sys-libs/mesa/mesa-21.2.3.recipe +++ b/sys-libs/mesa/mesa-21.3.4.recipe @@ -6,9 +6,9 @@ providing 3D rendering to Haiku applications." HOMEPAGE="https://www.mesa3d.org/" COPYRIGHT="1999-2021 Brian Paul" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-${portVersion}.tar.xz" -CHECKSUM_SHA256="7245284a159d2484770e1835a673e79e4322a9ddf43b17859668244946db7174" +CHECKSUM_SHA256="77104fd4a93bce69da3b0982f8ee88ba7c4fb98cfc491a669894339cdcd4a67d" SOURCE_DIR="mesa-${portVersion}" PATCHES="mesa-$portVersion.patchset" diff --git a/sys-libs/mesa/patches/mesa-21.2.3.patchset b/sys-libs/mesa/patches/mesa-21.3.4.patchset similarity index 97% rename from sys-libs/mesa/patches/mesa-21.2.3.patchset rename to sys-libs/mesa/patches/mesa-21.3.4.patchset index b97a3b074..2a8a62168 100644 --- a/sys-libs/mesa/patches/mesa-21.2.3.patchset +++ b/sys-libs/mesa/patches/mesa-21.3.4.patchset @@ -1,14 +1,14 @@ -From b76d3e30001c8500ca57fc5f300ae8ed246989f6 Mon Sep 17 00:00:00 2001 +From 05376c1bbe6f9aa24f5daf40f328e3ebc5b4b483 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 8 Aug 2021 22:34:39 +1000 Subject: Fix build for Haiku diff --git a/src/egl/main/egldisplay.c b/src/egl/main/egldisplay.c -index 765618f..50de2da 100644 +index 131fc22..7c96462 100644 --- a/src/egl/main/egldisplay.c +++ b/src/egl/main/egldisplay.c -@@ -53,6 +53,10 @@ +@@ -57,6 +57,10 @@ #include "eglimage.h" #include "eglsync.h" @@ -106,7 +106,7 @@ index 013e8be..a80c2f7 100644 2.30.2 -From 4c33cd8a70f8d1bbf17e33c8f19fed1562cdfa4d Mon Sep 17 00:00:00 2001 +From 6637bfad0cfd894584f267e9e32c88f40c175916 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 8 Aug 2021 22:35:54 +1000 Subject: Add any color_space support