* [Buildroot] [PATCH 1/3] package/libva: bump version to 2.13.0
@ 2021-10-12 20:31 Bernd Kuhls
2021-10-12 20:31 ` [Buildroot] [PATCH 2/3] package/libva-utils: " Bernd Kuhls
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Bernd Kuhls @ 2021-10-12 20:31 UTC (permalink / raw)
To: buildroot; +Cc: Louis-Paul Cordier
Release notes: https://github.com/intel/libva/releases/tag/2.13.0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libva/libva.hash | 6 +++---
package/libva/libva.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/libva/libva.hash b/package/libva/libva.hash
index b6531b2c57..7b66a7709d 100644
--- a/package/libva/libva.hash
+++ b/package/libva/libva.hash
@@ -1,5 +1,5 @@
-# From https://github.com/intel/libva/releases/download/2.12.0/libva-2.12.0.tar.bz2.sha1sum
-sha1 9704197d1d909d727f2e180672d287070576a923 libva-2.12.0.tar.bz2
+# From https://github.com/intel/libva/releases/download/2.13.0/libva-2.13.0.tar.bz2.sha1sum
+sha1 2adb2c023371dd68fe0d23e58afcf0b072b79828 libva-2.13.0.tar.bz2
# Locally computed
-sha256 d3f4873715077a8c969c9bfe4ba8455a133353176be0ffe0c41ffd4155c9a8c8 libva-2.12.0.tar.bz2
+sha256 fad383f39f36115814bd0eda1496a4cc01761643bd962635400df2d4470ad460 libva-2.13.0.tar.bz2
sha256 c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de COPYING
diff --git a/package/libva/libva.mk b/package/libva/libva.mk
index 70cf4fee91..6ac5386540 100644
--- a/package/libva/libva.mk
+++ b/package/libva/libva.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBVA_VERSION = 2.12.0
+LIBVA_VERSION = 2.13.0
LIBVA_SOURCE = libva-$(LIBVA_VERSION).tar.bz2
LIBVA_SITE = https://github.com/intel/libva/releases/download/$(LIBVA_VERSION)
LIBVA_LICENSE = MIT
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/3] package/libva-utils: bump version to 2.13.0
2021-10-12 20:31 [Buildroot] [PATCH 1/3] package/libva: bump version to 2.13.0 Bernd Kuhls
@ 2021-10-12 20:31 ` Bernd Kuhls
2021-10-22 18:48 ` Peter Korsgaard
2021-10-12 20:31 ` [Buildroot] [PATCH 3/3] package/intel-mediadriver: bump version to 21.3.5 Bernd Kuhls
` (2 subsequent siblings)
3 siblings, 1 reply; 6+ messages in thread
From: Bernd Kuhls @ 2021-10-12 20:31 UTC (permalink / raw)
To: buildroot; +Cc: Louis-Paul Cordier
Release notes: https://github.com/intel/libva-utils/blob/master/NEWS
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libva-utils/libva-utils.hash | 6 +++---
package/libva-utils/libva-utils.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/libva-utils/libva-utils.hash b/package/libva-utils/libva-utils.hash
index 967c350373..18a078dc1c 100644
--- a/package/libva-utils/libva-utils.hash
+++ b/package/libva-utils/libva-utils.hash
@@ -1,5 +1,5 @@
-# From https://github.com/intel/libva-utils/releases/download/2.12.0/libva-utils-2.12.0.tar.bz2.sha1sum
-sha1 734ad8d4e39bf90b5670224272489f1745024ae2 libva-utils-2.12.0.tar.bz2
+# From https://github.com/intel/libva-utils/releases/download/2.13.0/libva-utils-2.13.0.tar.bz2.sha1sum
+sha1 7ab945cf232387f762891f9e4f7a6cb41e0766e8 libva-utils-2.13.0.tar.bz2
# Locally computed
-sha256 bbe49e68fbdf379acc769e4c1680a76be3e2b48020ca320edafaf7235b62cc44 libva-utils-2.12.0.tar.bz2
+sha256 db3ae0bd63c2a3f6ef498450c29ffc99c387ce611e1eb5db6a8da1f88845d612 libva-utils-2.13.0.tar.bz2
sha256 c6220c9f87832c27abcb8a32eafdd2823e13ce146b3ea63d5deae2a76798ef50 COPYING
diff --git a/package/libva-utils/libva-utils.mk b/package/libva-utils/libva-utils.mk
index c75091c7c7..e6e31df8bd 100644
--- a/package/libva-utils/libva-utils.mk
+++ b/package/libva-utils/libva-utils.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBVA_UTILS_VERSION = 2.12.0
+LIBVA_UTILS_VERSION = 2.13.0
LIBVA_UTILS_SOURCE = libva-utils-$(LIBVA_UTILS_VERSION).tar.bz2
LIBVA_UTILS_SITE = https://github.com/intel/libva-utils/releases/download/$(LIBVA_UTILS_VERSION)
LIBVA_UTILS_LICENSE = MIT
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 3/3] package/intel-mediadriver: bump version to 21.3.5
2021-10-12 20:31 [Buildroot] [PATCH 1/3] package/libva: bump version to 2.13.0 Bernd Kuhls
2021-10-12 20:31 ` [Buildroot] [PATCH 2/3] package/libva-utils: " Bernd Kuhls
@ 2021-10-12 20:31 ` Bernd Kuhls
2021-10-17 9:10 ` [Buildroot] [PATCH 1/3] package/libva: bump version to 2.13.0 Thomas Petazzoni
2021-10-22 18:48 ` Peter Korsgaard
3 siblings, 0 replies; 6+ messages in thread
From: Bernd Kuhls @ 2021-10-12 20:31 UTC (permalink / raw)
To: buildroot; +Cc: Louis-Paul Cordier
Release notes:
https://github.com/intel/media-driver/releases/tag/intel-media-21.3.5
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/intel-mediadriver/intel-mediadriver.hash | 2 +-
package/intel-mediadriver/intel-mediadriver.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/intel-mediadriver/intel-mediadriver.hash b/package/intel-mediadriver/intel-mediadriver.hash
index 6a7953403d..4376f46ff0 100644
--- a/package/intel-mediadriver/intel-mediadriver.hash
+++ b/package/intel-mediadriver/intel-mediadriver.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 10d57dc1e1e15b6d97af62340296fbc1936c5962692a4e8b2d0ebb2337bdc9d1 intel-media-21.3.3.tar.gz
+sha256 182925ed21c0a9843a63865e34dc35bf713294260d14ceb29e8de0de2e34733f intel-media-21.3.5.tar.gz
sha256 74979d5aaee78b8da82e3aafd415a216b6131dfff6d95d6930927c8a4e3bded3 LICENSE.md
diff --git a/package/intel-mediadriver/intel-mediadriver.mk b/package/intel-mediadriver/intel-mediadriver.mk
index 004331c357..23d3d975af 100644
--- a/package/intel-mediadriver/intel-mediadriver.mk
+++ b/package/intel-mediadriver/intel-mediadriver.mk
@@ -6,7 +6,7 @@
# based on https://software.intel.com/en-us/articles/build-and-debug-open-source-media-stack
-INTEL_MEDIADRIVER_VERSION = 21.3.3
+INTEL_MEDIADRIVER_VERSION = 21.3.5
INTEL_MEDIADRIVER_SITE = http://github.com/intel/media-driver/archive
INTEL_MEDIADRIVER_SOURCE= intel-media-$(INTEL_MEDIADRIVER_VERSION).tar.gz
INTEL_MEDIADRIVER_LICENSE = MIT, BSD-3-Clause
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/3] package/libva: bump version to 2.13.0
2021-10-12 20:31 [Buildroot] [PATCH 1/3] package/libva: bump version to 2.13.0 Bernd Kuhls
2021-10-12 20:31 ` [Buildroot] [PATCH 2/3] package/libva-utils: " Bernd Kuhls
2021-10-12 20:31 ` [Buildroot] [PATCH 3/3] package/intel-mediadriver: bump version to 21.3.5 Bernd Kuhls
@ 2021-10-17 9:10 ` Thomas Petazzoni
2021-10-22 18:48 ` Peter Korsgaard
3 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2021-10-17 9:10 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Louis-Paul Cordier, buildroot
On Tue, 12 Oct 2021 22:31:34 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
> Release notes: https://github.com/intel/libva/releases/tag/2.13.0
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/libva/libva.hash | 6 +++---
> package/libva/libva.mk | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
Series applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/3] package/libva: bump version to 2.13.0
2021-10-12 20:31 [Buildroot] [PATCH 1/3] package/libva: bump version to 2.13.0 Bernd Kuhls
` (2 preceding siblings ...)
2021-10-17 9:10 ` [Buildroot] [PATCH 1/3] package/libva: bump version to 2.13.0 Thomas Petazzoni
@ 2021-10-22 18:48 ` Peter Korsgaard
3 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2021-10-22 18:48 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Louis-Paul Cordier, buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Release notes: https://github.com/intel/libva/releases/tag/2.13.0
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to 2021.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 2/3] package/libva-utils: bump version to 2.13.0
2021-10-12 20:31 ` [Buildroot] [PATCH 2/3] package/libva-utils: " Bernd Kuhls
@ 2021-10-22 18:48 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2021-10-22 18:48 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Louis-Paul Cordier, buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Release notes: https://github.com/intel/libva-utils/blob/master/NEWS
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to 2021.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-10-22 18:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-12 20:31 [Buildroot] [PATCH 1/3] package/libva: bump version to 2.13.0 Bernd Kuhls
2021-10-12 20:31 ` [Buildroot] [PATCH 2/3] package/libva-utils: " Bernd Kuhls
2021-10-22 18:48 ` Peter Korsgaard
2021-10-12 20:31 ` [Buildroot] [PATCH 3/3] package/intel-mediadriver: bump version to 21.3.5 Bernd Kuhls
2021-10-17 9:10 ` [Buildroot] [PATCH 1/3] package/libva: bump version to 2.13.0 Thomas Petazzoni
2021-10-22 18:48 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox