summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean V Kelley2016-07-28 16:40:42 -0700
committerSean V Kelley2016-07-28 16:40:42 -0700
commit46d473812f58496247309696ad32ae223227d7b0 (patch)
tree1169e0ffe1f34d743b742f514a3b29117ef24f5e
parent17ef050a26c9d60efa48ae503c5794c6f5fa4b44 (diff)
downloadaur-46d473812f58496247309696ad32ae223227d7b0.tar.gz
Added libva-intel-driver and explicitly mentioned Intel VA-API
Signed-off-by: Sean V Kelley <seanvk@posteo.de>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3116c933a88c..998959ef2715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = libyami
- pkgdesc = Yet Another Media Infrastructure: Media codec with hardware acceleration
+ pkgdesc = Yet Another Media Infrastructure: Intel VA-API Media codecs with hardware acceleration
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/01org/libyami
arch = i686
arch = x86_64
license = Apache
depends = libva
+ optdepends = libva-intel-driver: Hardware Video Acceleration on Intel x86 GPU
options = !emptydirs
source = https://github.com/01org/libyami/archive/libyami-0.4.0.tar.gz
sha256sums = b4a139fac81b6644828e8c9c377fe251128d2b4440ffd656f973c0bee14a2821
diff --git a/PKGBUILD b/PKGBUILD
index 2796dc224a7a..9c09147f4245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=libyami
pkgver=0.4.0
-pkgrel=1
-pkgdesc="Yet Another Media Infrastructure: Media codec with hardware acceleration"
-arch=(i686 x86_64)
+pkgrel=2
+pkgdesc="Yet Another Media Infrastructure: Intel VA-API Media codecs with hardware acceleration"
+arch=('i686' 'x86_64')
url="https://github.com/01org/libyami"
license=('Apache')
-depends=(libva)
-options=(!emptydirs)
+depends=('libva')
+optdepends=('libva-intel-driver: Hardware Video Acceleration on Intel x86 GPU')
+options=('!emptydirs')
changelog=
source=($url/archive/$pkgname-$pkgver.tar.gz)
sha256sums=('b4a139fac81b6644828e8c9c377fe251128d2b4440ffd656f973c0bee14a2821')