avisynth-plugin-rife-asdg
LOW
maintainer Hanuman
0 votes
scanned 2026-09-15 17:20:16.402287
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
6
pkgname=avisynth-plugin-rife-asdg
7
pkgver=1.4.1
8
pkgrel=1
9
pkgdesc="AviSynth+ RIFE frame interpolation (Asd-g, ncnn Vulkan)"
10
arch=('x86_64')
11
url='https://github.com/Asd-g/AviSynthPlus-RIFE'
12
license=('MIT')
13
depends=('avisynthplus' 'vulkan-icd-loader' 'gcc-libs' 'glibc')
14
makedepends=('cmake' 'ninja' 'git' 'vulkan-headers' 'vulkan-icd-loader' 'glslang')
15
conflicts=('avisynth-plugin-rife-asdg-bin')
16
source=("git+https://github.com/Asd-g/AviSynthPlus-RIFE.git#tag=${pkgver}")
17
sha256sums=('f1502cf078cf09e5f7f2566d3f466928a7de2088e36cb45698ffe9f20959989b')
18
19
prepare() {
20
cd AviSynthPlus-RIFE
21
git submodule update --init --recursive
22
}
23
24
build() {
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
31
package() {
32
DESTDIR="${pkgdir}" cmake --install build
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 17:20:16 | Low | 1 |