changeset 6125:ae47b6fda5ac

mesa: update to v21.3.7 * src/mesa.mk: update version , checksum * src/mesa-1-meson.patch: removed * dist-files.mk: removed ref to deleted file
author John Donoghue <john.donoghue@ieee.org>
date Wed, 16 Mar 2022 10:03:10 -0400
parents e6a45e6653a8
children 257395bf0d31
files dist-files.mk src/mesa-1-meson.patch src/mesa.mk
diffstat 3 files changed, 2 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Tue Mar 15 14:39:55 2022 -0400
+++ b/dist-files.mk	Wed Mar 16 10:03:10 2022 -0400
@@ -331,7 +331,6 @@
   lzo.mk \
   matio.mk \
   mdbtools.mk \
-  mesa-1-meson.patch \
   mesa-2-ucrt.patch \
   mesa-proto.mk \
   mesa.mk \
--- a/src/mesa-1-meson.patch	Tue Mar 15 14:39:55 2022 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-Don't link to Win32 library libstdc++
-
-diff --git "a/meson.build" "b/meson.build"
-index eaaca7f..9b9d2d3 100644
---- "a/meson.build"	
-+++ "b/meson.build"
-@@ -1030,8 +1030,7 @@ if host_machine.system() == 'windows'
-     add_project_link_arguments(
-       '-Wl,--nxcompat',
-       '-Wl,--dynamicbase',
-       '-static-libgcc',
--      '-static-libstdc++',
-       language : ['c', 'cpp'],
-     )
-   endif
--- a/src/mesa.mk	Tue Mar 15 14:39:55 2022 -0400
+++ b/src/mesa.mk	Wed Mar 16 10:03:10 2022 -0400
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := mesa
-$(PKG)_VERSION  := 21.2.6
-$(PKG)_CHECKSUM := b7057fa4e57ae4155248b38b5085d083689ac94c
+$(PKG)_VERSION  := 21.3.7
+$(PKG)_CHECKSUM := 8e12e6aec2510c3f0d9858e5f4ccf4f1189074ca
 $(PKG)_SUBDIR   := mesa-$($(PKG)_VERSION)
 $(PKG)_FILE     := mesa-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)