obs-studio-rc

maintainer tytan652 · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads CEF binaries from the official OBS project CDN, which is a trusted source; the non-standard host is a CDN but not inherently malicious, and the binaries are verified via sha256sums.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads CEF binaries from the official OBS project CDN, which is a trusted source; the non-standard host is a CDN but not inherently malicious, and the binaries are verified via sha256sums.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:111 source_x86_64=("https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64_v6.tar.xz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: tytan652 <tytan652 at tytanium dot xyz>
2
3_suffix=rc
4pkgname="obs-studio-${_suffix}"
5_pkgver=32.2.0
6pkgver="${_pkgver//-/_}"
7pkgrel=2
8epoch=14
9pkgdesc="Beta cycle of the free and open source software for video recording and live streaming. With everything except service integration"
10arch=("x86_64" "aarch64")
11url="https://github.com/obsproject/obs-studio"
12license=('GPL-2.0-or-later')
13# To manage dependency rebuild easily, this will prevent you to rebuild OBS on non-updated system
14_qtver=6.11
15_libajantv2ver=18
16_libdatachannelver=0.24.3
17_mbedtlsver=3.6.1
18_pythonver=3.14
19depends=(
20 "alsa-lib" # Deps of ALSA plugin and CEF
21 "curl" # Deps of OBS Studio and rtmp-services plugin
22 "ffmpeg-obs>=8" # Deps of OBS Studio and FFmpeg plugin
23 "fontconfig" # Deps of Freetype2 plugin
24 "freetype2" # Deps of Freetype2 plugin
25 "gcc-libs" # Deps of any C++ related binary
26 "glib2" # Deps of libobs, PipeWire plugin and CEF
27 "glibc" # Deps of any C related binary
28 "jack" # Deps of JACK plugin
29 "jansson" # Deps of libobs and rtmp-services plugin
30 "libajantv2>=$_libajantv2ver" # Deps of AJA plugins
31 "libdatachannel>=$_libdatachannelver" # Deps of WebRTC plugin (NICE variant like the Flatpak)
32 "libfdk-aac" # Deps of FDK AAC plugin
33 "libgl" # Deps of libobs-opengl and OBS Studio
34 "libpipewire" # Deps of the PipeWire plugin
35 "libpulse" # Deps of PulseAudio monitoring (in libobs) and PulseAudio plugin
36 "librist" # Deps of FFmpeg plugin
37 "libva" # Deps of FFmpeg plugin and QSV plugin
38 "libvpl" # Deps of QSV plugin
39 "libx11" # Deps of libobs, libobs-opengl, X11 Capture plugin, frontend tools plugin, obs-browser and CEF
40 "libxcb" # Deps of libobs-opengl, X11 Capture plugin and CEF
41 "libxcomposite" # Deps of the X11 capture plugin
42 "libxkbcommon" # Deps of libobs, OBS Studio and CEF
43 "luajit" # Deps of Scripting plugin
44 "mbedtls>=$_mbedtlsver" # Deps of OBS Studio and Outputs plugin
45 "pciutils" # Deps of FFmpeg plugin
46 "python>=$_pythonver" # Deps of Scripting plugin
47 "qrcodegencpp-cmake" # Deps of Websocket plugin
48 "qt6-base>=$_qtver" # Deps of OBS Studio and any frontend plugin
49 "qt6-svg>=$_qtver" # Deps of OBS Studio
50 "rnnoise" # Deps if the filter plugin
51 "simde" # Deps of libobs and its headers
52 "sndio" # Deps of sndio plugin
53 "speexdsp" # Deps if the filter plugin
54 "srt" # Deps of FFmpeg plugin
55 "systemd-libs" # Deps of V4L2 plugin
56 "util-linux-libs" # Deps of libobs
57 "v4l-utils" # Deps of V4L2 plugin
58 "vlc-luajit" # Deps of VLC Plugin ("vlc" issue crashes)
59 "wayland" # Deps of libobs, libobs-opengl and CEF
60 "x264" # Deps of the X264 plugin
61 "zlib" # Deps of libobs
62
63 # Deps of CEF
64 "at-spi2-core" "cairo" "dbus" "expat" "libcups" "libdrm"
65 "libxdamage" "libxext" "libxfixes" "libxrandr" "mesa" "nspr"
66 "nss" "pango"
67)
68## About vlc-luajit
69# The official VLC package will make OBS crash when a VLC source is used.
70# The issue is that VLC and OBS are compiled with different lua version.
71# So I also created vlc-luajit, a VLC package compiled with the same lua as OBS.
72# But to make people unable to install VLC official package with obs-studio-tytan652.
73# I decided to make vlc-luajit a dependency of OBS rather than an optional one.
74## About ffmpeg-obs
75# Read ffmpeg-obs PKGBUILD for more info
76makedepends=(
77 "asio" # Deps of Websocket plugin (headers-only lib)
78 "cmake"
79 "extra-cmake-modules"
80 "ffnvcodec-headers" # Deps of NVENC plugin (headers-only lib)
81 "git"
82 "uthash" # Deps of libobs (headers-only lib)
83 "nlohmann-json" # Deps of Websocket plugin (headers-only lib)
84 "swig" # Deps of Scripting plugin
85 "websocketpp" # Deps of Websocket plugin (headers-only lib)
86)
87optdepends=(
88 "intel-media-sdk: QSV encoder support(<= Rocket Lake & >= Broadwell)"
89 "vpl-gpu-rt: QSV encoder support (>= Alder Lake)"
90 "intel-media-driver: VAAPI encoder support (>= Broadwell)"
91 "libva-intel-driver: VAAPI encoder support (<= Haswell)"
92 "libva-mesa-driver: VAAPI encoder support"
93 "v4l2loopback-dkms: V4L2 virtual camera output"
94)
95provides=(
96 "obs-studio=$pkgver" "obs-vst" "obs-websocket" "obs-browser"
97 "obs-studio-plugin-browser"
98)
99conflicts=(
100 "obs-studio" "obs-vst" "obs-websocket" "obs-browser"
101 "obs-linuxbrowser" # This plugin is obsolete
102 "libva-vdpau-driver" # This driver is abandonned and make OBS segfault if it happen to be loaded, try libva-nvidia-driver is you really need Nvidia decode through VAAPI
103 "obs-studio-plugin-browser"
104)
105options=('debug')
106source=(
107 "obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=$_pkgver"
108 "obs-browser::git+https://github.com/obsproject/obs-browser.git"
109 "obs-websocket::git+https://github.com/obsproject/obs-websocket.git"
110)
111source_x86_64=("https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64_v6.tar.xz")
112source_aarch64=("https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_aarch64_v6.tar.xz")
113sha256sums=(
114 "SKIP"
115 "SKIP"
116 "SKIP"
117)
118sha256sums_x86_64=("7963335519a19ccdc5233f7334c5ab023026e2f3e9a0cc417007c09d86608146")
119sha256sums_aarch64=("642514469eaa29a5c887891084d2e73f7dc2d7405f7dfa7726b2dbc24b309999")
120
121if [[ ${CARCH/%_v?/} == 'x86_64' ]]; then
122 optdepends+=("decklink: Blackmagic Design DeckLink support")
123fi
124
125prepare() {
126 cd "$srcdir/obs-studio"
127 git config submodule.plugins/obs-browser.url $srcdir/obs-browser
128 git config submodule.plugins/obs-websocket.url $srcdir/obs-websocket
129 git -c protocol.file.allow=always submodule update
130
131 ## Mark log and titlebar version
132 sed -i "s|obs_get_version_string()|\"$_pkgver-$_suffix-$pkgrel\"|" frontend/OBSApp.cpp
133
134 # Keep sentinel file functional without messing with compile flags
135 sed -i "s|#ifndef NDEBUG|#if 0|" frontend/utility/CrashHandler.cpp
136}
137
138build() {
139 cmake -B build -S obs-studio \
140 -DCMAKE_BUILD_TYPE=None \
141 -DCMAKE_INSTALL_PREFIX=/usr \
142 -DCMAKE_INSTALL_LIBDIR=lib \
143 -DENABLE_LIBFDK=ON \
144 -DENABLE_JACK=ON \
145 -DENABLE_SNDIO=ON \
146 -DENABLE_BROWSER=ON \
147 -DCEF_ROOT_DIR="$srcdir/cef_binary_6533_linux_${CARCH/%_v?/}" \
148 -DOBS_VERSION_OVERRIDE="$_pkgver" \
149 -DOBS_COMPILE_DEPRECATION_AS_WARNING=ON \
150 -Wno-dev
151
152 cmake --build build
153}
154
155package() {
156 DESTDIR="$pkgdir" cmake --install build
157}
158

Changes since previous scan

--- PKGBUILD @ 2026-07-27 00:24
+++ PKGBUILD @ 2026-08-03 00:08
@@ -4,7 +4,7 @@
pkgname="obs-studio-${_suffix}"
_pkgver=32.2.0
pkgver="${_pkgver//-/_}"
-pkgrel=1
+pkgrel=2
epoch=14
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")
@@ -12,7 +12,7 @@
license=('GPL-2.0-or-later')
# To manage dependency rebuild easily, this will prevent you to rebuild OBS on non-updated system
_qtver=6.11
-_libajantv2ver=17.5.0
+_libajantv2ver=18
_libdatachannelver=0.24.3
_mbedtlsver=3.6.1
_pythonver=3.14

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 07:34:55 MEDIUM 1
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 05:19:42 MEDIUM 1
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 05:54:03 MEDIUM 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion