summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlice Gaudon2021-07-02 10:21:49 +0200
committerAlice Gaudon2021-07-02 10:21:49 +0200
commit8e16470f6da645e36928deb77fb166e67af33f1a (patch)
tree1e58f8c9253a572945daf9e913a585bd21ca7c40 /PKGBUILD
parent8711bd0094512fd075dc2efb2de405ede2b8dab9 (diff)
downloadaur-8e16470f6da645e36928deb77fb166e67af33f1a.tar.gz
Add support for sndio plugin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9178e6a6fc7f..8e902a8b4ae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=obs-studio-browser
pkgver=27.0.1
-pkgrel=4
+pkgrel=5
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"
@@ -16,7 +16,7 @@ depends=("ffmpeg" "jack" "jansson" "libxinerama" "libxkbcommon-x11"
"pipewire" "libxcomposite")
makedepends=("cmake" "git" "libfdk-aac" "x264"
"vlc-luajit" "swig" "luajit" "python" "cef-minimal>=87.0.0"
- "wayland" "qt5-wayland")
+ "wayland" "qt5-wayland" "sndio")
optdepends=("libfdk-aac: FDK AAC codec support"
"libva-intel-driver: Hardware encoding"
"libva-mesa-driver: Hardware encoding"
@@ -24,6 +24,7 @@ optdepends=("libfdk-aac: FDK AAC codec support"
"luajit: Lua scripting"
"xdg-desktop-portal: Pipewire capture"
"python: Python scripting"
+ "sndio: Sndio input client"
"v4l2loopback-dkms: Virtual camera output")
provides=("obs-studio=$pkgver")
conflicts=("obs-studio" "obs-linuxbrowser")