blob: 6911899ea1fc56cc65bd19552e4d61a47f9c4818 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = libva-headless
pkgdesc = Video Acceleration (VA) API for Linux headless systems
pkgver = 2.5.0
pkgrel = 1
url = https://github.com/intel/libva
arch = i686
arch = x86_64
arch = armv7h
arch = aarch64
license = MIT
makedepends = meson
depends = libdrm
optdepends = libva-vdpau-driver: backend for Nvidia and AMD cards
optdepends = libva-intel-driver: backend for Intel cards
provides = libva
conflicts = libva
source = https://github.com/intel/libva/archive/2.5.0.tar.gz
sha256sums = 9b6264dade6b6d3edb59c6c4f3c9217d1d5a195635fc07da875d565f58624418
pkgname = libva-headless
|