* [Buildroot] [PATCH 1/2] package/libva: bump version to 2.20.0
@ 2023-09-23 11:48 Bernd Kuhls
2023-09-23 11:48 ` [Buildroot] [PATCH 2/2] package/libva-utils: " Bernd Kuhls
2023-09-24 10:35 ` [Buildroot] [PATCH 1/2] package/libva: " Yann E. MORIN
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-09-23 11:48 UTC (permalink / raw)
To: buildroot
Release notes: https://github.com/intel/libva/blob/v2.20-branch/NEWS
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libva/libva.hash | 2 +-
package/libva/libva.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libva/libva.hash b/package/libva/libva.hash
index b9dba9e91a..2fffe8701f 100644
--- a/package/libva/libva.hash
+++ b/package/libva/libva.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 8cb5e2a9287a76b12c0b6cb96f4f27a0321bbe693df43cd950e5d4542db7f227 libva-2.19.0.tar.gz
+sha256 117f8d658a5fc9ea406ca80a3eb4ae1d70b15a54807c9ed77199c812bed73b60 libva-2.20.0.tar.gz
sha256 c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de COPYING
diff --git a/package/libva/libva.mk b/package/libva/libva.mk
index fd796cfd6a..9e9d5d698c 100644
--- a/package/libva/libva.mk
+++ b/package/libva/libva.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBVA_VERSION = 2.19.0
+LIBVA_VERSION = 2.20.0
LIBVA_SITE = $(call github,intel,libva,$(LIBVA_VERSION))
LIBVA_LICENSE = MIT
LIBVA_LICENSE_FILES = COPYING
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/libva-utils: bump version to 2.20.0
2023-09-23 11:48 [Buildroot] [PATCH 1/2] package/libva: bump version to 2.20.0 Bernd Kuhls
@ 2023-09-23 11:48 ` Bernd Kuhls
2023-09-24 10:35 ` [Buildroot] [PATCH 1/2] package/libva: " Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-09-23 11:48 UTC (permalink / raw)
To: buildroot
Release notes:
https://github.com/intel/libva-utils/blob/v2.20-branch/NEWS
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libva-utils/libva-utils.hash | 2 +-
package/libva-utils/libva-utils.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libva-utils/libva-utils.hash b/package/libva-utils/libva-utils.hash
index e46a0522f8..b7b6fe3bbc 100644
--- a/package/libva-utils/libva-utils.hash
+++ b/package/libva-utils/libva-utils.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 4135992ab534d0cfd71a93c28e1a22f79c0003cf8d157ffd4621e5e482191b4f libva-utils-2.19.0.tar.gz
+sha256 1a5e3c3c24677a6b4bbee21042c4c06b0a2c62e56ebb1baa4e712392b5c72f9b libva-utils-2.20.0.tar.gz
sha256 c6220c9f87832c27abcb8a32eafdd2823e13ce146b3ea63d5deae2a76798ef50 COPYING
diff --git a/package/libva-utils/libva-utils.mk b/package/libva-utils/libva-utils.mk
index 4b2f5907ea..4f0fa68aa9 100644
--- a/package/libva-utils/libva-utils.mk
+++ b/package/libva-utils/libva-utils.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBVA_UTILS_VERSION = 2.19.0
+LIBVA_UTILS_VERSION = 2.20.0
LIBVA_UTILS_SITE = $(call github,intel,libva-utils,$(LIBVA_UTILS_VERSION))
LIBVA_UTILS_LICENSE = MIT
LIBVA_UTILS_LICENSE_FILES = COPYING
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/libva: bump version to 2.20.0
2023-09-23 11:48 [Buildroot] [PATCH 1/2] package/libva: bump version to 2.20.0 Bernd Kuhls
2023-09-23 11:48 ` [Buildroot] [PATCH 2/2] package/libva-utils: " Bernd Kuhls
@ 2023-09-24 10:35 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-09-24 10:35 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
Bernd, All,
On 2023-09-23 13:48 +0200, Bernd Kuhls spake thusly:
> Release notes: https://github.com/intel/libva/blob/v2.20-branch/NEWS
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Both applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/libva/libva.hash | 2 +-
> package/libva/libva.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libva/libva.hash b/package/libva/libva.hash
> index b9dba9e91a..2fffe8701f 100644
> --- a/package/libva/libva.hash
> +++ b/package/libva/libva.hash
> @@ -1,3 +1,3 @@
> # Locally computed
> -sha256 8cb5e2a9287a76b12c0b6cb96f4f27a0321bbe693df43cd950e5d4542db7f227 libva-2.19.0.tar.gz
> +sha256 117f8d658a5fc9ea406ca80a3eb4ae1d70b15a54807c9ed77199c812bed73b60 libva-2.20.0.tar.gz
> sha256 c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de COPYING
> diff --git a/package/libva/libva.mk b/package/libva/libva.mk
> index fd796cfd6a..9e9d5d698c 100644
> --- a/package/libva/libva.mk
> +++ b/package/libva/libva.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBVA_VERSION = 2.19.0
> +LIBVA_VERSION = 2.20.0
> LIBVA_SITE = $(call github,intel,libva,$(LIBVA_VERSION))
> LIBVA_LICENSE = MIT
> LIBVA_LICENSE_FILES = COPYING
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-24 10:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-23 11:48 [Buildroot] [PATCH 1/2] package/libva: bump version to 2.20.0 Bernd Kuhls
2023-09-23 11:48 ` [Buildroot] [PATCH 2/2] package/libva-utils: " Bernd Kuhls
2023-09-24 10:35 ` [Buildroot] [PATCH 1/2] package/libva: " Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox