mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
Add patch for ffmpeg 6
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
2f70aab1f9
commit
0761b3d74c
1 changed files with 5 additions and 2 deletions
7
PKGBUILD
7
PKGBUILD
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=obs-studio-browser
|
||||
pkgver=29.0.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Free and open source software for video recording and live streaming. Built with the browser plugin."
|
||||
arch=("i686" "x86_64")
|
||||
url="https://github.com/obsproject/obs-studio"
|
||||
|
@ -52,12 +52,15 @@ provides=("obs-studio=$pkgver")
|
|||
conflicts=("obs-studio")
|
||||
source=(
|
||||
"$pkgname::git+https://github.com/obsproject/obs-studio.git#tag=$pkgver"
|
||||
"https://github.com/obsproject/obs-studio/commit/2e79d4c9.patch"
|
||||
)
|
||||
sha256sums=('SKIP')
|
||||
sha256sums=('SKIP'
|
||||
'96ea913149377b324d132aa56964a72e5263e06a8b8d2103c1708b04752f3b9d')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
git submodule update --init --recursive
|
||||
patch -Np1 <"$srcdir"/2e79d4c9.patch # Fix build with FFmpeg 6
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue