mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-11-09 13:50:02 +00:00
Fix build with browser
This commit is contained in:
parent
538435fbb2
commit
6e7cfe1dc8
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = obs-studio-git
|
||||
pkgdesc = Free and open source software for video recording and live streaming.
|
||||
pkgver = 24.0.3.r570.g57b47ca90
|
||||
pkgver = 25.0.0.rc1.r1.g9aedc7e5b
|
||||
pkgrel = 1
|
||||
url = https://github.com/obsproject/obs-studio
|
||||
arch = i686
|
||||
|
@ -32,7 +32,7 @@ pkgbase = obs-studio-git
|
|||
optdepends = luajit: Lua scripting
|
||||
optdepends = python: Python scripting
|
||||
optdepends = cef-minimal: OBS Browser Source
|
||||
provides = obs-studio=24.0.3.r570.g57b47ca90
|
||||
provides = obs-studio=25.0.0.rc1.r1.g9aedc7e5b
|
||||
conflicts = obs-studio
|
||||
source = obs-studio-git::git+https://github.com/obsproject/obs-studio.git#branch=master
|
||||
source = git+https://github.com/Mixer/ftl-sdk.git
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
|||
# Contributor: ArcticVanguard <LideEmily at gmail dot com>
|
||||
# Contributor: ledti <antergist at gmail dot com>
|
||||
pkgname=obs-studio-git
|
||||
pkgver=24.0.3.r570.g57b47ca90
|
||||
pkgver=25.0.0.rc1.r1.g9aedc7e5b
|
||||
pkgrel=1
|
||||
pkgdesc="Free and open source software for video recording and live streaming."
|
||||
arch=("i686" "x86_64")
|
||||
|
@ -36,7 +36,7 @@ pkgver() {
|
|||
prepare() {
|
||||
cd $pkgname
|
||||
git config submodule.plugins/obs-outputs/ftl-sdk.url $srcdir/ftl-sdk
|
||||
git config submodule.plugins/plugins/obs-browser.url $srcdir/obs-browser
|
||||
git config submodule.plugins/obs-browser.url $srcdir/obs-browser
|
||||
git submodule update
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue