Search Criteria
Package Details: lib32-libvmaf 1.5.3-1
Git Clone URL: | https://aur.archlinux.org/lib32-vmaf.git (read-only, click to copy) |
---|---|
Package Base: | lib32-vmaf |
Description: | Perceptual video quality assessment algorithm based on multi-method fusion - library (32 bit) |
Upstream URL: | https://github.com/Netflix/vmaf/ |
Licenses: | |
Provides: | |
Submitter: | oxalin |
Maintainer: | oxalin |
Last Packager: | oxalin |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-12 13:00 |
Last Updated: | 2020-11-22 22:21 |
Dependencies (5)
- lib32-gcc-libs (lib32-gcc-libs-git, lib32-gcc-libs-gitb)
- vmaf (vmaf-git)
- meson (meson-git) (make)
- nasm (nasm-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
Required by (2)
- lib32-libffmpeg (requires lib32-vmaf)
- lib32-vmaf
Latest Comments
DDoSolitary commented on 2020-11-16 07:44
The vcs_version.h error has been fixed in v1.5.3: https://github.com/Netflix/vmaf/issues/614
sl1pkn07 commented on 2020-08-14 13:57
that is because try to build the code outside the source tree. the "configure" script execute git, and not found the sources in the build folder
oxalin commented on 2020-07-12 05:51
@sl1pkn07 : with the official PKGBUILD, do you have a vcs_version.h file created under ./src/vmaf-1.5.2/libvmaf/build/include ? This is what your error message is pointing at.
oxalin commented on 2020-07-12 05:39
@sl1pkn07 : this is not a proper fix. This reverts the library and executable packages split, re-enables useless check(), uses arch-meson which I prefer not to use (it is a wrapper over meson), etc.
Reinstalling the packages did not show any problem on my system. I'll have a deeper look at this in the next few days. Stay tune.
sl1pkn07 commented on 2020-07-06 15:00
fixed with
sl1pkn07 commented on 2020-07-06 14:46