Package Details: vapoursynth-plugin-vship-amd-git 3.0.0.13.g1ed2fb3-1

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-amd (GIT version)
Upstream URL: https://github.com/Line-fr/Vship
Licenses: MIT
Conflicts: vapoursynth-plugin-vship-amd
Provides: vapoursynth-plugin-vship-amd
Submitter: CreamSodass
Maintainer: CreamSodass
Last Packager: CreamSodass
Votes: 0
Popularity: 0.000000
First Submitted: 2025-06-15 16:03 (UTC)
Last Updated: 2025-06-15 16:45 (UTC)

Required by (1)

  • av1an-git (requires vapoursynth-plugin-vship-amd) (optional)

Sources (1)

Latest Comments

jholmer commented on 2025-07-22 04:54 (UTC)

There seems to be a build error with this package, even after adding /opt/rocm/bin to my PATH.

In file included from src/butter/../util/torgbs.hpp:6:
src/butter/../util/../util/preprocessor.hpp:69:13: fatal error: 'hip/hip_runtime.h' file not found
   69 |     #include<hip/hip_runtime.h>
      |             ^~~~~~~~~~~~~~~~~~~
1 error generated when compiling for gfx1030.
failed to execute:/opt/rocm/lib/llvm/bin/clang++  --offload-arch=gfx1100 --offload-arch=gfx1101 --offload-arch=gfx1102 --offload-arch=gfx1103 --offload-arch=gfx1030 --offload-arch=gfx1031 --offload-arch=gfx1032 --offload-arch=gfx906 --offload-arch=gfx801 --offload-arch=gfx802 --offload-arch=gfx803 -O3 --driver-mode=g++ -O3 --hip-link  -x hip src/vapoursynthPlugin.cpp -std=c++17 -I /home/soichiro/.cache/paru/clone/vapoursynth-plugin-vship-amd-git/src/vship-amd/include -Wno-unused-result -Wno-ignored-attributes -shared -fPIC -o "/home/soichiro/.cache/paru/clone/vapoursynth-plugin-vship-amd-git/src/vship-amd/vship.so"

I'm assuming the build script is not adding /opt/rocm/include to 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 the hip-runtime-amd dependency.