summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-06-16 19:20:11 +0000
committerDaniel Bermond2018-06-16 19:20:11 +0000
commitd840569b2d05abc72c67dc85140a523737feedc6 (patch)
tree1fb89dceec585ad3a459655898f3b4c614c73837
parent9c1fef61c9f8c5c30d098cff6f7e7c6096594b06 (diff)
downloadaur-d840569b2d05abc72c67dc85140a523737feedc6.tar.gz
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).
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4f9810a20c4..0bbc6a523bd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)
pkgver = 4.1.r91226.gd8c0bbb0aa
- pkgrel = 1
+ pkgrel = 2
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
@@ -72,8 +72,8 @@ pkgbase = ffmpeg-full-git
depends = lilv
depends = xz
depends = openal
- depends = opencl-icd-loader
- depends = mesa
+ depends = ocl-icd
+ depends = libgl
depends = sndio
depends = sdl2
depends = vapoursynth
diff --git a/PKGBUILD b/PKGBUILD
index 23a6c1829ae6..e15d76f3a38e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ffmpeg-full-git
pkgver=4.1.r91226.gd8c0bbb0aa
-pkgrel=1
+pkgrel=2
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -17,8 +17,8 @@ depends=(
'librsvg' 'rubberband' 'rtmpdump' 'smbclient' 'snappy' 'libsoxr' 'speex' 'srt'
'libssh' 'tensorflow' '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' 'vapoursynth' 'libxv' 'libx11' 'libxext' 'zlib' 'libomxil-bellagio'
+ 'libxml2' 'zimg' 'zeromq' 'zvbi' 'lilv' 'xz' 'openal' 'ocl-icd' 'libgl' 'sndio'
+ 'sdl2' 'vapoursynth' 'libxv' 'libx11' 'libxext' 'zlib' 'libomxil-bellagio'
'libva' 'libdrm' 'libvdpau'
# AUR:
'chromaprint-fftw' 'aom-git' 'codec2' 'flite1-patched' 'libilbc' 'kvazaar'