libaom: update to 3.6.0.

This commit is contained in:
mhmdanas 2023-03-01 21:54:15 +00:00 committed by lemmi
parent 827469b7d8
commit e88123c0f0
2 changed files with 9 additions and 7 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'libaom'
pkgname=libaom
version=3.5.0
version=3.6.0
revision=1
create_wrksrc=yes
build_style=cmake
configure_args="-DENABLE_DOCS=OFF -DBUILD_SHARED_LIBS=ON"
hostmakedepends="yasm doxygen perl"
hostmakedepends="perl"
short_desc="AV1 Codec library implementation"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
@ -13,21 +13,23 @@ 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=@adedcb16f6c8e8d82b530c271f2186fb1f9a2d0eebc105c949f9fbecf18a37fa
checksum=@07e101dfe89500bdef1d3cfc0301ada7627cc0fa9b324d84e36ddbd76594933c
make_check=ci-skip # takes a lot of time
# aom segfaults with default musl stack size
LDFLAGS="-Wl,-z,stack-size=2097152"
case "$XBPS_TARGET_MACHINE" in
x86_64* | i686*) hostmakedepends+=" yasm" ;;
# no runtime detection
arm*) configure_args+=" -DENABLE_NEON=0" ;;
ppc64le*) ;;
ppc*) configure_args+=" -DENABLE_VSX=0" ;;
esac
if [ -z "$XBPS_CHECK_PKGS" ]; then
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DENABLE_TESTS=ON"
else
configure_args+=" -DENABLE_TESTS=OFF"
fi
@ -50,7 +52,7 @@ post_install() {
}
libaom-devel_package() {
depends="libaom-${version}_${revision}"
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include

View File

@ -1,3 +1,3 @@
site=https://aomedia.googlesource.com/aom/
pkgname=
pkgname=""
pattern="v\K[\d\.][\d.]+"