mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 08:11:17 +00:00
obs-studio-browser v27.0.0
This commit is contained in:
parent
c777066406
commit
3fe201c1bf
2 changed files with 6 additions and 4 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = obs-studio-browser
|
||||
pkgdesc = Free and open source software for video recording and live streaming. Built with the browser plugin.
|
||||
pkgver = 26.1.2
|
||||
pkgver = 27.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/obsproject/obs-studio
|
||||
arch = i686
|
||||
|
@ -24,6 +24,7 @@ pkgbase = obs-studio-browser
|
|||
depends = libxinerama
|
||||
depends = libxkbcommon-x11
|
||||
depends = qt5-x11extras
|
||||
depends = pipewire
|
||||
optdepends = libfdk-aac: FDK AAC codec support
|
||||
optdepends = libxcomposite: XComposite capture support
|
||||
optdepends = jack: JACK Support
|
||||
|
@ -32,9 +33,9 @@ pkgbase = obs-studio-browser
|
|||
optdepends = luajit: Lua scripting
|
||||
optdepends = python: Python scripting
|
||||
optdepends = v4l2loopback-dkms: Virtual camera output
|
||||
provides = obs-studio=26.1.2
|
||||
provides = obs-studio=27.0.0
|
||||
conflicts = obs-studio
|
||||
source = obs-studio-browser::git+https://github.com/obsproject/obs-studio.git#tag=26.1.2
|
||||
source = obs-studio-browser::git+https://github.com/obsproject/obs-studio.git#tag=27.0.0
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = obs-studio-browser
|
||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -6,7 +6,7 @@
|
|||
# Contributor: ledti <antergist at gmail dot com>
|
||||
|
||||
pkgname=obs-studio-browser
|
||||
pkgver=26.1.2
|
||||
pkgver=27.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Free and open source software for video recording and live streaming. Built with the browser plugin."
|
||||
arch=("i686" "x86_64")
|
||||
|
@ -20,6 +20,7 @@ depends=(
|
|||
"libxinerama"
|
||||
"libxkbcommon-x11"
|
||||
"qt5-x11extras"
|
||||
"pipewire"
|
||||
)
|
||||
makedepends=(
|
||||
"cef-minimal"
|
||||
|
|
Loading…
Reference in a new issue