libaom: update to 3.4.0.
This commit is contained in:
parent
0621e072e9
commit
5b1aee14aa
|
@ -3458,7 +3458,7 @@ libticalcs2.so.12 libticalcs2-1.1.9_1
|
||||||
libhtmlcxx.so.3 htmlcxx-0.86_1
|
libhtmlcxx.so.3 htmlcxx-0.86_1
|
||||||
libcss_parser_pp.so.0 htmlcxx-0.86_1
|
libcss_parser_pp.so.0 htmlcxx-0.86_1
|
||||||
libcss_parser.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
|
libre.so.1 re-2.0.1_1
|
||||||
libtpms.so.0 libtpms-0.9.0_1
|
libtpms.so.0 libtpms-0.9.0_1
|
||||||
libswtpm_libtpms.so.0 libswtpm-0.6.1_1
|
libswtpm_libtpms.so.0 libswtpm-0.6.1_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libaom'
|
# Template file for 'libaom'
|
||||||
pkgname=libaom
|
pkgname=libaom
|
||||||
version=2.0.1
|
version=3.4.0
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -12,7 +12,10 @@ license="BSD-2-Clause"
|
||||||
homepage="https://aomedia.org/"
|
homepage="https://aomedia.org/"
|
||||||
changelog="https://aomedia.googlesource.com/aom/+/master/CHANGELOG"
|
changelog="https://aomedia.googlesource.com/aom/+/master/CHANGELOG"
|
||||||
distfiles="https://aomedia.googlesource.com/aom/+archive/v${version}.tar.gz"
|
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
|
# aom segfaults with default musl stack size
|
||||||
LDFLAGS="-Wl,-z,stack-size=2097152"
|
LDFLAGS="-Wl,-z,stack-size=2097152"
|
||||||
|
@ -35,11 +38,10 @@ pre_check() {
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
cd build
|
cd build
|
||||||
make testdata ${makejobs}
|
ninja ${makejobs} testdata
|
||||||
../test/examples.sh --bin-path examples
|
../test/examples.sh --bin-path "$PWD"
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||||
make runtests ${makejobs}
|
ninja ${makejobs} runtests
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue