avisynth-plugin-mvtools2-pinterf
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: pinterf — https://github.com/pinterf/mvtools
3
# Distinct from classic Fizick MVTools and from vapoursynth-plugin-mvtools.
4
5
pkgname=avisynth-plugin-mvtools2-pinterf
6
pkgver=2.7.47
7
pkgrel=1
8
pkgdesc="AviSynth+ MVTools2 (pinterf) — motion estimation and compensation"
9
arch=('x86_64')
10
url='https://github.com/pinterf/mvtools'
11
license=('GPL-2.0-only')
12
depends=('avisynthplus' 'fftw')
13
makedepends=('cmake')
14
conflicts=('avisynth-plugin-mvtools2-pinterf-bin')
15
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pinterf/mvtools/archive/refs/tags/${pkgver}.tar.gz")
16
sha256sums=('2c5f17ea196c1e52abbbc5728d5fffb39f669104412e831765d341c28cdb21eb')
17
18
# Keep pinterf's vendored AviSynth+ headers (interface v12: AcquireGlobalLock).
19
# Arch avisynthplus 3.7.5 is still v11. Runtime checks has_at_least_v12.
20
21
build() {
22
cmake -S "mvtools-${pkgver}" -B build \
23
-DCMAKE_BUILD_TYPE=Release \
24
-DCMAKE_INSTALL_PREFIX=/usr \
25
-DCMAKE_INSTALL_LIBDIR=lib
26
cmake --build build
27
}
28
29
package() {
30
DESTDIR="${pkgdir}" cmake --install build
31
install -Dm644 "mvtools-${pkgver}/Documentation/mvtools2.html" \
32
"${pkgdir}/usr/share/doc/${pkgname}/mvtools2.html" || true
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 17:20:16 | Low | 1 |