Package Details: xavs2 1.4-2

Git Clone URL: https://aur.archlinux.org/xavs2.git (read-only, click to copy)
Package Base: xavs2
Description: Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard
Upstream URL: https://github.com/pkuvcl/xavs2/
Licenses: GPL-2.0-or-later
Conflicts: libxavs2
Provides: libxavs2
Replaces: libxavs2
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 17
Popularity: 0.34
First Submitted: 2018-07-28 00:27 (UTC)
Last Updated: 2024-05-23 15:52 (UTC)

Latest Comments

dbermond commented on 2024-05-23 15:53 (UTC)

@wyzdwdz yet another package with this issue. Thanks for reporting. I've pushed the fix and the package is now building fine.

wyzdwdz commented on 2024-05-23 09:13 (UTC) (edited on 2024-05-23 09:16 (UTC) by wyzdwdz)

gcc-14 uses compiler flag "-Werror=incompatible-pointer-types" by default which let it fail to compile.

Add --extra-cflags="-Wno-incompatible-pointer-types" in ./configure options will ignore that.

dbermond commented on 2023-02-04 16:27 (UTC)

@Accidentaccio I've just checked, and the checksums are correct.

Accidentaccio commented on 2023-01-30 22:35 (UTC)

Reports that it fails to compile actually. The error is: ERROR: One or more files did not pass the validity check!

dbermond commented on 2019-01-07 18:24 (UTC)

@madalin nasm is currently needed only on xavs2-git. xavs2 version 1.3 stable uses yasm as the assembler.

madalin commented on 2019-01-07 13:16 (UTC)

It's actually requiring nasm, not yasm. It will fail to build without it.