pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/dav1d dav1d: update to 1.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e58ee458bfce
branches:  trunk
changeset: 375956:e58ee458bfce
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 30 09:17:59 2022 +0000

description:
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

diffstat:

 multimedia/dav1d/Makefile |  4 ++--
 multimedia/dav1d/PLIST    |  6 +++---
 multimedia/dav1d/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 5aeca55072b7 -r e58ee458bfce multimedia/dav1d/Makefile
--- a/multimedia/dav1d/Makefile Wed Mar 30 09:16:27 2022 +0000
+++ b/multimedia/dav1d/Makefile Wed Mar 30 09:17:59 2022 +0000
@@ -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 -r 5aeca55072b7 -r e58ee458bfce multimedia/dav1d/PLIST
--- a/multimedia/dav1d/PLIST    Wed Mar 30 09:16:27 2022 +0000
+++ b/multimedia/dav1d/PLIST    Wed Mar 30 09:17:59 2022 +0000
@@ -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/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 -r 5aeca55072b7 -r e58ee458bfce multimedia/dav1d/distinfo
--- a/multimedia/dav1d/distinfo Wed Mar 30 09:16:27 2022 +0000
+++ b/multimedia/dav1d/distinfo Wed Mar 30 09:17:59 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index