mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-11-09 22:00:04 +00:00
Switch to cef-minimal-3770 for the time being
This commit is contained in:
parent
543ec2be69
commit
bda9903ada
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = obs-studio-git
|
||||
pkgdesc = Free and open source software for video recording and live streaming.
|
||||
pkgver = 25.0.0.rc1.r1.g9aedc7e5b
|
||||
pkgver = 25.0.7.r302.gc21fd6f27
|
||||
pkgrel = 1
|
||||
url = https://github.com/obsproject/obs-studio
|
||||
arch = i686
|
||||
|
@ -16,7 +16,7 @@ pkgbase = obs-studio-git
|
|||
makedepends = swig
|
||||
makedepends = luajit
|
||||
makedepends = python
|
||||
makedepends = cef-minimal
|
||||
makedepends = cef-minimal-3770
|
||||
depends = ffmpeg
|
||||
depends = jansson
|
||||
depends = libxinerama
|
||||
|
@ -31,7 +31,7 @@ pkgbase = obs-studio-git
|
|||
optdepends = swig: Scripting
|
||||
optdepends = luajit: Lua scripting
|
||||
optdepends = python: Python scripting
|
||||
provides = obs-studio=25.0.0.rc1.r1.g9aedc7e5b
|
||||
provides = obs-studio=25.0.7.r302.gc21fd6f27
|
||||
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=25.0.0.rc1.r1.g9aedc7e5b
|
||||
pkgver=25.0.7.r302.gc21fd6f27
|
||||
pkgrel=1
|
||||
pkgdesc="Free and open source software for video recording and live streaming."
|
||||
arch=("i686" "x86_64")
|
||||
|
@ -12,7 +12,7 @@ license=("GPL2")
|
|||
depends=("ffmpeg" "jansson" "libxinerama" "libxkbcommon-x11"
|
||||
"qt5-x11extras" "curl" "gtk-update-icon-cache")
|
||||
makedepends=("cmake" "git" "libfdk-aac" "libxcomposite" "x264" "jack"
|
||||
"vlc" "swig" "luajit" "python" "cef-minimal")
|
||||
"vlc" "swig" "luajit" "python" "cef-minimal-3770")
|
||||
optdepends=("libfdk-aac: FDK AAC codec support"
|
||||
"libxcomposite: XComposite capture support"
|
||||
"jack: JACK Support"
|
||||
|
|
Loading…
Reference in a new issue