mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
svt-av1: update to 1.6.0.
This commit is contained in:
parent
6b84622280
commit
3e815a5394
1 changed files with 8 additions and 4 deletions
|
@ -1,16 +1,20 @@
|
||||||
# Template file for 'svt-av1'
|
# Template file for 'svt-av1'
|
||||||
pkgname=svt-av1
|
pkgname=svt-av1
|
||||||
version=1.4.1
|
version=1.6.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="nasm"
|
configure_args="-DSVT_AV1_LTO=ON"
|
||||||
short_desc="AV1-compliant encoder/decoder library core"
|
short_desc="AV1-compliant encoder/decoder library core"
|
||||||
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
||||||
license="BSD-3-Clause-Clear"
|
license="BSD-3-Clause-Clear"
|
||||||
homepage="https://gitlab.com/AOMediaCodec/SVT-AV1"
|
homepage="https://gitlab.com/AOMediaCodec/SVT-AV1"
|
||||||
changelog="https://gitlab.com/AOMediaCodec/SVT-AV1/-/raw/master/CHANGELOG.md"
|
changelog="https://gitlab.com/AOMediaCodec/SVT-AV1/-/raw/master/CHANGELOG.md"
|
||||||
distfiles="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${version}/SVT-AV1-v${version}.tar.gz"
|
distfiles="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${version}/SVT-AV1-v${version}.tar.gz"
|
||||||
checksum=e3f7fc194afc6c90b43e0b80fa24c09940cb03bea394e0e1f5d1ded18e9ab23f
|
checksum=3bc207247568ac713245063555082bfc905edc31df3bf6355e3b194cb73ad817
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686* | x86_64*) hostmakedepends="nasm"
|
||||||
|
esac
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
broken="32-bit is not supported"
|
broken="32-bit is not supported"
|
||||||
|
|
Loading…
Add table
Reference in a new issue