avisynth-plugin-xclean
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
# AviSynth AVSI only. VapourSynth already has vapoursynth-plugin-xclean-git on the AUR.
3
4
pkgname=avisynth-plugin-xclean
5
pkgver=0.10
6
pkgrel=1
7
pkgdesc="AviSynth xClean 3-pass denoiser (AVSI)"
8
arch=('any')
9
url='https://github.com/mysteryx93/xClean'
10
license=('GPL-3.0-only')
11
depends=('avisynthplus')
12
optdepends=(
13
'avisynth-plugin-mvtools2-pinterf: MVTools2 (pinterf)'
14
'avisynth-plugin-masktools2-git: MaskTools2'
15
)
16
_commit='c50de272c6c8b90a97716523366f5d16054ae4f7'
17
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mysteryx93/xClean/archive/${_commit}.tar.gz")
18
sha256sums=('a58d7b00eecaa66719606285ff17e3604eae56bccf88d862041eb9dd33c03c95')
19
20
package() {
21
cd "xClean-${_commit}"
22
install -Dm644 xClean.avsi "${pkgdir}/usr/lib/avisynth/xClean.avsi"
23
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 17:20:16 | Low | 1 |