Search Criteria
Package Details: vapoursynth-plugin-vship-amd-git 3.0.0.13.g1ed2fb3-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-vship-amd-git.git (read-only, click to copy) |
|---|---|
| Package Base: | vapoursynth-plugin-vship-amd-git |
| Description: | Plugin for Vapoursynth: vship for amd gpus (GIT version) |
| Upstream URL: | https://github.com/Line-fr/Vship |
| Licenses: | MIT |
| Conflicts: | libvship, vapoursynth-plugin-vship |
| Provides: | libvship, vapoursynth-plugin-vship |
| Submitter: | CreamSodass |
| Maintainer: | CreamSodass |
| Last Packager: | CreamSodass |
| Votes: | 2 |
| Popularity: | 1.01 |
| First Submitted: | 2025-06-15 16:03 (UTC) |
| Last Updated: | 2025-11-26 23:21 (UTC) |
Dependencies (4)
- hip-runtime-amd (opencl-amdAUR, rocm-gfx120x-binAUR, rocm-gfx1151-binAUR, rocm-gfx110x-binAUR, rocm-gfx1150-binAUR, rocm-gfx1152-binAUR, rocm-nightly-gfx120x-all-binAUR, rocm-nightly-gfx1151-binAUR, rocm-nightly-gfx110x-binAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR) (optional) – vapoursynth plugin usage
Required by (3)
- av1an-git (requires vapoursynth-plugin-vship) (optional)
- ffvship (requires libvship)
- xav-dynamic-tq-git (requires libvship)
Latest Comments
dillard commented on 2026-04-10 02:33 (UTC) (edited on 2026-04-10 02:33 (UTC) by dillard)
The project has moved to codeberg, here is an updated pkgbuild:
Decator_TheONLY commented on 2025-10-29 14:10 (UTC)
To fix the compilation issues, I had to set
ROCM_PATH=/opt/rocmandHSA_OVERRIDE_GFX_VERSION=10.3.0. I'm not sure the latter is necessary, but I saw it on a ROCm install guide for Arch: https://gist.github.com/augustin-laurent/d29f026cdb53a4dff50a400c129d3ea7. I don't think it's an issue with this package.jholmer commented on 2025-07-22 04:54 (UTC)
There seems to be a build error with this package, even after adding
/opt/rocm/binto myPATH.I'm assuming the build script is not adding
/opt/rocm/includeto the list of include paths. The file it's looking for specifically is present at/opt/rocm/include/hip/hip_runtime.h. This is from thehip-runtime-amddependency.