mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/mesa to 22.1.1-2
This commit is contained in:
parent
8091d46caa
commit
f6c928d19a
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
|
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
|
||||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||||
# Contributor: Andreas Radke <andyrtr@archlinux.org>
|
# Contributor: Andreas Radke <andyrtr@archlinux.org>
|
||||||
# Contributor: Dan Johansen <strit@manjaro.org>
|
# Contributor: Dan Johansen <strit@manjaro.org>
|
||||||
|
|
||||||
|
@ -15,12 +15,12 @@ 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.1.1
|
pkgver=22.1.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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'
|
||||||
'libomxil-bellagio' 'libclc' 'clang' 'libglvnd' 'libunwind' 'lm_sensors' 'libxrandr'
|
'libomxil-bellagio' 'libclc' 'clang' 'libglvnd' 'libunwind' 'lm_sensors' 'libxrandr'
|
||||||
'valgrind' 'glslang' 'vulkan-icd-loader' 'directx-headers' 'cmake' 'meson')
|
'systemd' 'valgrind' 'glslang' 'vulkan-icd-loader' 'directx-headers' 'cmake' 'meson')
|
||||||
url="https://www.mesa3d.org/"
|
url="https://www.mesa3d.org/"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
options=('debug')
|
options=('debug')
|
||||||
|
@ -124,7 +124,7 @@ package_vulkan-mesa-layers() {
|
||||||
|
|
||||||
package_opencl-mesa() {
|
package_opencl-mesa() {
|
||||||
pkgdesc="OpenCL support for AMD/ATI Radeon mesa drivers"
|
pkgdesc="OpenCL support for AMD/ATI Radeon mesa drivers"
|
||||||
depends=('libdrm' 'libclc' 'clang')
|
depends=('libdrm' 'libclc' 'clang' 'expat')
|
||||||
optdepends=('opencl-headers: headers necessary for OpenCL development')
|
optdepends=('opencl-headers: headers necessary for OpenCL development')
|
||||||
provides=('opencl-driver')
|
provides=('opencl-driver')
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@ package_opencl-mesa() {
|
||||||
|
|
||||||
package_vulkan-radeon() {
|
package_vulkan-radeon() {
|
||||||
pkgdesc="Radeon's Vulkan mesa driver"
|
pkgdesc="Radeon's Vulkan mesa driver"
|
||||||
depends=('wayland' 'libx11' 'libxshmfence' 'libelf' 'libdrm' 'llvm-libs')
|
depends=('wayland' 'libx11' 'libxshmfence' 'libelf' 'libdrm' 'llvm-libs' 'systemd-libs')
|
||||||
optdepends=('vulkan-mesa-layers: additional vulkan layers')
|
optdepends=('vulkan-mesa-layers: additional vulkan layers')
|
||||||
provides=('vulkan-driver')
|
provides=('vulkan-driver')
|
||||||
|
|
||||||
|
@ -150,7 +150,7 @@ package_vulkan-radeon() {
|
||||||
|
|
||||||
package_vulkan-swrast() {
|
package_vulkan-swrast() {
|
||||||
pkgdesc="Vulkan software rasteriser driver"
|
pkgdesc="Vulkan software rasteriser driver"
|
||||||
depends=('wayland' 'libx11' 'libxshmfence' 'libdrm' 'zstd' 'llvm-libs')
|
depends=('wayland' 'libx11' 'libxshmfence' 'libdrm' 'zstd' 'llvm-libs' 'systemd-libs' 'libunwind')
|
||||||
optdepends=('vulkan-mesa-layers: additional vulkan layers')
|
optdepends=('vulkan-mesa-layers: additional vulkan layers')
|
||||||
conflicts=('vulkan-mesa')
|
conflicts=('vulkan-mesa')
|
||||||
replaces=('vulkan-mesa')
|
replaces=('vulkan-mesa')
|
||||||
|
|
Loading…
Reference in a new issue