From 13983faabf398c530d9e181b05835f0058ad929b Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 30 Mar 2022 09:17:59 +0000 Subject: dav1d: update to 1.0.0. Changes for 1.0.0 'Peregrine falcon': ------------------------------------- 1.0.0 is a major release of dav1d, adding important features and bug fixes. It notably changes, in an important way, the way threading works, by adding an automatic thread management. It also adds support for AVX-512 acceleration, and adds speedups to existing x86 code (from SSE2 to AVX2). 1.0.0 adds new grain API to ease acceleration on the GPU, and adds an API call to get information of which frame failed to decode, in error cases. Finally, 1.0.0 fixes numerous small bugs that were reported since the beginning of the project to have a proper release. .''. .''. . *''* :_\/_: . :_\/_: _\(/_ .:.*_\/_* : /\ : .'.:.'. .''.: /\ : ./)\ ':'* /\ * : '..'. -=:o:=- :_\/_:'.:::. ' *''* * '.\'/.' _\(/_'.':'.' : /\ : ::::: *_\/_* -= o =- /)\ ' * '..' ':::' * /\ * .'/.\'. ' * *..* : * : * 1.0.0 --- multimedia/dav1d/Makefile | 4 ++-- multimedia/dav1d/PLIST | 6 +++--- multimedia/dav1d/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'multimedia') diff --git a/multimedia/dav1d/Makefile b/multimedia/dav1d/Makefile index 217626e5b4b..c759963701a 100644 --- a/multimedia/dav1d/Makefile +++ b/multimedia/dav1d/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2021/09/09 12:33:21 nia Exp $ +# $NetBSD: Makefile,v 1.6 2022/03/30 09:17:59 wiz Exp $ -DISTNAME= dav1d-0.9.2 +DISTNAME= dav1d-1.0.0 CATEGORIES= multimedia MASTER_SITES= https://downloads.videolan.org/pub/videolan/dav1d/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz diff --git a/multimedia/dav1d/PLIST b/multimedia/dav1d/PLIST index 36349067f95..222a48e5c05 100644 --- a/multimedia/dav1d/PLIST +++ b/multimedia/dav1d/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2021/08/10 09:35:37 nia Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/03/30 09:17:59 wiz Exp $ bin/dav1d include/dav1d/common.h include/dav1d/data.h @@ -7,8 +7,8 @@ include/dav1d/headers.h include/dav1d/picture.h include/dav1d/version.h lib/libdav1d.so -lib/libdav1d.so.5 -lib/libdav1d.so.5.1.1 +lib/libdav1d.so.6 +lib/libdav1d.so.6.6.0 lib/pkgconfig/dav1d.pc share/doc/dav1d/AOM-PATENT-LICENSE share/doc/dav1d/LICENSE diff --git a/multimedia/dav1d/distinfo b/multimedia/dav1d/distinfo index cbec64d730c..49eea9374d5 100644 --- a/multimedia/dav1d/distinfo +++ b/multimedia/dav1d/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:00:59 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/03/30 09:17:59 wiz Exp $ -BLAKE2s (dav1d-0.9.2.tar.xz) = ea913b660f00614b3f5bbff3c1735da2a21532b69db4f7c2a05596e77cab95ac -SHA512 (dav1d-0.9.2.tar.xz) = 87026f8b14e408ff50fc8f137ec2ede4b14c5f69687e615d2359d0f718ae5cb5176522490786d9ae1f7838182f82615c2674f7c2961b6dcec83f1ee587c3af7c -Size (dav1d-0.9.2.tar.xz) = 713352 bytes +BLAKE2s (dav1d-1.0.0.tar.xz) = d93fddb6612ae14d76edb48be508b2481a181d335802362c549064d532e2a7e7 +SHA512 (dav1d-1.0.0.tar.xz) = a3a7e162e45181449cd42af3a4d36669a850a4ee9ab17641dcd63d84406444566e8ebc7caa55b0620ab581039f36d19a90218a40f52ebbe525b37ed9493fb3f3 +Size (dav1d-1.0.0.tar.xz) = 810116 bytes -- cgit v1.2.3