svt-av1-essential-extra-git
LOW
maintainer aria.coffee
0 votes
scanned 2026-08-31 01:44:31.582560
Why flagged
The package builds from a public git repository with a SKIP'd checksum, but the source is a legitimate project fork and only data or build scripts are involved; no remote code execution or malicious payloads are present.
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 the source is a legitimate project fork and only data or build scripts are involved; no remote code execution or malicious payloads are present.
PKGBUILD
1
# Maintainer: Aria Quinlan <hello@aria.coffee>
2
3
_pkgname=svt-av1-essential-extra
4
pkgname=${_pkgname}-git
5
pkgver=4.0.1.Essential.r3.g5c4a386e9
6
pkgrel=1
7
pkgdesc='A no-nonsense SVT-AV1 encoder fork with sensible defaults and Quality of Life improvements. Now with extra build flags like WebM and FFMS2 and built with clang'
8
arch=('x86_64')
9
url='https://github.com/nekotrix/SVT-AV1-Essential'
10
license=('BSD' 'custom: Alliance for Open Media Patent License 1.0')
11
depends=('glibc' 'ffms2') # I need to find what deps specifically are needed for dovi and hdr10 to enable it
12
makedepends=('git' 'cmake>=3.23' 'nasm' 'clang')
13
provides=('svt-av1' 'svt-av1-git')
14
conflicts=('svt-av1' 'svt-av1-git')
15
source=('git+https://github.com/nekotrix/SVT-AV1-Essential')
16
sha256sums=('SKIP')
17
18
pkgver() {
19
git -C SVT-AV1-Essential describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
20
}
21
22
build() {
23
export LDFLAGS+=' -Wl,-z,noexecstack'
24
cmake -B build -S SVT-AV1-Essential \
25
-DCMAKE_C_COMPILER=clang \
26
-DCMAKE_CXX_COMPILER=clang++ \
27
-DCMAKE_BUILD_TYPE=Release \
28
-DCMAKE_INSTALL_PREFIX=/usr \
29
-DENABLE_AVX512=ON \
30
-DNATIVE=ON \
31
-DBUILD_SHARED_LIBS=ON \
32
-DSVT_AV1_LTO=ON \
33
-DUSE_FFMS2=ON \
34
-DUSE_WEBM_IO=ON \
35
36
make -C build
37
}
38
39
package() {
40
make -C build DESTDIR="$pkgdir" install
41
install -D -m644 SVT-AV1-Essential/{LICENSE,PATENTS}.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 01:44:31 | Low | 2 |