I no longer use this, stepping down as co-maintainer.
Search Criteria
Package Details: lib32-mesa-git 26.0.0_devel.214240.b2badb2b241.d41d8cd-1
Package Actions
| 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 |
| Last Packager: | rjahanbakhshi |
| Votes: | 46 |
| Popularity: | 0.57 |
| First Submitted: | 2009-12-18 18:42 (UTC) |
| Last Updated: | 2025-10-30 09:01 (UTC) |
Dependencies (39)
- glslang (glslang-gitAUR)
- lib32-clang (lib32-llvm-gitAUR, lib32-clang-minimal-gitAUR)
- lib32-expat
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR, lib32-glibc-git-native-pgoAUR)
- lib32-libdrm (lib32-libdrm-gitAUR, lib32-libdrm-ps4AUR)
- lib32-libelf
- lib32-libunwind
- lib32-libx11
- lib32-libxcb (lib32-libxcb-gitAUR)
- lib32-libxdamage
- lib32-libxext
- lib32-libxfixes
- lib32-libxshmfence
- lib32-libxxf86vm
- lib32-llvm-libs (lib32-llvm-libs-gitAUR, lib32-llvm-libs-minimal-gitAUR)
- lib32-lm_sensors
- lib32-spirv-llvm-translator (lib32-spirv-llvm-translator-gitAUR, lib32-spirv-llvm-translator-minimal-gitAUR)
- lib32-spirv-tools (lib32-spirv-tools-gitAUR)
- lib32-vulkan-icd-loader (lib32-vulkan-icd-loader-gitAUR)
- Show 19 more dependencies...
Required by (93)
- counter-strike-2d (requires lib32-mesa) (optional)
- day-of-the-tentacle-remastered-bin (requires lib32-mesa-libgl)
- deepin-wine6-stable (requires lib32-mesa)
- donkey-me (requires lib32-mesa)
- dott (requires lib32-mesa-libgl)
- dwproton-bin (requires lib32-vulkan-driver)
- dwproton-signed-bin (requires lib32-vulkan-driver)
- enemy-territory (requires lib32-mesa)
- epsxe-plugin-gpu-xgl2 (requires lib32-mesa)
- etlegacy32-bin (requires lib32-mesa)
- frozensynapse-hib (requires lib32-mesa)
- gallium-nine-git (requires lib32-mesa)
- gallium-nine-git (requires lib32-mesa) (make)
- grim-fandango (requires lib32-mesa)
- jumpman (requires lib32-mesa)
- kasmvncserver-bin (requires lib32-mesa)
- legendofdungeon (requires lib32-mesa-libgl)
- legendofdungeon (requires lib32-mesa)
- lib32-amdonly-gaming-vulkan-radeon-git (requires lib32-vulkan-mesa-layers) (optional)
- lib32-ffmpeg (requires lib32-mesa) (make)
- Show 73 more...
Sources (3)
Lone_Wolf commented on 2026-05-02 10:26 (UTC)
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 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/
Pinned Comments
Lone_Wolf commented on 2026-05-02 10:26 (UTC)
I no longer use this, stepping down as co-maintainer.
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.