Skip to content

Commit

Permalink
libavif: updated to 1.1.1
Browse files Browse the repository at this point in the history
Changed since 1.1.0
* In avif.h, change "AVIF_API AVIF_NODISCARD" back to "AVIF_NODISCARD AVIF_API"
  to fix clang-cl and MSVC compilation errors in the shared library build on
  Windows.
* Fix -DAVIF_GTEST=SYSTEM, AOMediaCodec/libavif#2258.
* Fix infe_type and codec_config_type wrongly read as byte-aligned fields in the
  experimental feature AVIF_ENABLE_EXPERIMENTAL_METAV1.
* When building aom as a local dependency, runtime CPU detection
  (`CONFIG_RUNTIME_CPU_DETECT`) is now always `ON`; in 1.1.0 it had been
  disabled for non-native builds.
* Fix CMake config shared library leaks
  AOMediaCodec/libavif#2264.
* Fix clang-cl compilation.
* Update gain map metadata to current ISO 21496-1 draft.
* cmake: Only search for ASM_NASM language on x86_64 platforms.
* Fix "No known features for CXX compiler" CMake error.
* Fix aom link flags so that transitive library link flags are included when
  aom is a static library
  AOMediaCodec/libavif#2274.
* Fix out-of-order 'dimg' grid associations
  AOMediaCodec/libavif#2311.
* Report files with an item used in multiple 'dimg' boxes with
  AVIF_RESULT_NOT_IMPLEMENTED instead of AVIF_RESULT_INVALID_IMAGE_GRID.
  • Loading branch information
adam committed Jul 31, 2024
1 parent eaa55b1 commit 9e82ae4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions graphics/libavif/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2024/07/22 15:01:59 adam Exp $
# $NetBSD: Makefile,v 1.3 2024/07/31 07:05:38 adam Exp $

DISTNAME= libavif-1.1.0
DISTNAME= libavif-1.1.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=AOMediaCodec/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
4 changes: 2 additions & 2 deletions graphics/libavif/PLIST
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@comment $NetBSD: PLIST,v 1.2 2024/07/22 15:01:59 adam Exp $
@comment $NetBSD: PLIST,v 1.3 2024/07/31 07:05:38 adam Exp $
include/avif/avif.h
include/avif/avif_cxx.h
lib/cmake/libavif/libavif-config-noconfig.cmake
lib/cmake/libavif/libavif-config-version.cmake
lib/cmake/libavif/libavif-config.cmake
lib/libavif.so
lib/libavif.so.16
lib/libavif.so.16.1.0
lib/libavif.so.16.1.1
lib/pkgconfig/libavif.pc
8 changes: 4 additions & 4 deletions graphics/libavif/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2024/07/22 15:01:59 adam Exp $
$NetBSD: distinfo,v 1.3 2024/07/31 07:05:38 adam Exp $

BLAKE2s (libavif-1.1.0.tar.gz) = 501f9995496365ca9b82e0abef3dad73f3c473d900b2fdd7b88ff85a3b1c1861
SHA512 (libavif-1.1.0.tar.gz) = b1a7d69ef4019ff99a04396f4b0912c359e4dc50b292607ad88c7bf3035750b9b6fb52463fe210e9a476bd88de8920a2b16d405c08ce2c489fbbf6a79bc3b7f6
Size (libavif-1.1.0.tar.gz) = 13642536 bytes
BLAKE2s (libavif-1.1.1.tar.gz) = 9f945612ef2e4c1f0278fa25edd730a3e618b889a8d6fcfd27a2e6298a349eb4
SHA512 (libavif-1.1.1.tar.gz) = ba72b8d02b098f361643a073361fccafd22eaac14e46dd06378d5e7acd9853538c5d166473e1de0b020de62dac25be83e42bd57ba51f675d11e2ddf155fbfa21
Size (libavif-1.1.1.tar.gz) = 13644189 bytes

0 comments on commit 9e82ae4

Please sign in to comment.