Search Criteria
Package Details: vvdec-git 1.1.0.r1.g8372ca4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vvdec-git.git (read-only, click to copy) |
---|---|
Package Base: | vvdec-git |
Description: | Fraunhofer Versatile Video Decoder (VVdeC) |
Upstream URL: | https://github.com/fraunhoferhhi/vvdec |
Keywords: | vvc |
Licenses: | custom |
Conflicts: | vvdec |
Provides: | vvdec |
Submitter: | kruzah |
Maintainer: | kruzah |
Last Packager: | kruzah |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-10 15:38 (UTC) |
Last Updated: | 2021-04-14 13:04 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (2)
- gst-plugins-rs-git (requires vvdec)
- hdrview-git (requires vvdec) (make)
Latest Comments
dreieck commented on 2025-08-24 20:12 (UTC)
This
PKGBUILD
downloads stuff incheck()
.Can you make it download that stuff already in
prepare()
, if you cannot download it via thesource
array?Also, the license identifier should be made SPDX compliant:
And the license file must be installed into
[...]/$pkgname/
directory:$pkgdir/usr/share/licenses/$pkgname/
(i.e.[...]/vvdec-git/
), not$pkgdir/usr/share/licenses/vvdec/
.Regards and thanks for the package!