summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-10-10 09:13:57 +0200
committertytan6522023-10-10 09:13:57 +0200
commitd93e17115f312924fb18fcff04c8e4caa80f5968 (patch)
treec8eb8a05d68d6bdaee8d96f5effc7d0b1cc484bf
parenta615c4bce2ea937d869f80790ca01600cef7506d (diff)
downloadaur-d93e17115f312924fb18fcff04c8e4caa80f5968.tar.gz
build: Update to version 30.0.0-rc1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 534fbc8a0aae..5991b497fe38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-rc
pkgdesc = Beta cycle of the free and open source software for video recording and live streaming. With everything except service integration
- pkgver = 30.0.0_beta3
- pkgrel = 2
+ pkgver = 30.0.0_rc1
+ pkgrel = 1
epoch = 6
url = https://github.com/obsproject/obs-studio
arch = x86_64
@@ -87,7 +87,7 @@ pkgbase = obs-studio-rc
optdepends = v4l2loopback-dkms: V4L2 virtual camera output
optdepends = libdatachannel>=0.19: WHIP Support
optdepends = decklink: Blackmagic Design DeckLink support
- provides = obs-studio=30.0.0_beta3
+ provides = obs-studio=30.0.0_rc1
provides = obs-vst
provides = obs-websocket
provides = obs-browser
@@ -98,7 +98,7 @@ pkgbase = obs-studio-rc
conflicts = obs-linuxbrowser
conflicts = libva-vdpau-driver
options = debug
- source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=30.0.0-beta3
+ source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=30.0.0-rc1
source = obs-browser::git+https://github.com/obsproject/obs-browser.git
source = obs-websocket::git+https://github.com/obsproject/obs-websocket.git
source = 0001-Add_finder_for_uthash.patch
diff --git a/PKGBUILD b/PKGBUILD
index 252f03d0aa59..137b90163a06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: tytan652 <tytan652 at tytanium dot xyz>
pkgname=obs-studio-rc
-_pkgver=30.0.0-beta3
+_pkgver=30.0.0-rc1
pkgver=${_pkgver//-/_}
-pkgrel=2
+pkgrel=1
epoch=6
pkgdesc="Beta cycle of the free and open source software for video recording and live streaming. With everything except service integration"
arch=("x86_64" "aarch64")
@@ -134,9 +134,6 @@ prepare() {
patch -Np1 -i "$srcdir/0001-Add_finder_for_uthash.patch"
patch -Np1 -i "$srcdir/0002-Use_system_uthash.patch"
-
- cd plugins/obs-websocket
- git cherry-pick -n 417725801c25561ed3ac316a71aa332847623913
}
build() {
@@ -151,9 +148,9 @@ build() {
-DENABLE_BROWSER=ON \
-DCEF_ROOT_DIR=/opt/cef-obs \
-Wno-dev \
- -DBETA="$_pkgver"
+ -DRELEASE_CANDIDATE="$_pkgver"
+# -DBETA="$_pkgver"
# -DOBS_VERSION_OVERRIDE="$_pkgver"
-# -DRELEASE_CANDIDATE="$_pkgver"
sed -i "s|#define OBS_VERSION |#define OBS_VERSION \"$_pkgver-rc-$pkgrel\" //|" build/config/obsconfig.h