summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 508a725e67eb..475e2a19f547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=obs-studio-tytan652
pkgver=30.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
@@ -69,7 +69,7 @@ makedepends=(
"libfdk-aac" # Deps of FDK AAC plugin
"luajit" # Deps of Scripting plugin
"nlohmann-json" # Deps of Websocket plugin (headers-only lib)
- "onevpl" # Deps of QSV plugin
+ "libvpl" # Deps of QSV plugin
"python>=$_pythonver" # Deps of Scripting plugin
"sndio" # Deps of sndio plugin
"swig" # Deps of Scripting plugin
@@ -83,7 +83,7 @@ makedepends=(
optdepends=(
"jack: JACK support"
"libfdk-aac: FDK AAC codec support"
- "onevpl: QSV encoder support"
+ "libvpl: QSV encoder support"
"intel-media-sdk: QSV encoder support(<= Rocket Lake & >= Broadwell)"
"onevpl-intel-gpu: QSV encoder support (>= Alder Lake)"
"intel-media-driver: VAAPI encoder support (>= Broadwell)"