dav1d: update to 1.2.0.
This commit is contained in:
parent
2947bc91d7
commit
da01acfb41
@ -1,18 +1,27 @@
|
||||
# Template file for 'dav1d'
|
||||
pkgname=dav1d
|
||||
version=1.0.0
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true
|
||||
-Dfuzzing_engine=none -Dtestdata_tests=false"
|
||||
hostmakedepends="nasm"
|
||||
configure_args="-Denable_asm=true -Denable_tools=true -Dfuzzing_engine=none
|
||||
-Dtestdata_tests=false"
|
||||
short_desc="Small and fast AV1 Decoder"
|
||||
maintainer="mustaqim <git@mustaqim.ml>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://code.videolan.org/videolan/dav1d"
|
||||
changelog="https://code.videolan.org/videolan/dav1d/raw/master/NEWS"
|
||||
distfiles="https://code.videolan.org/videolan/dav1d/-/archive/${version}/dav1d-${version}.tar.bz2"
|
||||
checksum=4a4eb6cecbc8c26916ef58886d478243de8bcc46710b369c04d6891b0155ac0f
|
||||
checksum=05cedc43127e00a86c68b8a49a5f68e2dc22b9baa10b1e12a5e3bc5b37876a6b
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -Denable_tests=true"
|
||||
else
|
||||
configure_args+=" -Denable_tests=false"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64* | i686*) hostmakedepends="nasm" ;;
|
||||
esac
|
||||
|
||||
libdav1d6_package() {
|
||||
short_desc+=" - runtime library"
|
||||
|
Loading…
Reference in New Issue
Block a user