mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libaom: update to 3.6.0.
This commit is contained in:
parent
827469b7d8
commit
e88123c0f0
2 changed files with 9 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'libaom'
|
# Template file for 'libaom'
|
||||||
pkgname=libaom
|
pkgname=libaom
|
||||||
version=3.5.0
|
version=3.6.0
|
||||||
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="yasm doxygen perl"
|
hostmakedepends="perl"
|
||||||
short_desc="AV1 Codec library implementation"
|
short_desc="AV1 Codec library implementation"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
@ -13,21 +13,23 @@ 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=@adedcb16f6c8e8d82b530c271f2186fb1f9a2d0eebc105c949f9fbecf18a37fa
|
checksum=@07e101dfe89500bdef1d3cfc0301ada7627cc0fa9b324d84e36ddbd76594933c
|
||||||
|
|
||||||
make_check=ci-skip # takes a lot of time
|
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"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64* | i686*) hostmakedepends+=" yasm" ;;
|
||||||
# no runtime detection
|
# no runtime detection
|
||||||
arm*) configure_args+=" -DENABLE_NEON=0" ;;
|
arm*) configure_args+=" -DENABLE_NEON=0" ;;
|
||||||
ppc64le*) ;;
|
ppc64le*) ;;
|
||||||
ppc*) configure_args+=" -DENABLE_VSX=0" ;;
|
ppc*) configure_args+=" -DENABLE_VSX=0" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -DENABLE_TESTS=ON"
|
||||||
|
else
|
||||||
configure_args+=" -DENABLE_TESTS=OFF"
|
configure_args+=" -DENABLE_TESTS=OFF"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -50,7 +52,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libaom-devel_package() {
|
libaom-devel_package() {
|
||||||
depends="libaom-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
site=https://aomedia.googlesource.com/aom/
|
site=https://aomedia.googlesource.com/aom/
|
||||||
pkgname=
|
pkgname=""
|
||||||
pattern="v\K[\d\.][\d.]+"
|
pattern="v\K[\d\.][\d.]+"
|
||||||
|
|
Loading…
Add table
Reference in a new issue