depends: change dependencies for opencl and opengl

opencl: opencl-icd-loader was replaced by ocl-icd. Although ocl-icd
        currently provides opencl-icd-loader, let's use the newer
        approach by depending directly on ocl-icd.

opengl: it seems that the best approach for depending on libGL is
        to use libgl instead of mesa. Currently it is provided by
        libglvnd package (or by nvidia-340xx-utils for legacy
        nvidia users).
This commit is contained in:
Daniel Bermond
2018-06-16 17:35:52 +00:00
parent 835f8021d7
commit 2d65e1a939
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
pkgver = 4.0
pkgrel = 4
pkgrel = 5
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
@@ -70,8 +70,8 @@ pkgbase = ffmpeg-full
depends = lilv
depends = xz
depends = openal
depends = opencl-icd-loader
depends = mesa
depends = ocl-icd
depends = libgl
depends = sndio
depends = sdl2
depends = libxv