avisynth-plugin-mvtools2-pinterf

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: pinterf — https://github.com/pinterf/mvtools
3# Distinct from classic Fizick MVTools and from vapoursynth-plugin-mvtools.
4
5pkgname=avisynth-plugin-mvtools2-pinterf
6pkgver=2.7.47
7pkgrel=1
8pkgdesc="AviSynth+ MVTools2 (pinterf) — motion estimation and compensation"
9arch=('x86_64')
10url='https://github.com/pinterf/mvtools'
11license=('GPL-2.0-only')
12depends=('avisynthplus' 'fftw')
13makedepends=('cmake')
14conflicts=('avisynth-plugin-mvtools2-pinterf-bin')
15source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pinterf/mvtools/archive/refs/tags/${pkgver}.tar.gz")
16sha256sums=('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
21build() {
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
29package() {
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)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