svt-av1-essential-extra-git

LOW
maintainer aria.coffee 0 votes scanned 2026-08-31 01:44:31.582560
View on AUR
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
4pkgname=${_pkgname}-git
5pkgver=4.0.1.Essential.r3.g5c4a386e9
6pkgrel=1
7pkgdesc='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'
8arch=('x86_64')
9url='https://github.com/nekotrix/SVT-AV1-Essential'
10license=('BSD' 'custom: Alliance for Open Media Patent License 1.0')
11depends=('glibc' 'ffms2') # I need to find what deps specifically are needed for dovi and hdr10 to enable it
12makedepends=('git' 'cmake>=3.23' 'nasm' 'clang')
13provides=('svt-av1' 'svt-av1-git')
14conflicts=('svt-av1' 'svt-av1-git')
15source=('git+https://github.com/nekotrix/SVT-AV1-Essential')
16sha256sums=('SKIP')
17
18pkgver() {
19 git -C SVT-AV1-Essential describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
20}
21
22build() {
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
39package() {
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)SeverityRules
2026-08-31 01:44:31 Low 2

Report a package

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

0 / 4000
Your suggestion