From c6fa53b40398363f1415c31862f7048920bcc592 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Tue, 28 Nov 2023 20:17:19 +0000 Subject: [PATCH] libaom: update to 3.7.1. --- srcpkgs/libaom/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libaom/template b/srcpkgs/libaom/template index ec70a86d1460f..ed41b72a71890 100644 --- a/srcpkgs/libaom/template +++ b/srcpkgs/libaom/template @@ -1,20 +1,20 @@ # Template file for 'libaom' pkgname=libaom -version=3.7.0 +version=3.7.1 revision=1 create_wrksrc=yes build_style=cmake configure_args="-DENABLE_DOCS=OFF -DBUILD_SHARED_LIBS=ON" hostmakedepends="perl" short_desc="AV1 Codec library implementation" -maintainer="Orphaned " +maintainer="triallax " 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" # unstable checksum use content hash -checksum=@11c61ce4c66ce24290db0159f69b8a297e3e195a1fba7e0d154ad341ec8eb60f -make_check=ci-skip # takes a lot of time +checksum=@0d7a8c9863f705816fb3ecebbefe9976c6c20b7872b98a67d038cd1c4e56da9d +make_check=extended # takes a lot of time # aom segfaults with default musl stack size LDFLAGS="-Wl,-z,stack-size=2097152" @@ -27,7 +27,7 @@ case "$XBPS_TARGET_MACHINE" in ppc*) configure_args+=" -DENABLE_VSX=0" ;; esac -if [ "$XBPS_CHECK_PKGS" ]; then +if [ "$XBPS_CHECK_PKGS" = full ]; then configure_args+=" -DENABLE_TESTS=ON" else configure_args+=" -DENABLE_TESTS=OFF"