summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Menning2019-04-02 14:01:19 +0200
committerFrancois Menning2019-04-02 14:01:19 +0200
commit2c017fbd57a51e28c15b313f568d8496496a469f (patch)
tree0a886df1138739e667a620602356cef4689fa7d3
parent4564318c7f5c10690e213d2a5fd67b610c8336ba (diff)
downloadaur-2c017fbd57a51e28c15b313f568d8496496a469f.tar.gz
Use community pkg
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec94d20052a2..a1d370be25fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -63,7 +63,7 @@ pkgbase = ffmpeg-qsv
optdepends = libva-utils: Intel VA-API Media Applications and Scripts for libva
optdepends = libva-intel-driver: VA-API implementation for Intel G45 and HD Graphics family
optdepends = libva-mesa-driver: VA-API implementation for gallium
- optdepends = compute-runtime: Intel(R) Graphics Compute Runtime for OpenCL(TM).
+ optdepends = intel-compute-runtime: Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond.
optdepends = beignet: OpenCL implementation for Intel IvyBridge+ iGPUs
optdepends = opencl-mesa: OpenCL support for AMD/ATI Radeon mesa drivers
optdepends = opencl-amd: OpenCL userspace driver as provided in the amdgpu-pro driver stack
diff --git a/PKGBUILD b/PKGBUILD
index 489cb10180a7..ca8b00973d9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -78,7 +78,7 @@ optdepends=(
'libva-utils: Intel VA-API Media Applications and Scripts for libva'
'libva-intel-driver: VA-API implementation for Intel G45 and HD Graphics family'
'libva-mesa-driver: VA-API implementation for gallium'
- 'compute-runtime: Intel(R) Graphics Compute Runtime for OpenCL(TM).'
+ 'intel-compute-runtime: Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond.'
'beignet: OpenCL implementation for Intel IvyBridge+ iGPUs'
'opencl-mesa: OpenCL support for AMD/ATI Radeon mesa drivers'
'opencl-amd: OpenCL userspace driver as provided in the amdgpu-pro driver stack'