summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenklett2024-03-25 21:28:41 +0100
committerbenklett2024-03-25 21:28:41 +0100
commit92dbdd05686cc9ec6a23ab6df6b3756e08417208 (patch)
treea4371fd682477cffe398c2d5742d4474196c8997
parent481dd06fca0b8f6d1bd4f8a681c2080eefece997 (diff)
downloadaur-92dbdd05686cc9ec6a23ab6df6b3756e08417208.tar.gz
fix: disable AJA to fix compilation
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a0874c9b7db..85c0f620ce97 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 = 30.0.2.r141.ge958964
+ pkgver = 30.1.1.r17.gdc770b8
pkgrel = 1
url = https://github.com/obsproject/obs-studio
arch = i686
@@ -50,7 +50,7 @@ pkgbase = obs-studio-git
optdepends = pipewire: Pipewire capture
optdepends = pipewire-media-session: Pipewire capture
optdepends = xdg-desktop-portal: Pipewire capture
- provides = obs-studio=30.0.2.r141.ge958964
+ provides = obs-studio=30.1.1.r17.gdc770b8
conflicts = obs-studio
source = obs-studio-git::git+https://github.com/obsproject/obs-studio.git#branch=master
source = git+https://github.com/Mixer/ftl-sdk.git
diff --git a/PKGBUILD b/PKGBUILD
index 98923d195674..8cd179c3cc84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ArcticVanguard <LideEmily at gmail dot com>
# Contributor: ledti <antergist at gmail dot com>
pkgname=obs-studio-git
-pkgver=30.0.2.r141.ge958964
+pkgver=30.1.1.r17.gdc770b8
pkgrel=1
pkgdesc="Free and open source software for video recording and live streaming."
arch=("i686" "x86_64")
@@ -86,6 +86,7 @@ build() {
-DBUILD_BROWSER=ON \
-DCEF_ROOT_DIR="/opt/cef-obs" \
-DENABLE_LIBFDK=ON \
+ -DENABLE_AJA=0 \
-Wno-dev
cmake --build build