summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2024-05-02 18:45:57 -0300
committerDaniel Bermond2024-05-02 18:45:57 -0300
commitc2656b3f4f3dcfa43802d14ba8f5e234570a7208 (patch)
treef3338c37318026da75540f3f9d374d0a872763d1 /PKGBUILD
parentf8b9b5c3d358db47f88b9ed2f4fef6833ac05d19 (diff)
downloadaur-ffmpeg-decklink.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 1ecc6043213c..51896582c242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ffmpeg-decklink
pkgver=6.1.1
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (decklink enabled)'
arch=('x86_64')
@@ -46,6 +46,7 @@ depends=(
libvidstab.so
libvorbisenc.so
libvorbis.so
+ libvpl.so
libvpx.so
libwebp
libx11
@@ -58,7 +59,6 @@ depends=(
libxvidcore.so
libzimg.so
ocl-icd
- onevpl
opencore-amr
openjpeg2
opus
@@ -87,7 +87,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')