diff mbox series

libva: upgrade 2.18.0 -> 2.19.0

Message ID 1689585025-23731-3-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series libva: upgrade 2.18.0 -> 2.19.0 | expand

Commit Message

Mingyu Wang (Fujitsu) July 17, 2023, 9:10 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 meta/recipes-graphics/libva/libva.inc                           | 2 +-
 .../recipes-graphics/libva/{libva_2.18.0.bb => libva_2.19.0.bb} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/libva/{libva_2.18.0.bb => libva_2.19.0.bb} (100%)

Comments

Mittal, Anuj July 18, 2023, 6:55 a.m. UTC | #1
On Mon, 2023-07-17 at 17:10 +0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> 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>
> ---
>  meta/recipes-graphics/libva/libva.inc                           | 2
> +-
>  .../recipes-graphics/libva/{libva_2.18.0.bb => libva_2.19.0.bb} | 0
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-graphics/libva/{libva_2.18.0.bb =>
> libva_2.19.0.bb} (100%)

Please upgrade libva-utils and libva-initial together with libva.

Thanks,

Anuj

> 
> diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-
> graphics/libva/libva.inc
> index 7ed0c9ed89..3388fea32b 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
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#184439):
> https://lists.openembedded.org/g/openembedded-core/message/184439
> Mute This Topic: https://lists.openembedded.org/mt/100191302/3616702
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe:
> https://lists.openembedded.org/g/openembedded-core/unsub [
> anuj.mittal@intel.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc
index 7ed0c9ed89..3388fea32b 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