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:           Tue Aug 12 12:43:47 UTC 2025

Modified Files:
        pkgsrc/multimedia/libaom: Makefile distinfo

Log Message:
multimedia/libaom: Update to 3.12.1

Changelog:
2025-04-11 v3.12.1
  This release includes several bug fixes. This release is ABI
  compatible with the last release. See
  https://aomedia.googlesource.com/aom/+log/v3.12.0..v3.12.1 for all the
  commits in this release.

  - Bug Fixes
    * b:396169342: Assertion
      `av1_is_subpelmv_in_range(&ms_params.mv_limits, start_mv)' failed.
    * b:401671154: typo in void init_src_params(...)
    * Coverity defect 323670: Uninitialized scalar variable in
      encode_with_and_without_superres()
    * cmake: bump minimum version to 3.16
    * cfl_ppc: fix subtract_average_vsx
    * Fix an incorrect index in av1_highbd_pixel_proj_error_neon


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/multimedia/libaom/Makefile
cvs rdiff -u -r1.26 -r1.27 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.38 pkgsrc/multimedia/libaom/Makefile:1.39
--- pkgsrc/multimedia/libaom/Makefile:1.38      Wed Feb 26 15:58:57 2025
+++ pkgsrc/multimedia/libaom/Makefile   Tue Aug 12 12:43:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2025/02/26 15:58:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2025/08/12 12:43:47 ryoon Exp $
 
-DISTNAME=      libaom-3.12.0
+DISTNAME=      libaom-3.12.1
 CATEGORIES=    multimedia
 MASTER_SITES=  https://storage.googleapis.com/aom-releases/
 

Index: pkgsrc/multimedia/libaom/distinfo
diff -u pkgsrc/multimedia/libaom/distinfo:1.26 pkgsrc/multimedia/libaom/distinfo:1.27
--- pkgsrc/multimedia/libaom/distinfo:1.26      Wed Feb 26 15:58:57 2025
+++ pkgsrc/multimedia/libaom/distinfo   Tue Aug 12 12:43:47 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2025/02/26 15:58:57 ryoon Exp $
+$NetBSD: distinfo,v 1.27 2025/08/12 12:43:47 ryoon Exp $
 
-BLAKE2s (libaom-3.12.0.tar.gz) = ec549dfc035c12d5e3aeb52ff081d505af3805b6ce185cae698f5480d965b23c
-SHA512 (libaom-3.12.0.tar.gz) = bc944bd6650842d70b5f85d495cdfc52af20f577b07df1e98f886efc3360cc18be0e7c0545dadb77afe07c584c466e75f5bc0502cb1df0f26a648f2bd08f2b72
-Size (libaom-3.12.0.tar.gz) = 5496350 bytes
+BLAKE2s (libaom-3.12.1.tar.gz) = abb1cefaffe89efed88dc4b42a1410d0fdcd87443ffc38a1890d4a51bb26c4ac
+SHA512 (libaom-3.12.1.tar.gz) = 27521fe1cffd89a8875552f1758de89c19a47aa1640ee20930ac420a03d964eb9ae10c4b0f55e518c37d4d59f06657aee2bfa84eedad35683648bd658e06da73
+Size (libaom-3.12.1.tar.gz) = 5497367 bytes
 SHA1 (patch-aom__ports_ppc__cpudetect.c) = 5b34032e3530a3ba65755e7faefb2f1f97855d98
 SHA1 (patch-build_cmake_aom__configure.cmake) = 5bf24671f31025dcfaf27a4baf85c52e45c45d09
 SHA1 (patch-build_cmake_exports.cmake) = 1de2b3a5de0e27401726b232799aba21cd670535



Home | Main Index | Thread Index | Old Index