vapoursynth-plugin-zsmooth
MEDIUM
maintainer TheFeelTrain
0 votes
scanned 2026-08-26 01:28:49.644801
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Josh Holmer <jholmer.in@gmail.com>
2
3
_plug=zsmooth
4
pkgname=vapoursynth-plugin-${_plug}
5
pkgver=0.19.0
6
pkgrel=2
7
pkgdesc="Plugin for VapourSynth: ${_plug}"
8
arch=('x86_64')
9
url='https://github.com/adworacz/zsmooth'
10
license=('MIT')
11
depends=('vapoursynth')
12
makedepends=('zig>=0.16' 'zig<0.17')
13
source=("https://github.com/adworacz/zsmooth/archive/refs/tags/${pkgver}.tar.gz")
14
sha256sums=('0a18195f27b5f27ab5788eb133d07f8de1f93cc60bdef02c8448ac37ad6fdb43')
15
16
build() {
17
cd "zsmooth-${pkgver}"
18
zig build -Doptimize=ReleaseFast
19
}
20
21
package() {
22
cd "zsmooth-${pkgver}"
23
24
# Determine the dynamic plugin directory of the installed VapourSynth package
25
PLUGINDIR=$(python -c "import vapoursynth; print(vapoursynth.get_plugin_dir())")
26
27
# Install the compiled plugin library
28
install -Dm755 zig-out/lib/libzsmooth.so "${pkgdir}${PLUGINDIR}/libzsmooth.so"
29
30
# Install documentation & licensing
31
install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"
32
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
33
}
34
Changes since previous scan
--- PKGBUILD @ 2026-07-05 23:18+++ PKGBUILD @ 2026-08-26 01:28@@ -3,26 +3,32 @@ _plug=zsmooth pkgname=vapoursynth-plugin-${_plug} pkgver=0.19.0-pkgrel=1+pkgrel=2 pkgdesc="Plugin for VapourSynth: ${_plug}" arch=('x86_64') url='https://github.com/adworacz/zsmooth' license=('MIT') depends=('vapoursynth') makedepends=('zig>=0.16' 'zig<0.17')-source=("https://github.com/adworacz/zsmooth/archive/refs/tags/0.19.0.tar.gz")+source=("https://github.com/adworacz/zsmooth/archive/refs/tags/${pkgver}.tar.gz") sha256sums=('0a18195f27b5f27ab5788eb133d07f8de1f93cc60bdef02c8448ac37ad6fdb43') build() {- cd "zsmooth-0.19.0"+ cd "zsmooth-${pkgver}" zig build -Doptimize=ReleaseFast } package() {- cd "zsmooth-0.19.0"+ cd "zsmooth-${pkgver}" - install -Dm755 zig-out/lib/libzsmooth.so "${pkgdir}/usr/lib/vapoursynth/libzsmooth.so"+ # Determine the dynamic plugin directory of the installed VapourSynth package+ PLUGINDIR=$(python -c "import vapoursynth; print(vapoursynth.get_plugin_dir())")++ # Install the compiled plugin library+ install -Dm755 zig-out/lib/libzsmooth.so "${pkgdir}${PLUGINDIR}/libzsmooth.so"++ # Install documentation & licensing install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"- install -Dm644 LICENSE "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/LICENSE"+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 01:28:49 | Medium | 1 |
| 2026-08-26 00:12:07 | Clean | 2 |
| 2026-08-25 23:28:42 | Medium | 1 |
| 2026-07-14 17:45:39 | Clean | 0 |
| 2026-07-05 23:18:42 | Clean | 0 |
| 2026-06-18 16:11:54 | Clean | 0 |