Package Details: lib32-amdonly-gaming-mesa-git 25.0.0_devel.199912.731138386a5.d41d8cd-1

Git Clone URL: https://aur.archlinux.org/lib32-mesa-amdonly-gaming-git.git (read-only, click to copy)
Package Base: lib32-mesa-amdonly-gaming-git
Description: An open-source implementation of the OpenGL specification (32-bit)
Upstream URL: https://www.mesa3d.org/
Licenses: LicenseRef-mesa
Conflicts: lib32-mesa, lib32-mesa-libgl
Provides: lib32-libva-driver, lib32-libva-mesa-driver, lib32-mesa, lib32-mesa-libgl, lib32-mesa-vdpau, lib32-opengl-driver, lib32-vdpau-driver
Submitter: NeroReflex
Maintainer: NeroReflex (DexterHaxxor, ChrisLane)
Last Packager: NeroReflex
Votes: 8
Popularity: 0.003232
First Submitted: 2023-02-27 23:13 (UTC)
Last Updated: 2025-01-11 15:37 (UTC)

Dependencies (48)

Required by (89)

Sources (2)

Latest Comments

1 2 3 Next › Last »

NeroReflex commented on 2025-01-12 13:34 (UTC)

vdoau and libva are now part of the main package instead of being split, following archlinux standard.

jacekk90 commented on 2025-01-11 19:15 (UTC) (edited on 2025-01-11 19:17 (UTC) by jacekk90)

with this numbers of versions is everything OK? It isn't the same what I was having while installation. Dependences are OK when you install from amdonly-gaming-mesa-git. For better orderliness if with update is some problems always i use "lib32-" word but this time it is fatality of dependences. vdpau and libva longer is not anavaiable from this packages? Radeon Pro now is supported form blas? ( I want only play with VR gogles and I have two Radeons 6000 but it is Navi 24 and 22 )

NeroReflex commented on 2025-01-11 15:37 (UTC)

It's done

tyrheimdal commented on 2025-01-11 14:16 (UTC)

This should fix it until the package provides() is fixed.

cat <<'EOF' > lib32-mesa-missing.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6da4c4e..c6cca1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
 # Contributor: Diego Jose <diegoxter1006@gmail.com>

 pkgbase=lib32-mesa-amdonly-gaming-git
-pkgver=25.0.0_devel.199912.731138386a5.d41d8cd
+pkgver=25.0.0_devel.199966.710624fcc04.d41d8cd
 options=(!lto) # LTO is bad for mesa, makes random applications crash on my system

 pkgname=(
@@ -325,6 +325,7 @@ package_lib32-amdonly-gaming-mesa-git() {
     'opengl-man-pages: for the OpenGL API man pages'
   )
   provides=(
+    "lib32-mesa"
     "lib32-libva-mesa-driver=$epoch:$pkgver-$pkgrel"
     "lib32-mesa-libgl=$epoch:$pkgver-$pkgrel"
     "lib32-mesa-vdpau=$epoch:$pkgver-$pkgrel"
EOF

$ patch -p1 < lib32-mesa-missing.patch

tyrheimdal commented on 2025-01-09 22:16 (UTC)

@derfehler it's only lib32-mesa missing, lib32-mesa-libgl is in the provided list of lib32-amdonly-gaming-mesa-git.

derfehler commented on 2025-01-09 20:04 (UTC)

please add entries for lib32-mesa and lib32-mesa-libgl to the provides section as some packages require them

NeroReflex commented on 2024-02-17 21:11 (UTC)

@DexterHaxxor this time I have taken the time to make configuration equals: not only that I removed everything that is used only when the gpu driver displayed is not "AMD" so I removed vmware, virtio and virgl, from lib32 version as well as the main one.

DexterHaxxor commented on 2024-02-17 18:56 (UTC)

There is another build issue exclusive to the 32-bit version, due to an apparent oversight in the meson.build file. The fix is adding -D intel-rt=false to the list of build parameters.

NeroReflex commented on 2024-02-15 21:32 (UTC)

@DexterHaxxor thank you for doing that. I haven't tried removing it. I have disabled intel gallium-driver as well as used "all" in video codecs as well as enabling vulkan beta extensions on this lib32 version too