The dependency requirement is out of date.
Search Criteria
Package Details: lib32-mesa-git 23.3.0_devel.174368.69101c72f37.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-mesa-vdpau, lib32-vulkan-intel, lib32-vulkan-mesa-layer, lib32-vulkan-radeon |
Provides: | lib32-libva-mesa-driver, lib32-mesa, lib32-mesa-libgl, lib32-mesa-vdpau, lib32-opengl-driver, lib32-vulkan-driver, lib32-vulkan-intel, lib32-vulkan-mesa-layer, lib32-vulkan-radeon |
Submitter: | None |
Maintainer: | rjahanbakhshi (Lone_Wolf) |
Last Packager: | rjahanbakhshi |
Votes: | 44 |
Popularity: | 0.009277 |
First Submitted: | 2009-12-18 18:42 (UTC) |
Last Updated: | 2023-08-30 07:49 (UTC) |
Dependencies (27)
- glslang (glslang-minimal-git, glslang-git)
- lib32-gcc-libs (lib32-gccrs-libs-git, lib32-gcc-libs-git)
- lib32-libdrm (lib32-libdrm-git)
- lib32-libelf
- lib32-libunwind (lib32-libunwind-git)
- lib32-libxdamage
- lib32-libxshmfence
- lib32-libxxf86vm
- lib32-llvm-libs (lib32-llvm-libs-git, lib32-llvm-libs-minimal-git)
- lib32-lm_sensors
- lib32-vulkan-icd-loader (lib32-vulkan-icd-loader-git)
- lib32-wayland (lib32-wayland-git)
- lib32-zstd
- mesa-git
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- lib32-libglvnd (lib32-libglvnd-git) (make)
- lib32-libva (lib32-libva-minimal-git) (make)
- lib32-libvdpau (make)
- lib32-libx11 (make)
- lib32-libxml2 (make)
- Show 7 more dependencies...
Required by (107)
- com.qq.weixin.work.deepin (requires lib32-mesa)
- com.qq.weixin.work.deepin-x11 (requires lib32-mesa)
- deepin-wine5-i386 (requires lib32-mesa)
- deepin-wine5-stable-i386 (requires lib32-mesa)
- deepin-wine6-stable (requires lib32-mesa)
- deepin.com.dingtalk.com (requires lib32-mesa)
- donkey-me (requires lib32-mesa)
- dott (requires lib32-mesa-libgl)
- efmb (requires lib32-mesa)
- enemy-territory (requires lib32-mesa)
- epsxe-plugin-gpu-xgl2 (requires lib32-mesa)
- frozensynapse-hib (requires lib32-mesa)
- grim-fandango (requires lib32-mesa)
- jumpman (requires lib32-mesa)
- leagueoflegends-git (requires lib32-vulkan-intel) (optional)
- leagueoflegends-git (requires lib32-vulkan-radeon) (optional)
- leagueoflegends-git (requires lib32-vulkan-driver)
- legendofdungeon (requires lib32-mesa-libgl)
- legendofdungeon (requires lib32-mesa)
- lib32-allegro (requires lib32-mesa) (make)
- Show 87 more...
Sources (3)
laichiaheng commented on 2023-08-29 12:55 (UTC)
Lone_Wolf commented on 2023-08-14 09:21 (UTC) (edited on 2023-08-14 09:22 (UTC) by Lone_Wolf)
adding rusticl support for this package is impossible until 2 conditions are met :
-
packages for libclc & spirv-llvm-translator versions built against aur llvm-git are added to aur
-
lib32- variants for those 2 and one additonal package are created for aur lib32-llvm-git , lib32-minimal-git and lordheavy mesa-git repo .
For details check the comments on the mesa-git pages.
intel-xe-kmd enables support for the new intel Xe Kernel module. That kernel module is for the time being only available as an out of tree module.
Is there even an aur package for this kernel module ? If not, the option is only useful for developers.
If without that kernel module present , wtihout kernel only
lyamc commented on 2023-08-13 23:12 (UTC)
Can you update this so that it better matches the lib32-mesa package? For instance (note I added the new intel xe driver):
build () {
export PKG_CONFIG=/usr/bin/i686-pc-linux-gnu-pkg-config
meson setup mesa _build \
--cross-file lib32 \
-D b_lto=true \
-D b_ndebug=true \
-D buildtype=plain \
--wrap-mode=nofallback \
-D prefix=/usr \
-D sysconfdir=/etc \
--libdir=/usr/lib32 \
-D platforms=x11,wayland \
-D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,i915,iris,crocus,zink \
-D vulkan-drivers=amd,intel,swrast,virtio,intel_hasvk \
-D dri3=enabled \
-D egl=enabled \
-D gallium-extra-hud=true \
-D vulkan-layers=device-select,overlay,intel-nullhw \
-D gallium-nine=true \
-D gallium-omx=disabled \
-D gallium-opencl=disabled \
-D gallium-rusticl=true \
-D gallium-va=enabled \
-D gallium-vdpau=enabled \
-D gallium-xa=enabled \
-D gbm=enabled \
-D gles1=disabled \
-D gles2=enabled \
-D glvnd=true \
-D glx=dri \
-D libunwind=enabled \
-D llvm=enabled \
-D rust_std=2021 \
-D lmsensors=enabled \
-D intel-clc=enabled \
-D intel-xe-kmd=enabled \
-D osmesa=true \
-D opencl-spirv=true \
-D shared-glapi=enabled \
-D valgrind=disabled \
-D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc \
-D tools=[] \
-D zstd=enabled \
-D microsoft-clc=disabled
CFLAGS+=' -g1'
CXXFLAGS+=' -g1'
export BINDGEN_EXTRA_CLANG_ARGS="-m32"
meson configure --no-pager _build
# Evil: Hack build to make proc-macro crate native
sed -e '/^rule rust_COMPILER$/irule rust_HACK\n command = rustc -C linker=gcc $ARGS $in\n deps = gcc\n depfile = $targetdep\n description = Compiling native Rust source $in\n' \
-e '/^build src\/gallium\/frontends\/rusticl\/librusticl_proc_macros\.so:/s/rust_COMPILER/rust_HACK/' \
-e '/^ LINK_ARGS =/s/ src\/gallium\/frontends\/rusticl\/librusticl_proc_macros\.so//' \
-i _build/build.ninja
ninja $NINJAFLAGS -C _build
MarsSeed commented on 2023-07-10 17:53 (UTC)
Please implement a proper pkgver()
function as per Arch guidelines.
HurricanePootis commented on 2023-06-28 03:46 (UTC)
Hello, please add the following patch to lib32-mesa-git
. The package lib32-mesa
has this option, and I figured it is best that lib32-mesa-git
keep parity with lib32-mesa
. I have also left a comment on mesa-git
on changes to it that I believe should be done to keep it in parity with mesa
diff --git a/PKGBUILD b/PKGBUILD
index 336bea1..a126671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -137,7 +137,7 @@ build () {
-D dri3=enabled \
-D egl=enabled \
-D gallium-extra-hud=true \
- -D vulkan-layers=device-select,overlay \
+ -D vulkan-layers=device-select,overlay,intel-nullhw \
-D gallium-nine=true \
-D gallium-omx=disabled \
-D gallium-opencl=disabled \
Billli11 commented on 2023-05-04 06:20 (UTC)
virtio-experimental
has been changed to virtio
in vulkan-drivers
(merge_requests: 22547)
Please update.
jarrodfarrell commented on 2023-01-27 09:46 (UTC)
Pardon the flag. Turns out I didn't pull the repository after a long night of system issues.
rjahanbakhshi commented on 2023-01-20 15:33 (UTC)
@artek, @nissen22,
Thanks, The update for.SRCINFO was missing in the commit by mistake. Fixed now.
Pinned 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.