]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libva: upgrade to 2.19.0
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 18 Jul 2023 11:16:37 +0000 (19:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Jul 2023 10:47:45 +0000 (11:47 +0100)
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 <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-graphics/libva/libva-initial_2.19.0.bb [moved from meta/recipes-graphics/libva/libva-initial_2.18.0.bb with 100% similarity]
meta/recipes-graphics/libva/libva-utils_2.19.0.bb [moved from meta/recipes-graphics/libva/libva-utils_2.18.2.bb with 90% similarity]
meta/recipes-graphics/libva/libva.inc
meta/recipes-graphics/libva/libva_2.19.0.bb [moved from meta/recipes-graphics/libva/libva_2.18.0.bb with 100% similarity]

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 c7bf36023d1095130a35b97a609e00b324878d51..acb25a3f0d8fd45db55bff7d374f19f08022298a 100644 (file)
@@ -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<pver>(\d+(\.\d+)+))$"
index 7ed0c9ed8900182f9c435cfa20db1c5e44e20380..3388fea32b896d122af875d62f0caf7d2c302a96 100644 (file)
@@ -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}"