Search Criteria
Package Details: vmaf-git 3.1.0.r0.g6375a4be-1
Package Actions
| 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: | BSD-2-Clause-Patent |
| Conflicts: | libvmaf-git, vmaf |
| Provides: | libvmaf-git, vmaf |
| Replaces: | libvmaf-git |
| Submitter: | dbermond |
| Maintainer: | dbermond |
| Last Packager: | dbermond |
| Votes: | 7 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-02-12 16:51 (UTC) |
| Last Updated: | 2026-04-03 16:56 (UTC) |
Dependencies (7)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- libstdc++ (libstdc++-snapshotAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- meson (meson-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- vim (neovim-symlinksAUR, vim-cli-gitAUR, vim-gitAUR, vim-classic-gitAUR, gvim-classic-gitAUR, gvim-gtk2AUR, gvim) (check)
Required by (32)
- ab-av1 (requires vmaf)
- aom-av1-lavish-git (requires vmaf)
- aom-psy101-git (requires vmaf) (make)
- aom-psy101-git (requires vmaf) (optional)
- aom-vmaf-git (requires vmaf) (check)
- av1an-git (requires vmaf) (optional)
- avisynth-plugin-vmaf-git (requires vmaf)
- ffmpeg-amd-full (requires vmaf)
- ffmpeg-amd-full-git (requires vmaf)
- ffmpeg-cuda (requires vmaf)
- ffmpeg-cuda-full (requires vmaf)
- ffmpeg-decklink (requires vmaf)
- ffmpeg-ffplayout (requires vmaf)
- ffmpeg-full (requires vmaf)
- ffmpeg-full-git (requires vmaf)
- ffmpeg-full-llvm (requires vmaf)
- ffmpeg-git (requires vmaf)
- ffmpeg-headless (requires vmaf)
- ffmpeg-libfdk_aac (requires vmaf)
- ffmpeg-ndi (requires vmaf)
- Show 12 more...
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
dbermond commented on 2021-02-20 13:19 (UTC)
@nathanielcwm https://aur.archlinux.org/cgit/aur.git/commit/?h=vmaf-git&id=9d4b6af580bede452d51e5f53753f02cf7ece3ef
nathanielcwm commented on 2021-02-20 12:56 (UTC)
Why is vim listed as a make depend?
dbermond commented on 2019-12-08 03:31 (UTC)
@TomBoshoven Latest upstream changes were applied. Building fine now.
TomBoshoven commented on 2019-12-08 00:25 (UTC) (edited on 2019-12-08 00:25 (UTC) by TomBoshoven)
dbermond commented on 2019-10-08 11:12 (UTC)
@pingplug Latest upstream changes were applied. Building fine now.
pingplug commented on 2019-10-08 06:29 (UTC)
dbermond commented on 2018-11-16 21:13 (UTC)
@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 (UTC)
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-gitfulfill dependencies onlibvmaf.dbermond commented on 2018-02-10 13:53 (UTC)
@MichaelChou Thank you for pointing this. Now fixed.
MichaelChou commented on 2018-02-10 10:31 (UTC)
Maybe some prefixes in /lib/pkgconfig/libvmaf.pc should be replaced with the correct ones. The same goes for
libvmaf(non-git) package.« First ‹ Previous 1 2 3 Next › Last »