From 6a978c5845e7a2fdc03fe64be7d7c1520e3bf83f Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 17:10:05 -0400 Subject: [PATCH] =?UTF-8?q?updater-mesa-25.2.2=20=E2=80=94=20mesa=20?= =?UTF-8?q?=E2=86=92=2025.2.2=20(#12685)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add unbuilt mesa to updater-mesa-25.2.2 * updater-mesa-25.2.2: Build Run on linux/arm/v7. * updater-mesa-25.2.2: Build Run on linux/amd64. * updater-mesa-25.2.2: Package File Update Run on linux/amd64 container. --------- Co-authored-by: satmandu Co-authored-by: chromebrew-actions[bot] --- manifest/armv7l/m/mesa.filelist | 4 ++-- manifest/x86_64/m/mesa.filelist | 4 ++-- packages/mesa.rb | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest/armv7l/m/mesa.filelist b/manifest/armv7l/m/mesa.filelist index b4cb07b87d..b847bd289c 100644 --- a/manifest/armv7l/m/mesa.filelist +++ b/manifest/armv7l/m/mesa.filelist @@ -1,4 +1,4 @@ -# Total size: 87701232 +# Total size: 87709288 /usr/local/include/EGL/eglext_angle.h /usr/local/include/EGL/eglmesaext.h /usr/local/include/GL/internal/dri_interface.h @@ -68,7 +68,7 @@ /usr/local/lib/libGLX_mesa.so /usr/local/lib/libGLX_mesa.so.0 /usr/local/lib/libGLX_mesa.so.0.0.0 -/usr/local/lib/libgallium-25.2.1.so +/usr/local/lib/libgallium-25.2.2.so /usr/local/lib/libgbm.so /usr/local/lib/libgbm.so.1 /usr/local/lib/libgbm.so.1.0.0 diff --git a/manifest/x86_64/m/mesa.filelist b/manifest/x86_64/m/mesa.filelist index 29d5c0bb62..7eda77e5dd 100644 --- a/manifest/x86_64/m/mesa.filelist +++ b/manifest/x86_64/m/mesa.filelist @@ -1,4 +1,4 @@ -# Total size: 122749178 +# Total size: 122764970 /usr/local/include/EGL/eglext_angle.h /usr/local/include/EGL/eglmesaext.h /usr/local/include/GL/internal/dri_interface.h @@ -31,7 +31,7 @@ /usr/local/lib64/libGLX_mesa.so /usr/local/lib64/libGLX_mesa.so.0 /usr/local/lib64/libGLX_mesa.so.0.0.0 -/usr/local/lib64/libgallium-25.2.1.so +/usr/local/lib64/libgallium-25.2.2.so /usr/local/lib64/libgbm.so /usr/local/lib64/libgbm.so.1 /usr/local/lib64/libgbm.so.1.0.0 diff --git a/packages/mesa.rb b/packages/mesa.rb index 67ede8c79e..cfb18147ee 100644 --- a/packages/mesa.rb +++ b/packages/mesa.rb @@ -3,7 +3,7 @@ require 'buildsystems/meson' class Mesa < Meson description 'Open-source implementation of the OpenGL specification' homepage 'https://www.mesa3d.org' - version "25.2.1-#{CREW_LLVM_VER}" + version "25.2.2-#{CREW_LLVM_VER}" license 'MIT' compatibility 'aarch64 armv7l x86_64' source_url 'https://gitlab.freedesktop.org/mesa/mesa.git' @@ -11,9 +11,9 @@ class Mesa < Meson binary_compression 'tar.zst' binary_sha256({ - aarch64: '64c4babd0cd5b38a53e0657df64b2ae5cd7cddc39aab6fa815fe83863f07b76e', - armv7l: '64c4babd0cd5b38a53e0657df64b2ae5cd7cddc39aab6fa815fe83863f07b76e', - x86_64: 'ffb678baec5074f742b5fad7a349459f0f00566386b00908e1f9ed37a48e59fd' + aarch64: '0501b19123f10c1ca89fcf8fae478eca9564871ad1bb4b1c3646f76ba834ff87', + armv7l: '0501b19123f10c1ca89fcf8fae478eca9564871ad1bb4b1c3646f76ba834ff87', + x86_64: '3a0935e42e8f75126a85372a019a3d20050195930f5fe594dcd59e9b3bb5c0a9' }) depends_on 'elfutils' # R