libaom: update to 3.4.0.

This commit is contained in:
Duncaen 2022-07-01 00:04:42 +02:00
parent 0621e072e9
commit 5b1aee14aa
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
2 changed files with 9 additions and 7 deletions

View File

@ -3458,7 +3458,7 @@ libticalcs2.so.12 libticalcs2-1.1.9_1
libhtmlcxx.so.3 htmlcxx-0.86_1
libcss_parser_pp.so.0 htmlcxx-0.86_1
libcss_parser.so.0 htmlcxx-0.86_1
libaom.so.2 libaom-2.0.0_1
libaom.so.3 libaom-3.4.0_1
libre.so.1 re-2.0.1_1
libtpms.so.0 libtpms-0.9.0_1
libswtpm_libtpms.so.0 libswtpm-0.6.1_1

View File

@ -1,6 +1,6 @@
# Template file for 'libaom'
pkgname=libaom
version=2.0.1
version=3.4.0
revision=1
create_wrksrc=yes
build_style=cmake
@ -12,7 +12,10 @@ license="BSD-2-Clause"
homepage="https://aomedia.org/"
changelog="https://aomedia.googlesource.com/aom/+/master/CHANGELOG"
distfiles="https://aomedia.googlesource.com/aom/+archive/v${version}.tar.gz"
checksum=@b89acd3304531a9f6c99eba13e1de66605893ff8d08abc8c6e0586481a90033a
# unstable checksum use content hash
checksum=@12f82fb240e9fac8d66aa1f4850b07cb9ba025b7f899d2f94229e35122076e1d
make_check=ci-skip # takes a lot of time
# aom segfaults with default musl stack size
LDFLAGS="-Wl,-z,stack-size=2097152"
@ -35,11 +38,10 @@ pre_check() {
do_check() {
cd build
make testdata ${makejobs}
../test/examples.sh --bin-path examples
ninja ${makejobs} testdata
../test/examples.sh --bin-path "$PWD"
if [ "$XBPS_CHECK_PKGS" = full ]; then
make runtests ${makejobs}
ninja ${makejobs} runtests
fi
}