summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBranan Riley2023-12-17 20:12:16 -0800
committerBranan Riley2023-12-17 20:12:58 -0800
commitc3ed64ce576b2d1416002b40ea371ff6494216fd (patch)
treece61bb0638c7757c0cb72ecf4f46c27c0ef0d8ff
parenta6251b05ff8f6163da0ce029890b7716616a1b36 (diff)
downloadaur-c3ed64ce576b2d1416002b40ea371ff6494216fd.tar.gz
actually enable feature for newly added deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca55d393d8c6..fe18b3cfd518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-av1
pkgdesc = Free, open source software for live streaming and recording. With AV1, Websocket, and Browser Source support.
pkgver = 30.0.2
- pkgrel = 3
+ pkgrel = 4
url = https://obsproject.com
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 014746e88ed3..81dc3f31efdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=obs-studio-av1
pkgver=30.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="Free, open source software for live streaming and recording. With AV1, Websocket, and Browser Source support."
arch=('x86_64')
url="https://obsproject.com"
@@ -99,12 +99,8 @@ build() {
-DBUILD_BROWSER=ON \
-DCEF_ROOT_DIR="/opt/cef-obs" \
-DENABLE_VST=ON \
- -DENABLE_VLC=OFF \
- -DENABLE_NEW_MPEGTS_OUTPUT=OFF \
- -DENABLE_AJA=OFF \
-DENABLE_JACK=ON \
-DENABLE_LIBFDK=ON \
- -DENABLE_WEBRTC=OFF \
-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" \
-DCALM_DEPRECATION=ON \
-Wno-dev