summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2024-05-02 18:46:31 -0300
committerDaniel Bermond2024-05-02 18:46:31 -0300
commitee0249258fddf981c15b1a76212b300e6c5632bf (patch)
tree225c914eedf328f18875e560b0c326b52e0fd318 /PKGBUILD
parent58984b2fb685c3d8e66bced5a2fb9b23333e24ea (diff)
downloadaur-ffmpeg-git.tar.gz
Update libvpl dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 963c49a7fb41..831db237173a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-git
-pkgver=7.1.r115041.ge757726e89
+pkgver=7.1.r115045.g86e418ffd7
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (git version)'
arch=('x86_64')
@@ -47,6 +47,7 @@ depends=(
libvidstab.so
libvorbisenc.so
libvorbis.so
+ libvpl.so
libvpx.so
libwebp
libx11
@@ -59,7 +60,6 @@ depends=(
libxvidcore.so
libzimg.so
ocl-icd
- onevpl
opencore-amr
openjpeg2
opus
@@ -88,7 +88,7 @@ makedepends=(
optdepends=('avisynthplus: for AviSynthPlus support'
'ladspa: for LADSPA filters'
'nvidia-utils: for Nvidia NVDEC/NVENC support'
- 'onevpl-intel-gpu: for Intel Quick Sync Video')
+ 'vpl-runtime: for Intel Quick Sync Video')
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavutil.so' 'libpostproc.so' 'libswresample.so' 'libswscale.so'
'ffmpeg')