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-amd |
Provides: | ffvship-amd |
Submitter: | CreamSodass |
Maintainer: | CreamSodass |
Last Packager: | CreamSodass |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-06-15 17:10 (UTC) |
Last Updated: | 2025-06-15 17:10 (UTC) |
Dependencies (4)
- hip-runtime-amd (opencl-amdAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- 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
ffms2
to 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/rocm
Changed build target from
buildFFVSHIPall
tobuildFFVSHIP
(more efficient andbuildFFVSHIPall
doesn't cover all architectures; mine wasn't included)