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
+3 -3
View File
@@ -4,7 +4,7 @@
pkgname=ffmpeg-full
_srcname=ffmpeg
pkgver=4.0
pkgrel=4
pkgrel=5
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -19,8 +19,8 @@ depends=(
'librsvg' 'rubberband' 'rtmpdump' 'smbclient' 'snappy' 'libsoxr' 'speex' 'srt'
'libssh' 'tesseract' 'libtheora' 'twolame' 'v4l-utils' 'vid.stab' 'libvorbis'
'libvpx' 'wavpack' 'libwebp' 'libx264.so' 'x265' 'libxcb' 'xvidcore' 'libxml2'
'zimg' 'zeromq' 'zvbi' 'lilv' 'xz' 'openal' 'opencl-icd-loader' 'mesa' 'sndio'
'sdl2' 'libxv' 'libx11' 'libxext' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm'
'zimg' 'zeromq' 'zvbi' 'lilv' 'xz' 'openal' 'ocl-icd' 'libgl' 'sndio' 'sdl2'
'libxv' 'libx11' 'libxext' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm'
'libvdpau'
# AUR:
'chromaprint-fftw' 'aom-git' 'codec2' 'flite1-patched' 'libilbc' 'kvazaar'