summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522021-07-02 12:37:10 +0200
committertytan6522021-07-02 12:37:10 +0200
commit75e4898e2670d36250824254689c808119fa706c (patch)
tree7dec89e35942445d352b6173a65e826cd58394d1 /PKGBUILD
parent8564c7ed08049f3eb6d2f9170f4e34a89e330168 (diff)
downloadaur-75e4898e2670d36250824254689c808119fa706c.tar.gz
build: Add sndio
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9374e965dcdb..7f4e8d6e9689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ REENABLE_DRAGDROP=0
pkgname=obs-studio-tytan652
pkgver=27.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Free and open source software for video recording and live streaming. With Browser dock and sources, VST 2 filter, FTL protocol, working VLC sources and my bind interface and GNOME entry PRs."
arch=("i686" "x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
@@ -35,6 +35,7 @@ depends=("ffmpeg" "mbedtls" "jack" "gtk-update-icon-cache" "x264" "rnnoise"
# But to make people unable to install VLC official package with obs-studio-tytan652.
# I decided to make vlc-luajit a dependency of OBS rather than an optional one.
makedepends=("cmake" "git" "libfdk-aac" "swig" "luajit" "python"
+ "sndio"
# AUR Packages
"cef-minimal-obs=87.1.14")
optdepends=(
@@ -44,6 +45,7 @@ optdepends=(
"swig: Scripting"
"luajit: Lua scripting"
"python: Python scripting"
+ "sndio: Sndio input client"
"v4l2loopback-dkms: Virtual camera output"
)
provides=("obs-studio=$pkgver")