summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce1b1af7079d..e9e9605cc0e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-tytan652
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.
pkgver = 27.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/obsproject/obs-studio
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = obs-studio-tytan652
makedepends = swig
makedepends = luajit
makedepends = python
+ makedepends = sndio
makedepends = cef-minimal-obs=87.1.14
depends = ffmpeg
depends = mbedtls
@@ -35,6 +36,7 @@ pkgbase = obs-studio-tytan652
optdepends = swig: Scripting
optdepends = luajit: Lua scripting
optdepends = python: Python scripting
+ optdepends = sndio: Sndio input client
optdepends = v4l2loopback-dkms: Virtual camera output
provides = obs-studio=27.0.1
conflicts = obs-studio
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")