Update package version to 25.1.5

This commit is contained in:
2025-07-11 18:01:26 +03:00
parent 5ef1706431
commit 5efb53c2cd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: mesa name: mesa
description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more
version: 24.3.4 version: 25.1.5
url: https://www.mesa3d.org/ url: https://www.mesa3d.org/
license: MIT and BSD-3-Clause and SGI-B-2.0 license: MIT and BSD-3-Clause and SGI-B-2.0
architecture: any architecture: any
+2 -2
View File
@@ -24,8 +24,8 @@ build() {
--buildtype=release \ --buildtype=release \
-Dbuild-tests=true \ -Dbuild-tests=true \
-Dplatforms=x11,wayland \ -Dplatforms=x11,wayland \
-Dgallium-drivers=auto \ -Dgallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,llvmpipe,softpipe,iris,crocus,i915,zink,d3d12 \
-Dvulkan-drivers=auto \ -Dvulkan-drivers=amd,gfxstream,intel,intel_hasvk,nouveau,swrast,virtio,microsoft-experimental \
-Dglvnd=enabled \ -Dglvnd=enabled \
-Dvalgrind=enabled \ -Dvalgrind=enabled \
-Dvideo-codecs=all \ -Dvideo-codecs=all \