From 7d00468706a4a885d6372cc3d0e397e34ab30ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Thu, 11 Jun 2020 00:35:13 +0200 Subject: [PATCH] dav1d: update to 0.7.0. --- srcpkgs/dav1d/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template index 308a323680a..ada22041745 100644 --- a/srcpkgs/dav1d/template +++ b/srcpkgs/dav1d/template @@ -1,9 +1,9 @@ # Template file for 'dav1d' pkgname=dav1d -version=0.6.0 +version=0.7.0 revision=1 build_style=meson -configure_args="-Dbuild_tests=false -Dbuild_asm=true -Dbuild_tools=true +configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true -Dfuzzing_engine=none -Dtestdata_tests=false" hostmakedepends="nasm" short_desc="Small and fast AV1 Decoder" @@ -11,8 +11,8 @@ maintainer="mustaqim " 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=7fcfb4d2e43681f99faaad29d2a81c0ecc42d6e2b94eb4d1fded4e9dcb3661f1 +distfiles="https://code.videolan.org/videolan/dav1d/-/archive/${version}/dav1d-${version}.tar.bz2" +checksum=8057149f5f08c5ca47e1344fba9046ff84ac85ca409d7adbec8268c707ec5c19 libdav1d4_package() { short_desc+=" - runtime library"