Search Criteria
Package Details: ffvship-amd-git 3.0.0.13.g1ed2fb3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ffvship-amd-git.git (read-only, click to copy) |
|---|---|
| Package Base: | ffvship-amd-git |
| Description: | Cli tool for computing the metric difference between two videos (GIT version) |
| Upstream URL: | https://github.com/Line-fr/Vship |
| Licenses: | MIT |
| Conflicts: | ffvship |
| Provides: | ffvship |
| Submitter: | CreamSodass |
| Maintainer: | CreamSodass |
| Last Packager: | CreamSodass |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-06-15 17:10 (UTC) |
| Last Updated: | 2025-11-18 23:29 (UTC) |
Dependencies (4)
- ffms2 (ffms2-gitAUR)
- hip-runtime-amd (opencl-amdAUR)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
Latest Comments
tgw314 commented on 2025-08-09 05:29 (UTC) (edited on 2025-08-09 05:29 (UTC) by tgw314)
Fixed several issues in the PKGBUILD:
Added missing
ffms2to depends (runtime)Updated makedepends: removed
make(base-devel),clang(unused), addedhip-runtime-amd(required)Set ROCm env:
PATH="/opt/rocm/bin:/opt/rocm/lib/llvm/bin:${PATH}",HIP_PATH=/opt/rocmChanged build target from
buildFFVSHIPalltobuildFFVSHIP(more efficient andbuildFFVSHIPalldoesn't cover all architectures; mine wasn't included)