libaom: update to 3.7.1.
This commit is contained in:
parent
8d9269b018
commit
926e938d53
@ -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 <orphan@voidlinux.org>"
|
||||
maintainer="triallax <triallax@tutanota.com>"
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user