mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
obs-studio-browser v27.2.0
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
61a8f86b97
commit
44626d6070
2 changed files with 6 additions and 4 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = obs-studio-browser
|
pkgbase = obs-studio-browser
|
||||||
pkgdesc = Free and open source software for video recording and live streaming. Built with the browser plugin.
|
pkgdesc = Free and open source software for video recording and live streaming. Built with the browser plugin.
|
||||||
pkgver = 27.1.3
|
pkgver = 27.2.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/obsproject/obs-studio
|
url = https://github.com/obsproject/obs-studio
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -24,6 +24,7 @@ pkgbase = obs-studio-browser
|
||||||
depends = libxinerama
|
depends = libxinerama
|
||||||
depends = libxkbcommon-x11
|
depends = libxkbcommon-x11
|
||||||
depends = qt5-x11extras
|
depends = qt5-x11extras
|
||||||
|
depends = pciutils
|
||||||
depends = pipewire
|
depends = pipewire
|
||||||
optdepends = libfdk-aac: FDK AAC codec support
|
optdepends = libfdk-aac: FDK AAC codec support
|
||||||
optdepends = libxcomposite: XComposite capture support
|
optdepends = libxcomposite: XComposite capture support
|
||||||
|
@ -33,9 +34,9 @@ pkgbase = obs-studio-browser
|
||||||
optdepends = luajit: Lua scripting
|
optdepends = luajit: Lua scripting
|
||||||
optdepends = python: Python scripting
|
optdepends = python: Python scripting
|
||||||
optdepends = v4l2loopback-dkms: Virtual camera output
|
optdepends = v4l2loopback-dkms: Virtual camera output
|
||||||
provides = obs-studio=27.1.3
|
provides = obs-studio=27.2.0
|
||||||
conflicts = obs-studio
|
conflicts = obs-studio
|
||||||
source = obs-studio-browser::git+https://github.com/obsproject/obs-studio.git#tag=27.1.3
|
source = obs-studio-browser::git+https://github.com/obsproject/obs-studio.git#tag=27.2.0
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = obs-studio-browser
|
pkgname = obs-studio-browser
|
||||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -6,7 +6,7 @@
|
||||||
# Contributor: ledti <antergist at gmail dot com>
|
# Contributor: ledti <antergist at gmail dot com>
|
||||||
|
|
||||||
pkgname=obs-studio-browser
|
pkgname=obs-studio-browser
|
||||||
pkgver=27.1.3
|
pkgver=27.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Free and open source software for video recording and live streaming. Built with the browser plugin."
|
pkgdesc="Free and open source software for video recording and live streaming. Built with the browser plugin."
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
|
@ -20,6 +20,7 @@ depends=(
|
||||||
"libxinerama"
|
"libxinerama"
|
||||||
"libxkbcommon-x11"
|
"libxkbcommon-x11"
|
||||||
"qt5-x11extras"
|
"qt5-x11extras"
|
||||||
|
"pciutils"
|
||||||
"pipewire"
|
"pipewire"
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
|
|
Loading…
Reference in a new issue