* update libva to 2.20.0-1
This commit is contained in:
parent
a5eabfa140
commit
c338bf4392
@ -4,7 +4,7 @@
|
||||
# Contributor: Ionut Biru <ibiru@archlinux.org>
|
||||
|
||||
pkgname=libva
|
||||
pkgver=2.19.0
|
||||
pkgver=2.20.0
|
||||
pkgrel=1
|
||||
pkgdesc='Video Acceleration (VA) API for Linux'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -27,7 +27,7 @@ makedepends=(
|
||||
optdepends=(
|
||||
'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
|
||||
'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
|
||||
'libva-mesa-driver: backend for AMD and Nvidia GPUs'
|
||||
'libva-mesa-driver: backend for AMD and NVIDIA GPUs'
|
||||
)
|
||||
provides=(
|
||||
libva-drm.so
|
||||
@ -37,13 +37,13 @@ provides=(
|
||||
libva.so
|
||||
)
|
||||
backup=(etc/libva.conf)
|
||||
_tag=807044bd0fcb944edf230052fa09acc4266790fe
|
||||
_tag=907b2b5405ca1091b4360bf35060e143bd704b62
|
||||
source=(git+https://github.com/intel/libva.git#tag=${_tag})
|
||||
sha256sums=('SKIP')
|
||||
b2sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd libva
|
||||
git describe --tags
|
||||
git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
|
||||
}
|
||||
|
||||
build() {
|
||||
@ -60,4 +60,4 @@ LIBVA_MESSAGING_LEVEL=1
|
||||
END
|
||||
}
|
||||
|
||||
# vim: sw=2 ts=2 et:
|
||||
# vim:set sw=2 sts=-1 et:
|
||||
|
Loading…
x
Reference in New Issue
Block a user