simplescreenrecorder-mqtt-git
LOW
maintainer eugeneai
0 votes
scanned 2026-09-21 09:34:45.899251
Why flagged
The package builds from a public Git repository with a SKIP'd checksum, but it is a legitimate fork of an open-source project; the source is transparent and the risk is low despite few votes and recent upload.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a public Git repository with a SKIP'd checksum, but it is a legitimate fork of an open-source project; the source is transparent and the risk is low despite few votes and recent upload.
PKGBUILD
1
# Maintainer: Evgeny Cherkashin <eugeneai@irnok.net>
2
3
pkgname=simplescreenrecorder-mqtt-git
4
pkgver=0.4.4.mqtt.r23.g6264691
5
pkgrel=1
6
pkgdesc="A simple but powerful recording tool for X11, OpenGL and V4L2. (Git version with MQTT remote control support)"
7
arch=("x86_64")
8
url="https://www.maartenbaert.be/simplescreenrecorder/"
9
license=("GPL3")
10
depends=("qt5-base" "qt5-x11extras"
11
"ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "v4l-utils"
12
"libx11" "libxext" "libxfixes" "libxi" "libxinerama"
13
"desktop-file-utils" "gtk-update-icon-cache" "qt5-mqtt-git")
14
optdepends=("lib32-simplescreenrecorder-git: OpenGL recording of 32-bit applications")
15
makedepends=("git" "cmake" "qt5-tools")
16
source=("git+https://github.com/eugeneai/ssr.git")
17
md5sums=("SKIP")
18
conflicts=("simplescreenrecorder")
19
provides=("simplescreenrecorder")
20
21
install=simplescreenrecorder-mqtt-git.install
22
23
pkgver() {
24
cd ssr
25
# Use the tag of the last commit
26
git describe --long --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
27
}
28
prepare() {
29
cd ssr
30
mkdir -p build
31
}
32
build() {
33
cd ssr/build
34
cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_BUILD_TYPE=Release -DWITH_QT5=TRUE ..
35
make
36
}
37
package() {
38
cd ssr/build
39
make DESTDIR="$pkgdir" install
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 09:34:45 | Low | 2 |