Search Criteria
Package Details: vmaf-git 3.0.0rc.r1.g97e50eae-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 |
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: | 2023-11-28 20:14 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- vim (neovim-drop-inAUR, neovim-symlinksAUR, vim-cli-gitAUR, gvim-wayland-lilydjwg-gitAUR, vim-gitAUR, gvim-gtk2AUR, gvim) (check)
Required by (24)
- 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-decklink (requires vmaf)
- ffmpeg-ffplayout (requires vmaf)
- ffmpeg-full (requires vmaf)
- ffmpeg-full-git (requires vmaf)
- ffmpeg-git (requires vmaf)
- ffmpeg-headless (requires vmaf)
- ffmpeg-libfdk_aac (requires vmaf)
- ffmpeg-nvcodec-11-1-git (requires vmaf)
- ffmpeg-obs (requires vmaf)
- ffmpeg6.1 (requires vmaf)
- Show 4 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-git
fulfill 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 »