Rename package and pin to latest stable release tag 26.0.2.

This commit is contained in:
Alice Gaudon 2020-11-05 10:29:04 +01:00
parent bda9903ada
commit 208125d805
2 changed files with 12 additions and 16 deletions

View file

@ -1,6 +1,6 @@
pkgbase = obs-studio-git pkgbase = obs-studio-browser
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.
pkgver = 25.0.7.r302.gc21fd6f27 pkgver = 26.0.2
pkgrel = 1 pkgrel = 1
url = https://github.com/obsproject/obs-studio url = https://github.com/obsproject/obs-studio
arch = i686 arch = i686
@ -31,14 +31,14 @@ pkgbase = obs-studio-git
optdepends = swig: Scripting optdepends = swig: Scripting
optdepends = luajit: Lua scripting optdepends = luajit: Lua scripting
optdepends = python: Python scripting optdepends = python: Python scripting
provides = obs-studio=25.0.7.r302.gc21fd6f27 provides = obs-studio=26.0.2
conflicts = obs-studio 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/Mixer/ftl-sdk.git
source = git+https://github.com/obsproject/obs-browser.git source = git+https://github.com/obsproject/obs-browser.git
md5sums = SKIP md5sums = SKIP
md5sums = SKIP md5sums = SKIP
md5sums = SKIP md5sums = SKIP
pkgname = obs-studio-git pkgname = obs-studio-browser

View file

@ -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: Jonathan Steel <jsteel at archlinux.org>
# Contributor: ArcticVanguard <LideEmily at gmail dot com> # Contributor: ArcticVanguard <LideEmily at gmail dot com>
# Contributor: ledti <antergist at gmail dot com> # Contributor: ledti <antergist at gmail dot com>
pkgname=obs-studio-git pkgname=obs-studio-browser
pkgver=25.0.7.r302.gc21fd6f27 pkgver=26.0.2
pkgrel=1 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") arch=("i686" "x86_64")
url="https://github.com/obsproject/obs-studio" url="https://github.com/obsproject/obs-studio"
license=("GPL2") license=("GPL2")
@ -22,16 +23,11 @@ optdepends=("libfdk-aac: FDK AAC codec support"
"python: Python scripting") "python: Python scripting")
provides=("obs-studio=$pkgver") provides=("obs-studio=$pkgver")
conflicts=("obs-studio") 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/Mixer/ftl-sdk.git"
"git+https://github.com/obsproject/obs-browser.git") "git+https://github.com/obsproject/obs-browser.git")
md5sums=("SKIP" "SKIP" "SKIP") md5sums=("SKIP" "SKIP" "SKIP")
pkgver() {
cd $pkgname
git describe --long --tags | sed -r "s/([^-]*-g)/r\1/;s/-/./g"
}
prepare() { prepare() {
cd $pkgname cd $pkgname
git config submodule.plugins/obs-outputs/ftl-sdk.url $srcdir/ftl-sdk git config submodule.plugins/obs-outputs/ftl-sdk.url $srcdir/ftl-sdk