avisynth-plugin-rife-asdg

LOW
maintainer Hanuman 0 votes scanned 2026-09-15 17:20:16.402287
View on AUR
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: Etienne Charland <mysteryx93 at protonmail dot com>
2# Upstream: Asd-g — https://github.com/Asd-g/AviSynthPlus-RIFE
3# Source recipe. Optional sibling: avisynth-plugin-rife-asdg-bin.
4# Git source: the GitHub tag tarball does not include ncnn / avs_c_api_loader.
5
6pkgname=avisynth-plugin-rife-asdg
7pkgver=1.4.1
8pkgrel=1
9pkgdesc="AviSynth+ RIFE frame interpolation (Asd-g, ncnn Vulkan)"
10arch=('x86_64')
11url='https://github.com/Asd-g/AviSynthPlus-RIFE'
12license=('MIT')
13depends=('avisynthplus' 'vulkan-icd-loader' 'gcc-libs' 'glibc')
14makedepends=('cmake' 'ninja' 'git' 'vulkan-headers' 'vulkan-icd-loader' 'glslang')
15conflicts=('avisynth-plugin-rife-asdg-bin')
16source=("git+https://github.com/Asd-g/AviSynthPlus-RIFE.git#tag=${pkgver}")
17sha256sums=('f1502cf078cf09e5f7f2566d3f466928a7de2088e36cb45698ffe9f20959989b')
18
19prepare() {
20 cd AviSynthPlus-RIFE
21 git submodule update --init --recursive
22}
23
24build() {
25 cmake -S AviSynthPlus-RIFE -B build -G Ninja \
26 -DCMAKE_BUILD_TYPE=Release \
27 -DCMAKE_INSTALL_PREFIX=/usr
28 cmake --build build
29}
30
31package() {
32 DESTDIR="${pkgdir}" cmake --install build
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 17:20:16 Low 1

Report a package

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

0 / 4000
Your suggestion