mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/mesa to 20.1.4-3
This commit is contained in:
parent
2d0a3f19a1
commit
0b88bd22a5
1 changed files with 4 additions and 4 deletions
|
@ -12,12 +12,12 @@ pkgbase=mesa
|
||||||
pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
|
pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-radeon' '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=20.1.4
|
pkgver=20.1.4
|
||||||
pkgrel=1
|
pkgrel=3
|
||||||
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'
|
||||||
'glslang' 'meson')
|
'glslang' 'vulkan-icd-loader' 'meson')
|
||||||
url="https://www.mesa3d.org/"
|
url="https://www.mesa3d.org/"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
|
source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
|
||||||
|
@ -53,7 +53,7 @@ build() {
|
||||||
-D b_ndebug=true \
|
-D b_ndebug=true \
|
||||||
-D platforms=x11,wayland,drm,surfaceless \
|
-D platforms=x11,wayland,drm,surfaceless \
|
||||||
-D dri-drivers=r100,r200,nouveau \
|
-D dri-drivers=r100,r200,nouveau \
|
||||||
-D gallium-drivers=r300,r600,radeonsi,freedreno,nouveau,swrast,virgl${GALLIUM} \
|
-D gallium-drivers=r300,r600,radeonsi,freedreno,nouveau,swrast,virgl,zink${GALLIUM} \
|
||||||
-D vulkan-drivers=amd \
|
-D vulkan-drivers=amd \
|
||||||
-D vulkan-overlay-layer=true \
|
-D vulkan-overlay-layer=true \
|
||||||
-D vulkan-device-select-layer=true \
|
-D vulkan-device-select-layer=true \
|
||||||
|
@ -162,7 +162,7 @@ package_mesa-vdpau() {
|
||||||
package_mesa() {
|
package_mesa() {
|
||||||
depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
|
depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
|
||||||
'libomxil-bellagio' 'libunwind' 'llvm-libs' 'lm_sensors' 'libglvnd'
|
'libomxil-bellagio' 'libunwind' 'llvm-libs' 'lm_sensors' 'libglvnd'
|
||||||
'zstd')
|
'zstd' 'vulkan-icd-loader')
|
||||||
optdepends=('opengl-man-pages: for the OpenGL API man pages'
|
optdepends=('opengl-man-pages: for the OpenGL API man pages'
|
||||||
'mesa-vdpau: for accelerated video playback'
|
'mesa-vdpau: for accelerated video playback'
|
||||||
'libva-mesa-driver: for accelerated video playback')
|
'libva-mesa-driver: for accelerated video playback')
|
||||||
|
|
Loading…
Reference in a new issue