From 208125d805760f40dbc61b53edfc30ee20cbe07e Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Thu, 5 Nov 2020 10:29:04 +0100 Subject: [PATCH] Rename package and pin to latest stable release tag 26.0.2. --- .SRCINFO | 12 ++++++------ PKGBUILD | 16 ++++++---------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c2463f2..9cc4c34 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 4592bf3..d3a16ab 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,12 @@ -# Maintainer: Benjamin Klettbach +# Maintainer: Alice Gaudon +# Contributor: Benjamin Klettbach # Contributor: Jonathan Steel # Contributor: ArcticVanguard # Contributor: ledti -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