svt-av1-essential-extra
LOW
maintainer aria.coffee
0 votes
scanned 2026-08-31 01:44:31.582560
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
PKGBUILD
1
# Maintainer: Aria Quinlan <hello@aria.coffee>
2
3
_pkgname=svt-av1-essential-extra
4
pkgname=${_pkgname}
5
pkgver=4.0.1.Essential
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#commit=7b064486c2f3996e9371593bb6c4ab6e1ba41b9f')
16
sha256sums=('2a14576b9baa824c8a23364cf54c90e67594a7ddee3c0e49a0a547cf7afd7d8a')
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 | 1 |