summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-11-21 21:37:30 +0100
committertytan6522023-11-21 21:37:30 +0100
commitde72d1c72e148de9adf9d9e82a027b7e81795c70 (patch)
tree61c204e2f352fe59f15935f24c320dd50efa95fe
parent0a8a227566dd9a9d91cbf716766d8b9ccc329173 (diff)
downloadaur-de72d1c72e148de9adf9d9e82a027b7e81795c70.tar.gz
build: Enable CALM_DEPRECATION for FFmpeg 6.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8e2b6d2b2ff..2e6fda832879 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-tytan652
pkgdesc = Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes
pkgver = 30.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index be5148771e08..0b5dd868724f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=obs-studio-tytan652
pkgver=30.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
@@ -157,6 +157,7 @@ build() {
-DENABLE_BROWSER=ON \
-DCEF_ROOT_DIR=/opt/cef-obs \
-DOBS_VERSION_OVERRIDE="$pkgver" \
+ -DCALM_DEPRECATION=ON \
-Wno-dev
sed -i "s|#define OBS_VERSION |#define OBS_VERSION \"$pkgver-tytan652-$pkgrel\" //|" build/config/obsconfig.h