mesa: update to 24.1.5

Closes: #51588 [via git-merge-pr]

enable lavapipe

Co-authored-by: Daniel Martinez <danielmartinez@cock.li>

Closes: #51801 [via git-merge-pr]
This commit is contained in:
SpidFightFR 2024-08-01 11:38:18 +02:00 committed by classabbyamp
parent b8725a6082
commit f406874de4
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
2 changed files with 13 additions and 3 deletions

View File

@ -0,0 +1 @@
mesa

View File

@ -1,6 +1,6 @@
# Template file for 'mesa'
pkgname=mesa
version=24.1.4
version=24.1.5
revision=1
build_style=meson
_llvmver=18
@ -24,7 +24,7 @@ license="MIT, LGPL-2.1-or-later"
homepage="https://www.mesa3d.org/"
changelog="https://docs.mesa3d.org/relnotes.html"
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
checksum=7cf7c6f665263ad0122889c1d4b076654c1eedea7a2f38c69c8c51579937ade1
checksum=02761ffd965dd64b95421ebfca1191d73724aba00f30034009237564f34cf976
build_options="wayland"
build_options_default="wayland"
@ -49,7 +49,8 @@ replaces="libGL>=10_1<19.2.5_2 libEGL>=10_1<19.2.5_2 libGLES>=10_1<19.2.5_2"
# swrast always present
_gallium_drivers=" -Dgallium-drivers=swrast"
_vulkan_drivers=" -Dvulkan-drivers="
_vulkan_drivers=" -Dvulkan-drivers=swrast"
subpackages+=" mesa-vulkan-lavapipe"
# amd and nvidia drivers on all platforms except where it makes no sense
# amd implicitly enables clover opencl, also enable hwdec and virgl too
@ -363,6 +364,14 @@ mesa-vulkan-freedreno_package() {
}
}
mesa-vulkan-lavapipe_package() {
short_desc="Mesa Lavapipe Vulkan driver"
pkg_install() {
vmove "usr/share/vulkan/icd.d/lvp_icd*.json"
vmove "usr/lib/libvulkan_lvp*.so"
}
}
mesa-vulkan-overlay-layer_package() {
short_desc="Vulkan layer to display information about the running application"
pkg_install() {