mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libaom: update to 3.7.1.
This commit is contained in:
parent
8d9269b018
commit
926e938d53
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'libaom'
|
# Template file for 'libaom'
|
||||||
pkgname=libaom
|
pkgname=libaom
|
||||||
version=3.7.0
|
version=3.7.1
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_DOCS=OFF -DBUILD_SHARED_LIBS=ON"
|
configure_args="-DENABLE_DOCS=OFF -DBUILD_SHARED_LIBS=ON"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
short_desc="AV1 Codec library implementation"
|
short_desc="AV1 Codec library implementation"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="triallax <triallax@tutanota.com>"
|
||||||
license="BSD-2-Clause"
|
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"
|
||||||
# unstable checksum use content hash
|
# unstable checksum use content hash
|
||||||
checksum=@11c61ce4c66ce24290db0159f69b8a297e3e195a1fba7e0d154ad341ec8eb60f
|
checksum=@0d7a8c9863f705816fb3ecebbefe9976c6c20b7872b98a67d038cd1c4e56da9d
|
||||||
make_check=ci-skip # takes a lot of time
|
make_check=extended # 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"
|
||||||
|
@ -27,7 +27,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc*) configure_args+=" -DENABLE_VSX=0" ;;
|
ppc*) configure_args+=" -DENABLE_VSX=0" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||||
configure_args+=" -DENABLE_TESTS=ON"
|
configure_args+=" -DENABLE_TESTS=ON"
|
||||||
else
|
else
|
||||||
configure_args+=" -DENABLE_TESTS=OFF"
|
configure_args+=" -DENABLE_TESTS=OFF"
|
||||||
|
|
Loading…
Add table
Reference in a new issue