From 8f90cae8607e3eece07c9434faacb24d7f206de2 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Tue, 12 Mar 2024 20:47:55 +0000 Subject: [PATCH] libva-utils: update to 2.21.0 Version 2.21.0 - 12.Mar.2024 * vainfo: Print VAConfigAttribEncMaxTileRows and VAConfigAttribEncMaxTileCols * test: Add Prime3 memtype support * sample: Add back buffer size options for AV1e * sample: simplify cbr/vbr interface and refine codes for AV1e * fix: clean some unused variables and functions * fix: unify the coding style * fix: Fix coverity issues exposed in encode/decode/vpp * fix: options in AV1 encode sample * fix: fix typo of version in NEWS * ci: harden permission for freebsd.yml * ci: add workflow permission for all jobs * ci: update freebsd vm to the v1 version * meson: use meson setup instead of meson options log: - https://github.com/intel/libva-utils/compare/2.20.1...2.21.0 --- packages/debug/libva-utils/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/debug/libva-utils/package.mk b/packages/debug/libva-utils/package.mk index 4f6da7c28a..bc8a5c0bbb 100644 --- a/packages/debug/libva-utils/package.mk +++ b/packages/debug/libva-utils/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libva-utils" -PKG_VERSION="2.20.1" -PKG_SHA256="97413a7ec27ec479b97ffc7ab8acebe053615224a4b051602859cf9f88e4e889" +PKG_VERSION="2.21.0" +PKG_SHA256="15ca12bd11c7001c04af5079512754fea6ba8d79151b9f07908c99b27622714e" PKG_LICENSE="GPL" PKG_SITE="https://github.com/01org/libva-utils" PKG_URL="https://github.com/intel/libva-utils/archive/${PKG_VERSION}.tar.gz"