* [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 23.3.4
@ 2023-09-29 18:39 Bernd Kuhls
2023-09-29 18:39 ` [Buildroot] [PATCH 2/2] package/intel-mediadriver: " Bernd Kuhls
2023-09-29 20:02 ` [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: " Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2023-09-29 18:39 UTC (permalink / raw)
To: buildroot; +Cc: Louis-Paul Cordier
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/onevpl-intel-gpu/onevpl-intel-gpu.hash | 2 +-
package/onevpl-intel-gpu/onevpl-intel-gpu.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/onevpl-intel-gpu/onevpl-intel-gpu.hash b/package/onevpl-intel-gpu/onevpl-intel-gpu.hash
index fab7ca0eae..fa25c507eb 100644
--- a/package/onevpl-intel-gpu/onevpl-intel-gpu.hash
+++ b/package/onevpl-intel-gpu/onevpl-intel-gpu.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 4f31a10d51fb09c87fa62afb6da51778f0d946de900f3367816864dc0e096b29 onevpl-intel-gpu-23.3.3.tar.gz
+sha256 9de6bfd17259b7434f2bb4fb6d2874decf9b1d4587ec9b90d91188049921e32f onevpl-intel-gpu-23.3.4.tar.gz
sha256 c31c3cc5fd66d1250dbca1c3d9011a9f874537442ac71c8de80f2f0fed13f297 LICENSE
diff --git a/package/onevpl-intel-gpu/onevpl-intel-gpu.mk b/package/onevpl-intel-gpu/onevpl-intel-gpu.mk
index 311ab88b4e..c7c557e9e2 100644
--- a/package/onevpl-intel-gpu/onevpl-intel-gpu.mk
+++ b/package/onevpl-intel-gpu/onevpl-intel-gpu.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ONEVPL_INTEL_GPU_VERSION = 23.3.3
+ONEVPL_INTEL_GPU_VERSION = 23.3.4
ONEVPL_INTEL_GPU_SITE = $(call github,oneapi-src,oneVPL-intel-gpu,intel-onevpl-$(ONEVPL_INTEL_GPU_VERSION))
ONEVPL_INTEL_GPU_LICENSE = MIT
ONEVPL_INTEL_GPU_LICENSE_FILES = LICENSE
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/intel-mediadriver: bump version to 23.3.4
2023-09-29 18:39 [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 23.3.4 Bernd Kuhls
@ 2023-09-29 18:39 ` Bernd Kuhls
2023-09-29 20:02 ` Peter Korsgaard
2023-09-29 20:02 ` [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: " Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2023-09-29 18:39 UTC (permalink / raw)
To: buildroot; +Cc: Louis-Paul Cordier
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
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 d2ef168a64..4a3b34a9c1 100644
--- a/package/intel-mediadriver/intel-mediadriver.hash
+++ b/package/intel-mediadriver/intel-mediadriver.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 66bcce50e9ade800891d08ae3e6cac5aeda60c7ede945ab19e8d2a33e321d06e intel-media-23.3.3.tar.gz
+sha256 0101a600d70fa423b224d8ab53d8359c880a697af7a32fcfae3c744518277773 intel-media-23.3.4.tar.gz
sha256 74979d5aaee78b8da82e3aafd415a216b6131dfff6d95d6930927c8a4e3bded3 LICENSE.md
diff --git a/package/intel-mediadriver/intel-mediadriver.mk b/package/intel-mediadriver/intel-mediadriver.mk
index bdb4c699c0..27b8d3bf7d 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 = 23.3.3
+INTEL_MEDIADRIVER_VERSION = 23.3.4
INTEL_MEDIADRIVER_SITE = https://github.com/intel/media-driver/archive
INTEL_MEDIADRIVER_SOURCE= intel-media-$(INTEL_MEDIADRIVER_VERSION).tar.gz
INTEL_MEDIADRIVER_LICENSE = MIT, BSD-3-Clause
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 23.3.4
2023-09-29 18:39 [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 23.3.4 Bernd Kuhls
2023-09-29 18:39 ` [Buildroot] [PATCH 2/2] package/intel-mediadriver: " Bernd Kuhls
@ 2023-09-29 20:02 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-09-29 20:02 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Louis-Paul Cordier, buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-09-29 20:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-29 18:39 [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: bump version to 23.3.4 Bernd Kuhls
2023-09-29 18:39 ` [Buildroot] [PATCH 2/2] package/intel-mediadriver: " Bernd Kuhls
2023-09-29 20:02 ` Peter Korsgaard
2023-09-29 20:02 ` [Buildroot] [PATCH 1/2] package/onevpl-intel-gpu: " Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox