summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-02-13 14:29:30 -0200
committerDaniel Bermond2018-02-13 14:49:26 -0200
commitd7a5e736f946492def32d7c66563555b80d61e99 (patch)
tree355e3227fec5dad0ef35c3c7fdcbb9d6aaeb7ff7 /PKGBUILD
parent5099f2e335930e76bc711ffa4941c54f0bf2602c (diff)
downloadaur-d7a5e736f946492def32d7c66563555b80d61e99.tar.gz
depends: switch libva-git to libva
The intel-media-driver is based on a specific libva commit that comes between the 2.0.0 and 2.1.0 releses. Now that libva 2.1.0 was released, we can use the regular libva package from the official repositories. Currently it seems to work fine with libva 2.1.0. Since this is the development (-git) package, maybe it will be needed to switch back to libva-git in the future if upstream requires libva development code in future changes. Let's follow on.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index feb18af055f4..0291f374c131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,13 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=intel-media-driver-git
-pkgver=r164.660e855.gmmlib.r8.b1451bb
+pkgver=r260.43a84e7.gmmlib.r21.6fb6598
pkgrel=1
pkgdesc='Intel Media Driver for VAAPI (git version)'
arch=('i686' 'x86_64')
url='https://github.com/intel/media-driver/'
license=('MIT' 'BSD')
-depends=(
- # AUR:
- 'libva-git'
-)
+depends=('libva')
makedepends=('git' 'cmake')
provides=('intel-media-driver')
conflicts=('intel-media-driver')