mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/mesa to 22.0.2-1
This commit is contained in:
parent
90e54b229b
commit
6a4ccc6d26
1 changed files with 4 additions and 3 deletions
|
@ -14,8 +14,8 @@ highmem=1
|
||||||
pkgbase=mesa
|
pkgbase=mesa
|
||||||
pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-radeon' 'vulkan-swrast' 'vulkan-broadcom' 'vulkan-panfrost' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
|
pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-radeon' 'vulkan-swrast' 'vulkan-broadcom' 'vulkan-panfrost' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
|
||||||
pkgdesc="An open-source implementation of the OpenGL specification"
|
pkgdesc="An open-source implementation of the OpenGL specification"
|
||||||
pkgver=22.0.1
|
pkgver=22.0.2
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm'
|
makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm'
|
||||||
'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 'zstd' 'elfutils' 'llvm'
|
'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 'zstd' 'elfutils' 'llvm'
|
||||||
|
@ -27,7 +27,7 @@ options=('debug')
|
||||||
source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
|
source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
|
||||||
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15365.patch
|
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15365.patch
|
||||||
LICENSE)
|
LICENSE)
|
||||||
sha512sums=('cc8012b8f3fcbecfbb153d0e009e6522c3776023501da8499c06f1eaa9ab0a555ca597e16e4d7a2b954b05c8c0737ae6567e0d8549fb63aa86ae587eb31cd01e'
|
sha512sums=('939ddf9acd280e1b20b3540349b3ad07bbeee5d821198f1d667e86634449bf5d0a0df5832753b8b3f8816709c2f02959cce25f3d26a33cc758dd8e25d158ddb8'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'9178bbe145ba2d8b5ef5cb3fcfc63b90aff47ec45bed075d2af27b2c42d1e38e16f1c5a712b7ab3788038170bd4c4cacd5cdb9ad578a0275fc54621dd9356ce6'
|
'9178bbe145ba2d8b5ef5cb3fcfc63b90aff47ec45bed075d2af27b2c42d1e38e16f1c5a712b7ab3788038170bd4c4cacd5cdb9ad578a0275fc54621dd9356ce6'
|
||||||
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
|
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
|
||||||
|
@ -142,6 +142,7 @@ package_vulkan-radeon() {
|
||||||
optdepends=('vulkan-mesa-layers: additional vulkan layers')
|
optdepends=('vulkan-mesa-layers: additional vulkan layers')
|
||||||
provides=('vulkan-driver')
|
provides=('vulkan-driver')
|
||||||
|
|
||||||
|
_install fakeinstall/usr/share/drirc.d/00-radv-defaults.conf
|
||||||
_install fakeinstall/usr/share/vulkan/icd.d/radeon_icd*.json
|
_install fakeinstall/usr/share/vulkan/icd.d/radeon_icd*.json
|
||||||
_install fakeinstall/usr/lib/libvulkan_radeon.so
|
_install fakeinstall/usr/lib/libvulkan_radeon.so
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue