From 333448b957fe7f4a1778c24b3ee5b42f62455cc2 Mon Sep 17 00:00:00 2001 From: mustaqim Date: Thu, 24 Oct 2019 19:20:48 +0200 Subject: [PATCH] dav1d: update to 0.5.0 --- common/shlibs | 2 +- srcpkgs/dav1d/template | 7 ++++--- srcpkgs/ffmpeg/template | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index a280247373a..3d8a854c897 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3367,7 +3367,7 @@ libcsfml-window.so.2.5 CSFML-2.5_1 libcsfml-system.so.2.5 CSFML-2.5_1 libcsfml-network.so.2.5 CSFML-2.5_1 libtokyocabinet.so.9 tokyocabinet-1.4.48_1 -libdav1d.so.1 libdav1d1-0.2.0_1 +libdav1d.so.3 libdav1d3-0.5.0_1 libdqlite.so.0 dqlite-0.2.1_1 libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_1 libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1 diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template index ba6673de755..bbcfc08271d 100644 --- a/srcpkgs/dav1d/template +++ b/srcpkgs/dav1d/template @@ -1,17 +1,18 @@ # Template file for 'dav1d' pkgname=dav1d -version=0.3.1 +version=0.5.0 revision=1 build_style=meson configure_args="-Dbuild_tests=false -Dbuild_asm=true -Dbuild_tools=true -Dfuzzing_engine=none -Dtestdata_tests=false" hostmakedepends="nasm" short_desc="Small and fast AV1 Decoder" -maintainer="Orphaned " +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=be511d465223cc74aab507fe3a6e4e764501662ebf1a5e233854ed064a7ae204 +checksum=b29c159bf7c56e8b6ae81bb24704599819fa89399ec3d6db3dbc052d7bc5baf8 libdav1d1_package() { short_desc+=" - runtime library" diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template index 01287fc19a3..47b34760dd4 100644 --- a/srcpkgs/ffmpeg/template +++ b/srcpkgs/ffmpeg/template @@ -2,7 +2,7 @@ # audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname! pkgname=ffmpeg version=4.2.1 -revision=1 +revision=2 short_desc="Decoding, encoding and streaming software" maintainer="Johannes " license="GPL-3.0-or-later"