Search Criteria
Package Details: vmaf-git 2.0.0.r27.g9f5ecc65-2
Git Clone URL: | https://aur.archlinux.org/vmaf-git.git (read-only, click to copy) |
---|---|
Package Base: | vmaf-git |
Description: | Perceptual video quality assessment algorithm based on multi-method fusion (git version) |
Upstream URL: | https://github.com/Netflix/vmaf/ |
Keywords: | libvmaf netflix |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 6 |
Popularity: | 0.003549 |
First Submitted: | 2018-02-12 16:51 |
Last Updated: | 2020-12-26 13:34 |
Dependencies (6)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- doxygen (doxygen-git) (make)
- git (git-git) (make)
- meson (meson-git) (make)
- nasm (nasm-git) (make)
- vim (vim-qt-git, vim-qt-qt5-git, neovim-drop-in, vim-clipboard, vim-gnome, gvim-hg, neovim-symlinks, vim-git, vim-x11, vim-min, gvim-gtk2, gvim) (make)
Required by (23)
- aom-vmaf-git (requires vmaf) (check)
- ffmpeg-amd-full (requires vmaf)
- ffmpeg-amd-full-git (requires vmaf)
- ffmpeg-decklink (requires vmaf)
- ffmpeg-full (requires vmaf)
- ffmpeg-full-git (requires vmaf)
- ffmpeg-git (requires vmaf)
- ffmpeg-gl-transition (requires vmaf)
- ffmpeg-intel-full-git (requires vmaf)
- ffmpeg-libfdk_aac (requires vmaf)
- ffmpeg-ndi (requires vmaf)
- ffmpeg-nocuda (requires vmaf)
- ffmpeg-nox-git (requires vmaf)
- ffmpeg-svt-av1-git (requires vmaf)
- ffmpeg-svt-vp9-git (requires vmaf)
- lib32-libvmaf (requires vmaf)
- lib32-vmaf (requires vmaf)
- mpv-full-build-git (requires vmaf)
- python-av1an (requires vmaf) (optional)
- python-av1an-git (requires vmaf) (optional)
- python-parallelencode (requires vmaf) (optional)
- python-vmaf (requires vmaf) (check)
- vapoursynth-plugin-vmaf-git (requires vmaf)
Latest Comments
1 2 Next › Last »
dbermond commented on 2021-02-20 13:19
@nathanielcwm https://aur.archlinux.org/cgit/aur.git/commit/?h=vmaf-git&id=9d4b6af580bede452d51e5f53753f02cf7ece3ef
nathanielcwm commented on 2021-02-20 12:56
Why is vim listed as a make depend?
dbermond commented on 2019-12-08 03:31
@TomBoshoven Latest upstream changes were applied. Building fine now.
TomBoshoven commented on 2019-12-08 00:25
dbermond commented on 2019-10-08 11:12
@pingplug Latest upstream changes were applied. Building fine now.
pingplug commented on 2019-10-08 06:29
dbermond commented on 2018-11-16 21:13
@dreieck If you need to fulfill a specific version of vmaf you should specify it on the target pkgbuild, for example: depends=('vmaf>=1.3.9').
libvmaf was the previous package name, which was renamed to vmaf, hence it provides/conflicts/replaces libvmaf-git (without versions...). Avoid using libvmaf on target pkgbuilds since it was renamed and no more exists.
dreieck commented on 2018-11-15 15:57
Can you enhance
provides=('libvmaf-git' 'vmaf')
toprovides=("libvmaf-git=${pkgver}" "vmaf=${pkgver}")
, and also add"libvmaf=${pkgver}"
to theprovides
-array?The first would allow to make dependencies on version number, the second to make
vmaf-git
fulfill dependencies onlibvmaf
.dbermond commented on 2018-02-10 13:53
@MichaelChou Thank you for pointing this. Now fixed.
MichaelChou commented on 2018-02-10 10:31
Maybe some prefixes in /lib/pkgconfig/libvmaf.pc should be replaced with the correct ones. The same goes for
libvmaf
(non-git) package.