Package Details: vvdec-git 1.1.0.r1.g8372ca4-1

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)

Required by (2)

Sources (1)

Latest Comments

dreieck commented on 2025-08-24 20:12 (UTC)

This PKGBUILD downloads stuff in check().

Can you make it download that stuff already in prepare(), if you cannot download it via the source array?

==> Starting check()...
[...]
-- Downloading https://www.itu.int/wftp3/av-arch/jvet-site/bitstream_exchange/VVC/FDIS/10b400_A_Bytedance_2.zip
-- Downloading https://www.itu.int/wftp3/av-arch/jvet-site/bitstream_exchange/VVC/FDIS/10b400_B_Bytedance_2.zip
[...]
-- Downloading https://www.itu.int/wftp3/av-arch/jvet-site/bitstream_exchange/VVC/FDIS/WRAP_C_InterDigital_4.zip
-- Downloading https://www.itu.int/wftp3/av-arch/jvet-site/bitstream_exchange/VVC/FDIS/WRAP_D_InterDigital_4.zip
-- Configuring done (2191.1s)
-- Generating done (0.1s)
-- Build files have been written to: /var/cache/makepkg/build/vvdec-git/src/build
make: Entering directory '/var/cache/makepkg/build/vvdec-git/src/build'
Running tests...
[...]

Also, the license identifier should be made SPDX compliant:

vvdec-git E: custom is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

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!