From: Wang Mingyu Date: Tue, 18 Jul 2023 11:16:37 +0000 (+0800) Subject: libva: upgrade to 2.19.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8592c1c71b6b89ccb7cecba1f242ca7f3bfe6b00;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libva: upgrade to 2.19.0 Changelog: =========== * docs: fix references and descriptions snf focyhrn mstkup * ci: add build docs test * win: change default driver search path to bindir * win: rely on compiler to define link names * add: Add mono_chrome to VAEncSequenceParameterBufferAV1 * add: Enable support for license acquisition of multiple protected playbacks * fix: year for version 2.18.0 in NEWS * fix: use secure_getenv instead of getenv * trace: Improve and add VA trace log for AV1 encode * trace: Unify va log message, replace va_TracePrint with va_TraceMsg. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-graphics/libva/libva-initial_2.18.0.bb b/meta/recipes-graphics/libva/libva-initial_2.19.0.bb similarity index 100% rename from meta/recipes-graphics/libva/libva-initial_2.18.0.bb rename to meta/recipes-graphics/libva/libva-initial_2.19.0.bb diff --git a/meta/recipes-graphics/libva/libva-utils_2.18.2.bb b/meta/recipes-graphics/libva/libva-utils_2.19.0.bb similarity index 90% rename from meta/recipes-graphics/libva/libva-utils_2.18.2.bb rename to meta/recipes-graphics/libva/libva-utils_2.19.0.bb index c7bf36023d1..acb25a3f0d8 100644 --- a/meta/recipes-graphics/libva/libva-utils_2.18.2.bb +++ b/meta/recipes-graphics/libva/libva-utils_2.19.0.bb @@ -14,8 +14,8 @@ SECTION = "x11" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" -SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.18-branch;protocol=https" -SRCREV = "76993ae8d0fbd17e5bfff80ed495c71e727f0d06" +SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.19-branch;protocol=https" +SRCREV = "5bf107ec4f7b18a6457d23abf57560dfb382a751" S = "${WORKDIR}/git" UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))$" diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc index 7ed0c9ed890..3388fea32b8 100644 --- a/meta/recipes-graphics/libva/libva.inc +++ b/meta/recipes-graphics/libva/libva.inc @@ -18,7 +18,7 @@ LICENSE = "MIT" SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/libva-${PV}.tar.bz2" LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" -SRC_URI[sha256sum] = "a3577eeba0c23924686c7e2f2030073736c8282a80f27b5473e33ea94ccd4982" +SRC_URI[sha256sum] = "963be798d559df7feebda6fa81aa0dae6f9409c633a37909c44c6aa8af1e2174" S = "${WORKDIR}/libva-${PV}" diff --git a/meta/recipes-graphics/libva/libva_2.18.0.bb b/meta/recipes-graphics/libva/libva_2.19.0.bb similarity index 100% rename from meta/recipes-graphics/libva/libva_2.18.0.bb rename to meta/recipes-graphics/libva/libva_2.19.0.bb