diff options
author | tytan652 | 2021-10-24 09:47:40 +0200 |
---|---|---|
committer | tytan652 | 2021-10-24 09:47:40 +0200 |
commit | eefd9da17f8db4376ea705e5ebaa0116dc56b49f (patch) | |
tree | ee8295c4a3975cf76b41946593193169db2f6e6a | |
parent | 0056765eae587b45844ca6f5d40cde85c8803e77 (diff) | |
download | aur-eefd9da17f8db4376ea705e5ebaa0116dc56b49f.tar.gz |
build: Add audio-only output cherry-pick
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -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, VLC sources, V4L2 devices by paths, my bind interface PR, and sometimes backported fixes. pkgver = 27.1.3 - pkgrel = 3 + pkgrel = 4 url = https://github.com/obsproject/obs-studio arch = i686 arch = x86_64 @@ -2,7 +2,7 @@ pkgname=obs-studio-tytan652 pkgver=27.1.3 -pkgrel=3 +pkgrel=4 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" @@ -85,6 +85,9 @@ prepare() { ## libobs/audio-monitoring: Fix PulseAudio monitoring volume for u8 format (https://github.com/obsproject/obs-studio/commit/85f45a3ef6bbb6ca54310dc9599a86f0f7dde4b0) git cherry-pick --no-commit 85f45a3ef6bbb6ca54310dc9599a86f0f7dde4b0 + ## obs-ffmpeg: Fix unwritten audio-only output (https://github.com/obsproject/obs-studio/commit/499af309b51234b0e5dda81753fb655f893ce217) + git cherry-pick --no-commit 499af309b51234b0e5dda81753fb655f893ce217 + ## libobs/util: Fix loading Python binary modules on *nix (https://github.com/obsproject/obs-studio/pull/3335) patch -Np1 < "$srcdir/python_fix.patch" |