diff --git a/.SRCINFO b/.SRCINFO index 850882e..d79a5c5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ffmpeg-full pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac) pkgver = 6.1.1 - pkgrel = 5 + pkgrel = 6 url = https://www.ffmpeg.org/ arch = x86_64 license = LicenseRef-nonfree-and-unredistributable @@ -70,6 +70,7 @@ pkgbase = ffmpeg-full depends = libva depends = libvdpau depends = libvorbis + depends = libvpl depends = libvpx depends = libx11 depends = libxcb @@ -80,8 +81,6 @@ pkgbase = ffmpeg-full depends = lilv depends = lv2 depends = ocl-icd - depends = onevpl - depends = onevpl-intel-gpu depends = openal depends = opencore-amr depends = opencv2 @@ -108,6 +107,7 @@ pkgbase = ffmpeg-full depends = vapoursynth depends = vid.stab depends = vmaf + depends = vpl-runtime depends = vulkan-icd-loader depends = x264 depends = x265 diff --git a/PKGBUILD b/PKGBUILD index c1e8d56..038511f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ffmpeg-full pkgver=6.1.1 -pkgrel=5 +pkgrel=6 _svt_hevc_ver='6cca5b932623d3a1953b165ae6b093ca1325ac44' _svt_vp9_ver='43ef8e5e96932421858762392adbbab57c84aebf' pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)' @@ -69,6 +69,7 @@ depends=( 'libva' 'libvdpau' 'libvorbis' + 'libvpl' 'libvpx' 'libx11' 'libxcb' @@ -79,8 +80,6 @@ depends=( 'lilv' 'lv2' 'ocl-icd' - 'onevpl' - 'onevpl-intel-gpu' 'openal' 'opencore-amr' 'opencv2' @@ -107,6 +106,7 @@ depends=( 'vapoursynth' 'vid.stab' 'vmaf' + 'vpl-runtime' 'vulkan-icd-loader' 'x264' 'x265'