Package Details: vapoursynth-plugin-mvsfunc-git 11.r86.865c748-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-mvsfunc-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-mvsfunc-git
Description: Plugin for Vapoursynth: mvsfunc (GIT version)
Upstream URL: http://forum.doom9.org/showthread.php?t=172564
Keywords: vapoursynth
Licenses: GPL
Conflicts: vapoursynth-plugin-mvsfunc
Provides: vapoursynth-plugin-mvsfunc
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 5
Popularity: 0.000001
First Submitted: 2015-10-07 15:19 (UTC)
Last Updated: 2025-04-17 18:22 (UTC)

Latest Comments

sun_lmao commented on 2025-04-16 10:59 (UTC) (edited on 2025-04-19 00:24 (UTC) by sun_lmao)

Can confirm -- package is broken until I apply topcat01aur's fix.

EDIT: Fixed now. Thank you.

topcat01aur commented on 2025-04-14 22:00 (UTC)

I think there is a typo in the last commit. It is still using pip directly, and does not install the wheel. The diff below fixes it:

diff --git a/PKGBUILD b/PKGBUILD
index 69d7ffd..4ef0573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,12 +33,12 @@ pkgver() {

 build() {
   cd "${_plug}"
-  pip wheel --no-deps . -w dist
+  python -m build --wheel --no-isolation
 }

 package() {
   cd "${_plug}"
-  python -m build --wheel --no-isolation
+  python -m installer --destdir="${pkgdir}" dist/*.whl

   install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"
 }

dubster commented on 2023-01-22 20:12 (UTC)

Thank you!

sl1pkn07 commented on 2023-01-22 00:59 (UTC)

done

dubster commented on 2023-01-21 20:00 (UTC)

Time to switch back. The AmusmentClub repo is archived, is broken with the latest VS, and refers to using the proper upstream repo: https://github.com/HomeOfVapourSynthEvolution/mvsfunc.

Note how https://github.com/AmusementClub/mvsfunc is archived.

sl1pkn07 commented on 2021-10-03 04:10 (UTC)

done

jholmer commented on 2021-10-02 22:13 (UTC)

This package may be abandoned. It's currently broken with the latest VS version, and a PR to resolve one of the upgrade issues has been open for 2 months with no comment from the maintainers.

There is a fork at https://github.com/AmusementClub/mvsfunc which works with the latest VS, maybe there's a consideration to point this package to that fork? Many plugins depend on this package, so it's hard to justify letting it remain broken for long.