mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-11-08 13:20:02 +00:00
Rename package and pin to latest stable release tag 26.0.2.
This commit is contained in:
parent
bda9903ada
commit
208125d805
2 changed files with 12 additions and 16 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = obs-studio-git
|
||||
pkgdesc = Free and open source software for video recording and live streaming.
|
||||
pkgver = 25.0.7.r302.gc21fd6f27
|
||||
pkgbase = obs-studio-browser
|
||||
pkgdesc = Free and open source software for video recording and live streaming. Built with the browser plugin.
|
||||
pkgver = 26.0.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/obsproject/obs-studio
|
||||
arch = i686
|
||||
|
@ -31,14 +31,14 @@ pkgbase = obs-studio-git
|
|||
optdepends = swig: Scripting
|
||||
optdepends = luajit: Lua scripting
|
||||
optdepends = python: Python scripting
|
||||
provides = obs-studio=25.0.7.r302.gc21fd6f27
|
||||
provides = obs-studio=26.0.2
|
||||
conflicts = obs-studio
|
||||
source = obs-studio-git::git+https://github.com/obsproject/obs-studio.git#branch=master
|
||||
source = obs-studio-browser::git+https://github.com/obsproject/obs-studio.git#tag=26.0.2
|
||||
source = git+https://github.com/Mixer/ftl-sdk.git
|
||||
source = git+https://github.com/obsproject/obs-browser.git
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = obs-studio-git
|
||||
pkgname = obs-studio-browser
|
||||
|
||||
|
|
16
PKGBUILD
16
PKGBUILD
|
@ -1,11 +1,12 @@
|
|||
# Maintainer: Benjamin Klettbach <b dot klettbach at gmail dot com >
|
||||
# Maintainer: Alice Gaudon <alice at gaudon dot pro>
|
||||
# Contributor: Benjamin Klettbach <b dot klettbach at gmail dot com >
|
||||
# Contributor: Jonathan Steel <jsteel at archlinux.org>
|
||||
# Contributor: ArcticVanguard <LideEmily at gmail dot com>
|
||||
# Contributor: ledti <antergist at gmail dot com>
|
||||
pkgname=obs-studio-git
|
||||
pkgver=25.0.7.r302.gc21fd6f27
|
||||
pkgname=obs-studio-browser
|
||||
pkgver=26.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Free and open source software for video recording and live streaming."
|
||||
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"
|
||||
license=("GPL2")
|
||||
|
@ -22,16 +23,11 @@ optdepends=("libfdk-aac: FDK AAC codec support"
|
|||
"python: Python scripting")
|
||||
provides=("obs-studio=$pkgver")
|
||||
conflicts=("obs-studio")
|
||||
source=("$pkgname::git+https://github.com/obsproject/obs-studio.git#branch=master"
|
||||
source=("$pkgname::git+https://github.com/obsproject/obs-studio.git#tag=$pkgver"
|
||||
"git+https://github.com/Mixer/ftl-sdk.git"
|
||||
"git+https://github.com/obsproject/obs-browser.git")
|
||||
md5sums=("SKIP" "SKIP" "SKIP")
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
git describe --long --tags | sed -r "s/([^-]*-g)/r\1/;s/-/./g"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
git config submodule.plugins/obs-outputs/ftl-sdk.url $srcdir/ftl-sdk
|
||||
|
|
Loading…
Reference in a new issue