All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/intel-mediadriver: bump version to 24.1.4
@ 2024-03-07 17:43 Bernd Kuhls
  2024-03-07 17:43 ` [Buildroot] [PATCH 2/3] package/libvpl: bump version to 2.10.2 Bernd Kuhls
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Bernd Kuhls @ 2024-03-07 17:43 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 a1b098094b..4b410fb961 100644
--- a/package/intel-mediadriver/intel-mediadriver.hash
+++ b/package/intel-mediadriver/intel-mediadriver.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  a024e96abd662193e4295f427a76c5894087503df46bd82c0e5bea103e44b171  intel-media-24.1.3.tar.gz
+sha256  7ea727b3e2890cf8f50307a3910664209bcbae1ce0d3d8f81bb9f522b0f66d59  intel-media-24.1.4.tar.gz
 sha256  74979d5aaee78b8da82e3aafd415a216b6131dfff6d95d6930927c8a4e3bded3  LICENSE.md
diff --git a/package/intel-mediadriver/intel-mediadriver.mk b/package/intel-mediadriver/intel-mediadriver.mk
index efedf407e5..814175867f 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 = 24.1.3
+INTEL_MEDIADRIVER_VERSION = 24.1.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] 9+ messages in thread

* [Buildroot] [PATCH 2/3] package/libvpl: bump version to 2.10.2
  2024-03-07 17:43 [Buildroot] [PATCH 1/3] package/intel-mediadriver: bump version to 24.1.4 Bernd Kuhls
@ 2024-03-07 17:43 ` Bernd Kuhls
  2024-03-11 19:08   ` Peter Korsgaard
  2024-03-21 20:21   ` Peter Korsgaard
  2024-03-07 17:43 ` [Buildroot] [PATCH 3/3] package/onevpl-intel-gpu: bump version to 24.1.4 Bernd Kuhls
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 9+ messages in thread
From: Bernd Kuhls @ 2024-03-07 17:43 UTC (permalink / raw)
  To: buildroot; +Cc: Louis-Paul Cordier

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/libvpl/libvpl.hash | 2 +-
 package/libvpl/libvpl.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libvpl/libvpl.hash b/package/libvpl/libvpl.hash
index df1914e4a4..19407e01ba 100644
--- a/package/libvpl/libvpl.hash
+++ b/package/libvpl/libvpl.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  524299a7b920ac0de1f6913ca90515858ea3a8ea2daaea60f8e0be62f22c8041  libvpl-2.10.1.tar.gz
+sha256  ad956ea7ecf14614325f59dfb44cc5ba08e2fcac373342d61c7db152ac651253  libvpl-2.10.2.tar.gz
 sha256  bf1cfac2e2792b6e1e995ce103d70796aecaf2ec7e4c5fe5474f7acec7b4a677  LICENSE
diff --git a/package/libvpl/libvpl.mk b/package/libvpl/libvpl.mk
index 0c5d354874..645fda14de 100644
--- a/package/libvpl/libvpl.mk
+++ b/package/libvpl/libvpl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBVPL_VERSION = 2.10.1
+LIBVPL_VERSION = 2.10.2
 LIBVPL_SITE = $(call github,intel,libvpl,v$(LIBVPL_VERSION))
 LIBVPL_LICENSE = MIT
 LIBVPL_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] 9+ messages in thread

* [Buildroot] [PATCH 3/3] package/onevpl-intel-gpu: bump version to 24.1.4
  2024-03-07 17:43 [Buildroot] [PATCH 1/3] package/intel-mediadriver: bump version to 24.1.4 Bernd Kuhls
  2024-03-07 17:43 ` [Buildroot] [PATCH 2/3] package/libvpl: bump version to 2.10.2 Bernd Kuhls
@ 2024-03-07 17:43 ` Bernd Kuhls
  2024-03-11 19:08   ` Peter Korsgaard
  2024-03-21 20:21   ` Peter Korsgaard
  2024-03-11 19:08 ` [Buildroot] [PATCH 1/3] package/intel-mediadriver: " Peter Korsgaard
  2024-03-21 20:20 ` Peter Korsgaard
  3 siblings, 2 replies; 9+ messages in thread
From: Bernd Kuhls @ 2024-03-07 17:43 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 a45758a2c3..8dd42c4713 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  15d34e4304d7aeb5ea5e529b6f51171109cef42525113321f675bc14e56c697e  onevpl-intel-gpu-24.1.3.tar.gz
+sha256  879a232351ce0647522a0981edded3760104aec9f2bdc2ad31f70df03c95a6a9  onevpl-intel-gpu-24.1.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 509698ce26..ca2c866735 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 = 24.1.3
+ONEVPL_INTEL_GPU_VERSION = 24.1.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] 9+ messages in thread

* Re: [Buildroot] [PATCH 1/3] package/intel-mediadriver: bump version to 24.1.4
  2024-03-07 17:43 [Buildroot] [PATCH 1/3] package/intel-mediadriver: bump version to 24.1.4 Bernd Kuhls
  2024-03-07 17:43 ` [Buildroot] [PATCH 2/3] package/libvpl: bump version to 2.10.2 Bernd Kuhls
  2024-03-07 17:43 ` [Buildroot] [PATCH 3/3] package/onevpl-intel-gpu: bump version to 24.1.4 Bernd Kuhls
@ 2024-03-11 19:08 ` Peter Korsgaard
  2024-03-21 20:20 ` Peter Korsgaard
  3 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-03-11 19:08 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] 9+ messages in thread

* Re: [Buildroot] [PATCH 2/3] package/libvpl: bump version to 2.10.2
  2024-03-07 17:43 ` [Buildroot] [PATCH 2/3] package/libvpl: bump version to 2.10.2 Bernd Kuhls
@ 2024-03-11 19:08   ` Peter Korsgaard
  2024-03-21 20:21   ` Peter Korsgaard
  1 sibling, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-03-11 19:08 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] 9+ messages in thread

* Re: [Buildroot] [PATCH 3/3] package/onevpl-intel-gpu: bump version to 24.1.4
  2024-03-07 17:43 ` [Buildroot] [PATCH 3/3] package/onevpl-intel-gpu: bump version to 24.1.4 Bernd Kuhls
@ 2024-03-11 19:08   ` Peter Korsgaard
  2024-03-21 20:21   ` Peter Korsgaard
  1 sibling, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-03-11 19:08 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] 9+ messages in thread

* Re: [Buildroot] [PATCH 1/3] package/intel-mediadriver: bump version to 24.1.4
  2024-03-07 17:43 [Buildroot] [PATCH 1/3] package/intel-mediadriver: bump version to 24.1.4 Bernd Kuhls
                   ` (2 preceding siblings ...)
  2024-03-11 19:08 ` [Buildroot] [PATCH 1/3] package/intel-mediadriver: " Peter Korsgaard
@ 2024-03-21 20:20 ` Peter Korsgaard
  3 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-03-21 20:20 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 to 2024.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Buildroot] [PATCH 2/3] package/libvpl: bump version to 2.10.2
  2024-03-07 17:43 ` [Buildroot] [PATCH 2/3] package/libvpl: bump version to 2.10.2 Bernd Kuhls
  2024-03-11 19:08   ` Peter Korsgaard
@ 2024-03-21 20:21   ` Peter Korsgaard
  1 sibling, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-03-21 20:21 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 to 2024.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Buildroot] [PATCH 3/3] package/onevpl-intel-gpu: bump version to 24.1.4
  2024-03-07 17:43 ` [Buildroot] [PATCH 3/3] package/onevpl-intel-gpu: bump version to 24.1.4 Bernd Kuhls
  2024-03-11 19:08   ` Peter Korsgaard
@ 2024-03-21 20:21   ` Peter Korsgaard
  1 sibling, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-03-21 20:21 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 to 2024.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-03-21 20:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-07 17:43 [Buildroot] [PATCH 1/3] package/intel-mediadriver: bump version to 24.1.4 Bernd Kuhls
2024-03-07 17:43 ` [Buildroot] [PATCH 2/3] package/libvpl: bump version to 2.10.2 Bernd Kuhls
2024-03-11 19:08   ` Peter Korsgaard
2024-03-21 20:21   ` Peter Korsgaard
2024-03-07 17:43 ` [Buildroot] [PATCH 3/3] package/onevpl-intel-gpu: bump version to 24.1.4 Bernd Kuhls
2024-03-11 19:08   ` Peter Korsgaard
2024-03-21 20:21   ` Peter Korsgaard
2024-03-11 19:08 ` [Buildroot] [PATCH 1/3] package/intel-mediadriver: " Peter Korsgaard
2024-03-21 20:20 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.