summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDetMittens2019-12-21 21:57:37 +0000
committerDetMittens2019-12-21 21:57:37 +0000
commit76e4204e3d0d417c3919205a19cbeb19e54bb6fc (patch)
treed50a6ff7fbbdc4f7cebfc933a53cc4c379a8442d
parentde35ed138d7e75d22ff4ee9ad09340f7837ed560 (diff)
downloadaur-76e4204e3d0d417c3919205a19cbeb19e54bb6fc.tar.gz
Add xorgproto
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d3133eca93d..61375702d11f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = libva-intel-driver
+pkgbase = libva-intel-driver-hybrid
pkgdesc = VA-API implementation for Intel G45 and HD Graphics family
pkgver = 2.4.0
pkgrel = 1
@@ -7,6 +7,7 @@ pkgbase = libva-intel-driver
license = MIT
makedepends = git
makedepends = meson
+ makedepends = xorgproto
depends = libva
depends = libdrm
optdepends = intel-hybrid-codec-driver: Provides codecs with partial HW acceleration
@@ -16,5 +17,5 @@ pkgbase = libva-intel-driver
source = git+https://github.com/intel/intel-vaapi-driver.git#tag=d595d01d6421eae30824538fa6d150701ed077df
sha256sums = SKIP
-pkgname = libva-intel-driver
+pkgname = libva-intel-driver-hybrid
diff --git a/PKGBUILD b/PKGBUILD
index db22a570b8bd..2e05d8891479 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
-pkgname=libva-intel-driver
+pkgname=libva-intel-driver-hybrid
pkgver=2.4.0
pkgrel=1
pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
@@ -18,6 +18,7 @@ depends=(
makedepends=(
git
meson
+ xorgproto
)
replaces=(libva-driver-intel)
optdepends=('intel-hybrid-codec-driver: Provides codecs with partial HW acceleration')