From ff4e225b51acb6c504b69690f825afbcc5db6831 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 3 Sep 2020 09:59:06 +0200 Subject: [PATCH 1/2] mesalib: Update version from 20.0.1 to 20.1.7 --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index ff43685e1..744c79385 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-20.0.1-0 +# BEE_VERSION mesalib-20.1.7-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 445d8aebc40fbfdf642273e48f35c1e07555b032 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 3 Sep 2020 13:57:23 +0200 Subject: [PATCH 2/2] mesalib: Patch SWR to fix crashes on non-AVX hardware Currently, Xvfb does not start on non-AVX hardware like *invidia*, causing the X.Org X Server tests to fail [1]. Apply the change [2] to fix the crashes. [1]: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3077 [2]: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6565 --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index 744c79385..6ed0124ae 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -15,7 +15,7 @@ SRCURL[0]="https://mesa.freedesktop.org/archive/mesa-${PKGVERSION}.tar.xz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/0001-swr-Fix-crashes-on-non-AVX-hardware.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not