summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522021-11-05 08:40:46 +0100
committertytan6522021-11-05 08:40:46 +0100
commitd1f14b8e9e9ea43745767c880f9fc84f1016d377 (patch)
treed903a8ca38f775a9aa13a4d410b31c8ebadee317 /PKGBUILD
parentde40d5985c9e07b542296bac635fb9176e898074 (diff)
downloadaur-d1f14b8e9e9ea43745767c880f9fc84f1016d377.tar.gz
build: Add replay-buffer packet offset fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07e80fef1a82..744ef4936f60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=obs-studio-tytan652
pkgver=27.1.3
-pkgrel=4
+pkgrel=5
pkgdesc="Free and open source software for video recording and live streaming. With Browser dock and sources, VST 2 filter, FTL protocol, VLC sources, V4L2 devices by paths, my bind interface PR, and sometimes backported fixes."
arch=("i686" "x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
@@ -89,6 +89,9 @@ prepare() {
## pulse: fill audio monitor buffer more aggressively (https://github.com/obsproject/obs-studio/commit/5142a7685d6bbf38ed369137a6dce43e7b57852e)
git cherry-pick --no-commit 5142a7685d6bbf38ed369137a6dce43e7b57852e
+ ## obs-ffmpeg: Fix starting video packet offset in replay-buffer (https://github.com/obsproject/obs-studio/commit/2a0b9d851c878306a3d19465e597bd06f880b94e)
+ git cherry-pick --no-commit 2a0b9d851c878306a3d19465e597bd06f880b94e
+
## libobs/util: Fix loading Python binary modules on *nix (https://github.com/obsproject/obs-studio/pull/3335)
patch -Np1 < "$srcdir/python_fix.patch"