summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f1b5d88066a..182867f8179c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,23 +6,22 @@
pkgname=obs-studio-browser
pkgver=27.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Free and open source software for video recording and live streaming. Built with browser, vst plugins."
arch=("i686" "x86_64")
url="https://github.com/obsproject/obs-studio"
license=("GPL2")
depends=("ffmpeg" "jack" "jansson" "libxinerama" "libxkbcommon-x11"
- "qt5-svg" "qt5-x11extras" "curl" "gtk-update-icon-cache" "mbedtls")
-makedepends=("cmake" "git" "libfdk-aac" "libxcomposite" "x264"
+ "qt5-svg" "qt5-x11extras" "curl" "gtk-update-icon-cache" "mbedtls"
+ "pipewire" "libxcomposite")
+makedepends=("cmake" "git" "libfdk-aac" "x264"
"vlc-luajit" "swig" "luajit" "python" "cef-minimal>=87.0.0"
- "wayland" "qt5-wayland" "pipewire" "xdg-desktop-portal")
+ "wayland" "qt5-wayland")
optdepends=("libfdk-aac: FDK AAC codec support"
- "libxcomposite: XComposite capture support"
"libva-intel-driver: Hardware encoding"
"libva-mesa-driver: Hardware encoding"
"vlc-luajit: VLC Media Source"
"luajit: Lua scripting"
- "pipewire: Pipewire capture"
"xdg-desktop-portal: Pipewire capture"
"python: Python scripting"
"v4l2loopback-dkms: Virtual camera output")