From 13fe20a768fa9f80942d6b3d61477c472bca8a3b Mon Sep 17 00:00:00 2001 From: manfred3000 Date: Tue, 10 Jun 2025 10:39:45 +0200 Subject: [PATCH] dav1d: update to 1.5.1 dav1d: update to 1.5.1 bump shlib to libdav1d-1.5.1_1 restored common/shlibs --- srcpkgs/dav1d/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template index d2ba7e9057a..f3c273255f0 100644 --- a/srcpkgs/dav1d/template +++ b/srcpkgs/dav1d/template @@ -1,6 +1,6 @@ # Template file for 'dav1d' pkgname=dav1d -version=1.3.0 +version=1.5.1 revision=1 build_style=meson configure_args="-Denable_asm=true -Denable_tools=true -Dfuzzing_engine=none @@ -11,7 +11,7 @@ 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=bde8db3d0583a4f3733bb5a4ac525556ffd03ab7dcd8a6e7c091bee28d9466b1 +checksum=4eddffd108f098e307b93c9da57b6125224dc5877b1b3d157b31be6ae8f1f093 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Denable_tests=true"