Package Details: lib32-mesa-git 26.0.0_devel.214240.b2badb2b241.d41d8cd-1

Git Clone URL: https://aur.archlinux.org/lib32-mesa-git.git (read-only, click to copy)
Package Base: lib32-mesa-git
Description: an open-source implementation of the OpenGL specification, git version
Upstream URL: https://www.mesa3d.org
Licenses: custom
Conflicts: lib32-libva-mesa-driver, lib32-mesa, lib32-mesa-libgl, lib32-vulkan-intel, lib32-vulkan-mesa-device-select, lib32-vulkan-mesa-layers, lib32-vulkan-radeon
Provides: lib32-libva-mesa-driver, lib32-mesa, lib32-mesa-libgl, lib32-opengl-driver, lib32-vulkan-driver, lib32-vulkan-intel, lib32-vulkan-mesa-device-select, lib32-vulkan-mesa-layers, lib32-vulkan-radeon
Submitter: None
Maintainer: rjahanbakhshi (Lone_Wolf)
Last Packager: rjahanbakhshi
Votes: 45
Popularity: 0.040250
First Submitted: 2009-12-18 18:42 (UTC)
Last Updated: 2025-10-30 09:01 (UTC)

Required by (82)

Sources (3)

Pinned Comments

Lone_Wolf commented on 2024-02-14 11:49 (UTC)

Mesa commit b52e25d3 breaks intel iris & anv build UNLESS OpenCL support is present.

Incase you don't need those drivers, a temporary workaround is to disable them.

lib32-mesa-minimal-git is also affected.

Lone_Wolf commented on 2023-11-02 16:03 (UTC) (edited on 2023-11-02 16:05 (UTC) by Lone_Wolf)

@RPINerd in https://aur.archlinux.org/packages/lib32-mesa-git#comment-941648

Users of this package are supposed to (re)build lib32-mesa-git everytime mesa-git changes to avoid such issues.

I'm certain I have stated that in the past, but it may have been lost in the older pages of comments.

Lone_Wolf commented on 2019-05-09 13:30 (UTC)

This package now uses an environment variable to determine which llvm package it will be built against. Check PKGBUILD for details.

Latest Comments

1 2 3 4 5 6 .. 33 Next › Last »

rjahanbakhshi commented on 2025-10-30 09:40 (UTC)

@shanoaice

lib32-vulkan-mesa-device-select is now in provides and conflicts list.

shanoaice commented on 2025-10-30 06:56 (UTC)

error: failed to commit transaction (conflicting files)
lib32-mesa-git: /usr/lib32/libVkLayer_MESA_device_select.so exists in filesystem (owned by lib32-vulkan-mesa-device-select)

Seems like this package is missing provides and conflicts with lib32-vulkan-mesa-device-select.

Billli11 commented on 2025-09-11 08:37 (UTC)

New Problem, the package can no longer install with mesa-git due to both having /usr/share/vulkan/implicit_layer.d/VkLayer_MESA_anti_lag.json

(2/2) loading package files                                                                                                                      [----------------------------------------------------------------------------------------] 100%
(2/2) checking for file conflicts                                                                                                                [----------------------------------------------------------------------------------------] 100%
error: failed to commit transaction (conflicting files)
/usr/share/vulkan/implicit_layer.d/VkLayer_MESA_anti_lag.json exists in both 'mesa-git' and 'lib32-mesa-git'
Errors occurred, no packages were upgraded.

Removing the file from lib32-mesa-git should fix the problem.

diff --git a/PKGBUILD b/PKGBUILD
index 024d0da..8deea2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -223,6 +223,7 @@ package() {
     rm -rf "$pkgdir"/usr/share/drirc.d/
     rm -rf "$pkgdir"/usr/share/vulkan/explicit_layer.d/
     rm -rf "$pkgdir"/usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
+    rm -rf "$pkgdir"/usr/share/vulkan/implicit_layer.d/VkLayer_MESA_anti_lag.json

     # remove script file from /usr/bin
     # https://gitlab.freedesktop.org/mesa/mesa/issues/2230

Billli11 commented on 2025-09-10 15:57 (UTC) (edited on 2025-09-10 16:04 (UTC) by Billli11)

VDPAU support has been removed

https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36632

Source dir: /tmp/makepkg/lib32-mesa-git/src/mesa
Build dir: /tmp/makepkg/lib32-mesa-git/src/_build
Build type: native build

mesa/meson.build:4:0: ERROR: Unknown option: "gallium-vdpau".

A full log can be found at /tmp/makepkg/lib32-mesa-git/src/_build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...

MonterraByte commented on 2025-08-21 03:04 (UTC)

Can the anti-lag Vulkan layer be added? (mesa-git has it.)

Billli11 commented on 2025-07-21 21:55 (UTC)

lib32-llvm and lib32-llvm-libs has been updated to 1:20.1.8-1 in stable repo.
And the PKGBUILD require update to build.

lib32-llvm
lib32-llvm-libs

lib32 version of llvm-libs do not tagged to provide libLLVM.so.20.1

Lone_Wolf commented on 2025-07-16 11:37 (UTC)

@angrytux :

Looks like a mistake, corrected now.

angrytux commented on 2025-07-03 19:45 (UTC) (edited on 2025-07-03 19:46 (UTC) by angrytux)

Is there a reason for the missing codecs part (-D video-codecs=all) in the PKGBUILD?

Mesa-git includes this in the build. Only noticed since vaapi hw encoding doesn´t work in steam game recording.

Billli11 commented on 2025-07-02 08:08 (UTC) (edited on 2025-07-02 08:09 (UTC) by Billli11)

Currently (2025-07-02 08:04:58+00:00) both lib32-llvm and lib32-llvm-libs is not updated to 1:20.1.7 in the stable repo.
There are no 1:20.1.7 in testing either.

https://archlinux.org/packages/multilib/x86_64/lib32-llvm/
https://archlinux.org/packages/multilib/x86_64/lib32-llvm-libs/

Billli11 commented on 2025-06-09 13:27 (UTC)

lib32-llvm and lib32-llvm-libs has been updated to 1:20.1.6-1 in stable repo.
And the PKGBUILD require update to build.

lib32-llvm
lib32-llvm-libs