pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libaom



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Feb 10 00:30:56 UTC 2024

Modified Files:
        pkgsrc/multimedia/libaom: Makefile distinfo

Log Message:
Libaom: Update to 3.8.1

CHangelog:
2024-01-17 v3.8.1
  This release includes several bug fixes. This release is ABI
  compatible with the last release. See
  https://aomedia.googlesource.com/aom/+log/v3.8.0..v3.8.1 for all the
  commits in this release.

  - Bug Fixes
    * aomedia:3520: get_cubic_kernel_dbl: Assertion `0 <= x && x < 1'
      failed.
    * aomedia:3526: alloc_compressor_data() is called during every
      aom_codec_control() call on the encoder.
    * aomedia:3527: aom/av1/encoder/mcomp.c:1810: av1_full_pixel_search:
      Assertion `ms_params->ms_buffers.ref->width ==
      ms_params->ms_buffers.src->width' failed.
    * aomedia:3534: libaom encoder crashed by AOM_USAGE_ALL_INTRA and
      AOM_EFLAG_NO_REF_LAST flags.
    * b/310455204: Recreate workers if necessary.
    * b/310548198: Update frame size in actual encoding.
    * b/314858909: Do not use adaptive error estimate.
    * Fix a hang of cmake on arm64 macOS with cmake 3.27.0 or later.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/multimedia/libaom/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/libaom/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/libaom/Makefile
diff -u pkgsrc/multimedia/libaom/Makefile:1.29 pkgsrc/multimedia/libaom/Makefile:1.30
--- pkgsrc/multimedia/libaom/Makefile:1.29      Sun Dec 31 09:09:06 2023
+++ pkgsrc/multimedia/libaom/Makefile   Sat Feb 10 00:30:56 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2023/12/31 09:09:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2024/02/10 00:30:56 ryoon Exp $
 
-DISTNAME=      libaom-3.8.0
+DISTNAME=      libaom-3.8.1
 CATEGORIES=    multimedia
 MASTER_SITES=  https://storage.googleapis.com/aom-releases/
 

Index: pkgsrc/multimedia/libaom/distinfo
diff -u pkgsrc/multimedia/libaom/distinfo:1.20 pkgsrc/multimedia/libaom/distinfo:1.21
--- pkgsrc/multimedia/libaom/distinfo:1.20      Sun Dec 31 09:09:06 2023
+++ pkgsrc/multimedia/libaom/distinfo   Sat Feb 10 00:30:56 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2023/12/31 09:09:06 ryoon Exp $
+$NetBSD: distinfo,v 1.21 2024/02/10 00:30:56 ryoon Exp $
 
-BLAKE2s (libaom-3.8.0.tar.gz) = 6d07510718e5d6ed294cfeae896c98fa2b7e239f69523b35d082edd88968d343
-SHA512 (libaom-3.8.0.tar.gz) = 201a3ef00c0de3f90ed2486b306b836ec3e5c891c0ea05cb4607523f084f957849d38cd1e2684c05af2a93180a1b151ccc7a99ba8d5d52a84d8cb17cb25b0e8a
-Size (libaom-3.8.0.tar.gz) = 5448720 bytes
+BLAKE2s (libaom-3.8.1.tar.gz) = 7d58f8453c73969f4fb80e6c22e7000b0f6411d2548511eeddd4e218ba3dd675
+SHA512 (libaom-3.8.1.tar.gz) = f9ee918a37699cfaf2bcb5aa16a4d8b077feb1fc577d8c5437ed3fa1a1c0a5d734c9564e3c8c0f0b1baf43dc5abb7ff0196a77607b10d926c0be7858778ac1e3
+Size (libaom-3.8.1.tar.gz) = 5450909 bytes
 SHA1 (patch-aom__ports_ppc__cpudetect.c) = 5b34032e3530a3ba65755e7faefb2f1f97855d98
 SHA1 (patch-build_cmake_aom__configure.cmake) = 912cf6dca48897ff95a0697cc5c76304284070be
 SHA1 (patch-build_cmake_exports.cmake) = 1de2b3a5de0e27401726b232799aba21cd670535



Home | Main Index | Thread Index | Old Index