Search Criteria
Package Details: vapoursynth-plugin-nlm-git v2.0.g06547b7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-nlm-git.git (read-only, click to copy) |
|---|---|
| Package Base: | vapoursynth-plugin-nlm-git |
| Description: | Plugin for Vapoursynth: vs-nlm-ispc (GIT version) |
| Upstream URL: | https://github.com/AmusementClub/vs-nlm-ispc.git |
| Keywords: | vapoursynth |
| Licenses: | GPL3 |
| Conflicts: | vapoursynth-plugin-nlm |
| Provides: | vapoursynth-plugin-nlm |
| Submitter: | chikage |
| Maintainer: | chikage |
| Last Packager: | chikage |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-04-28 03:31 (UTC) |
| Last Updated: | 2022-04-28 03:36 (UTC) |
Dependencies (4)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ispc (ispc-gitAUR) (make)
Required by (2)
- vapoursynth-plugin-vsjetpack (requires vapoursynth-plugin-nlm) (optional)
- vapoursynth-plugin-vsjetpack-git (requires vapoursynth-plugin-nlm) (optional)
Latest Comments
jholmer commented on 2026-06-08 06:15 (UTC)
/usr/vapoursynthis not a valid location for the plugin install, and as such, this plugin is not auto-loaded. The legacy location was/usr/lib/vapoursynth, but it is recommended for R74+ to lookup the plugin directory via the commandpython3 -c "import vapoursynth; print(vapoursynth.get_plugin_dir())"which resolves to a sub-directory of the python site-packages.