From 5ac0d2b38723d54e528e0181da0887269c236f00 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 15 Feb 2022 02:46:35 +0100 Subject: mesa: bump to 21.3.6 --- extra/mesa/build | 3 +-- extra/mesa/checksums | 3 ++- extra/mesa/files/pythonpath | 6 ++++++ extra/mesa/sources | 3 ++- extra/mesa/version | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) create mode 100755 extra/mesa/files/pythonpath (limited to 'extra/mesa') diff --git a/extra/mesa/build b/extra/mesa/build index 26d29fcb..460f8ac8 100755 --- a/extra/mesa/build +++ b/extra/mesa/build @@ -11,8 +11,7 @@ ) -pyver=$(python3 --version) pyver=${pyver##* } -PYTHONPATH="$PWD/mako/dist/usr/lib/python${pyver%.*}/site-packages:$(python -c "import sys; print(':'.join(sys.path))")" +PYTHONPATH=$(./pythonpath) export PYTHONPATH export DESTDIR="$1" diff --git a/extra/mesa/checksums b/extra/mesa/checksums index 9c948d2c..2fd56750 100644 --- a/extra/mesa/checksums +++ b/extra/mesa/checksums @@ -1,3 +1,4 @@ %BLAKE3 -b5d33d5fc16e1cca84cef581b6e67ea5a791b46093778a7b47b5c098ebe80724 mesa-21.3.3.tar.gz +dc10158a3b4c41073fce8cdb8b68fcd6cb6d9df6f38b244bb47de531c612244c mesa-21.3.6.tar.gz 6137ab643355c5770cacdc1999d0026e8a5e7437a052c31ca7170e98b9c2c3c9 Mako-1.1.1.tar.gz +f8dd3db221098d462b08038180a5a9341f9df9e0bda97bdb072402ff865978af pythonpath diff --git a/extra/mesa/files/pythonpath b/extra/mesa/files/pythonpath new file mode 100755 index 00000000..563786ed --- /dev/null +++ b/extra/mesa/files/pythonpath @@ -0,0 +1,6 @@ +#!/usr/bin/python3 +import os +import sys + +print("%s/mako/dist/usr/lib/python%d.%d/site-packages:%s" + % (os.getcwd(), sys.version_info.major, sys.version_info.minor, ':'.join(sys.path))) diff --git a/extra/mesa/sources b/extra/mesa/sources index d6438eaf..b0ed5426 100644 --- a/extra/mesa/sources +++ b/extra/mesa/sources @@ -1,2 +1,3 @@ -https://github.com/mesa3d/mesa/archive/mesa-21.3.3.tar.gz +https://github.com/mesa3d/mesa/archive/mesa-21.3.6.tar.gz https://files.pythonhosted.org/packages/source/M/Mako/Mako-1.1.1.tar.gz mako +files/pythonpath diff --git a/extra/mesa/version b/extra/mesa/version index b899d5de..503522fa 100644 --- a/extra/mesa/version +++ b/extra/mesa/version @@ -1 +1 @@ -21.3.3 1 +21.3.6 1 -- cgit v1.2.3