ports: Update mesa 25.0.7->26.1.4

This required bringing back osmesa code from 25.0.7 which was the last
version where it was supported. Seems to work fine though
This commit is contained in:
2026-07-05 07:40:27 +03:00
parent bfad22211f
commit e78fcf63b6
9 changed files with 1771 additions and 112 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash ../install.sh
NAME='mesa'
VERSION='25.0.7'
DOWNLOAD_URL="https://archive.mesa3d.org/mesa-$VERSION.tar.xz#592272df3cf01e85e7db300c449df5061092574d099da275d19e97ef0510f8a6"
VERSION='26.1.4'
DOWNLOAD_URL="https://archive.mesa3d.org/mesa-$VERSION.tar.xz#072705caa9adf4740f1489194b13e278ad959166863b5271fe423a86353c9ab6"
DEPENDENCIES=('zlib' 'zstd' 'expat' 'libX11' 'libXext')
CONFIGURE_OPTIONS=(
'-Dprefix=/usr'