blob: d2be94c0a1dc7f81ac2de2e99f38c361929d8a55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = vaapi-autoconfig
pkgdesc = Auto-detect GPU and configure VA-API hardware video acceleration
pkgver = 1.0.0
pkgrel = 1
url = https://wiki.archlinux.org/title/Hardware_video_acceleration
install = vaapi-autoconfig.install
arch = any
license = MIT
depends = bash
depends = libva
depends = dbus
optdepends = intel-media-driver: VA-API for Intel GPUs (Broadwell+)
optdepends = libva-intel-driver: VA-API for older Intel GPUs (up to Coffee Lake)
optdepends = libva-mesa-driver: VA-API for AMD GPUs
optdepends = libva-nvidia-driver: VA-API for NVIDIA GPUs
optdepends = libva-utils: vainfo verification tool
source = detect-vaapi
source = vaapi-activate
source = vaapi-verify
source = LICENSE
sha256sums = 48820a21db67e4a1f72215581a1deb899ff9bb46346281898b8a072aef3ca13f
sha256sums = b98a29ab0130efef7841757363c7c98e4d231ad25ae9f2a5709bf8dc11cd779d
sha256sums = 2bca2c3ffd3c975e722744973fcb46d206b74250c5dd9f0e1c045a2357362f38
sha256sums = 2eb5cf5f51415ad4d11336f0771301ea309344d8b11b82a49d009290f71d3041
pkgname = vaapi-autoconfig
|