summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2024-05-02 18:46:23 -0300
committerDaniel Bermond2024-05-02 18:46:23 -0300
commit56516d7653dc27078117f2b9d0f0a5a0bfeb1de1 (patch)
treee083b0d3bcb9a00a31665c1a77380b0976097fff
parent96716c2fffb1b5ef9376f5e016c286841ba5063e (diff)
downloadaur-56516d7653dc27078117f2b9d0f0a5a0bfeb1de1.tar.gz
Update libvpl dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a449f5fc0559..b6983ac52ae1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)
- pkgver = 7.1.r115041.ge757726e89
+ pkgver = 7.1.r115045.g86e418ffd7
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
@@ -71,6 +71,7 @@ pkgbase = ffmpeg-full-git
depends = libva
depends = libvdpau
depends = libvorbis
+ depends = libvpl
depends = libvpx
depends = libx11
depends = libxcb
@@ -81,8 +82,6 @@ pkgbase = ffmpeg-full-git
depends = lilv
depends = lv2
depends = ocl-icd
- depends = onevpl
- depends = onevpl-intel-gpu
depends = openal
depends = opencore-amr
depends = opencv2
@@ -112,6 +111,7 @@ pkgbase = ffmpeg-full-git
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 511483bc9388..4ce5009810ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=ffmpeg-full-git
-pkgver=7.1.r115041.ge757726e89
+pkgver=7.1.r115045.g86e418ffd7
pkgrel=1
_svt_hevc_ver='ed80959ebb5586aa7763c91a397d44be1798587c'
_svt_vp9_ver='3b9a3fa43da4cc5fe60c7d22afe2be15341392ea'
@@ -68,6 +68,7 @@ depends=(
'libva'
'libvdpau'
'libvorbis'
+ 'libvpl'
'libvpx'
'libx11'
'libxcb'
@@ -78,8 +79,6 @@ depends=(
'lilv'
'lv2'
'ocl-icd'
- 'onevpl'
- 'onevpl-intel-gpu'
'openal'
'opencore-amr'
'opencv2'
@@ -109,6 +108,7 @@ depends=(
'vapoursynth'
'vid.stab'
'vmaf'
+ 'vpl-runtime'
'vulkan-icd-loader'
'x264'
'x265'