All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] package/onevpl-intel-gpu: bump version to 23.4.3
@ 2023-12-24  8:13 Bernd Kuhls
  2023-12-24  8:13 ` [Buildroot] [PATCH 2/6] package/intel-gmmlib: bump version to 22.3.16 Bernd Kuhls
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Bernd Kuhls @ 2023-12-24  8:13 UTC (permalink / raw)
  To: buildroot; +Cc: Louis-Paul Cordier, Samuel Martin

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 319bd37de0..38d788a86d 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  ab530e9e221d94f6bfaab853a8aa4528ec2d4de7d48aed95cd4c7ee633095577  onevpl-intel-gpu-23.4.2.tar.gz
+sha256  c61a6866f4ea3c8378330e98cc3e03586c8059061c2642ee69ed8f91df41e939  onevpl-intel-gpu-23.4.3.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 98b228f9fc..55a68a7999 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.4.2
+ONEVPL_INTEL_GPU_VERSION = 23.4.3
 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] 7+ messages in thread

* [Buildroot] [PATCH 2/6] package/intel-gmmlib: bump version to 22.3.16
  2023-12-24  8:13 [Buildroot] [PATCH 1/6] package/onevpl-intel-gpu: bump version to 23.4.3 Bernd Kuhls
@ 2023-12-24  8:13 ` Bernd Kuhls
  2023-12-24  8:13 ` [Buildroot] [PATCH 3/6] package/intel-mediadriver: bump version to 23.4.3 Bernd Kuhls
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Bernd Kuhls @ 2023-12-24  8:13 UTC (permalink / raw)
  To: buildroot; +Cc: Louis-Paul Cordier, Samuel Martin

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

diff --git a/package/intel-gmmlib/intel-gmmlib.hash b/package/intel-gmmlib/intel-gmmlib.hash
index 01b573d1e9..6154ce636d 100644
--- a/package/intel-gmmlib/intel-gmmlib.hash
+++ b/package/intel-gmmlib/intel-gmmlib.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  63b879a5a20756b6f74244068f4555a56c4f705c96cbc87e5163448a893e133f  intel-gmmlib-22.3.14.tar.gz
+sha256  083b86fd65ec9515971723872e56e1ba72e83ff75a9737d41a55938c0f2d4ac2  intel-gmmlib-22.3.16.tar.gz
 sha256  8b7446825df3f8b0268307e272aa6aaaf78351c83161d860d02c913c22666c48  LICENSE.md
diff --git a/package/intel-gmmlib/intel-gmmlib.mk b/package/intel-gmmlib/intel-gmmlib.mk
index c1a92aaf4f..2244f5755e 100644
--- a/package/intel-gmmlib/intel-gmmlib.mk
+++ b/package/intel-gmmlib/intel-gmmlib.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-INTEL_GMMLIB_VERSION = 22.3.14
+INTEL_GMMLIB_VERSION = 22.3.16
 INTEL_GMMLIB_SITE = https://github.com/intel/gmmlib/archive
 INTEL_GMMLIB_LICENSE = MIT
 INTEL_GMMLIB_LICENSE_FILES = LICENSE.md
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 3/6] package/intel-mediadriver: bump version to 23.4.3
  2023-12-24  8:13 [Buildroot] [PATCH 1/6] package/onevpl-intel-gpu: bump version to 23.4.3 Bernd Kuhls
  2023-12-24  8:13 ` [Buildroot] [PATCH 2/6] package/intel-gmmlib: bump version to 22.3.16 Bernd Kuhls
@ 2023-12-24  8:13 ` Bernd Kuhls
  2023-12-24  8:13 ` [Buildroot] [PATCH 4/6] package/onevpl: rename package to libvpl Bernd Kuhls
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Bernd Kuhls @ 2023-12-24  8:13 UTC (permalink / raw)
  To: buildroot; +Cc: Louis-Paul Cordier, Samuel Martin

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 d3173260b1..b021d05301 100644
--- a/package/intel-mediadriver/intel-mediadriver.hash
+++ b/package/intel-mediadriver/intel-mediadriver.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  321f2ade9e55ed5b8809ca875d80c81245093fe9f8a26a39712d2f4a6be18d18  intel-media-23.4.2.tar.gz
+sha256  83b95eefe86c9d58d92c2a77793541ea3cb643dff419599ffa87899fd58738cd  intel-media-23.4.3.tar.gz
 sha256  74979d5aaee78b8da82e3aafd415a216b6131dfff6d95d6930927c8a4e3bded3  LICENSE.md
diff --git a/package/intel-mediadriver/intel-mediadriver.mk b/package/intel-mediadriver/intel-mediadriver.mk
index fbcb569477..6b4ea543d4 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.4.2
+INTEL_MEDIADRIVER_VERSION = 23.4.3
 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] 7+ messages in thread

* [Buildroot] [PATCH 4/6] package/onevpl: rename package to libvpl
  2023-12-24  8:13 [Buildroot] [PATCH 1/6] package/onevpl-intel-gpu: bump version to 23.4.3 Bernd Kuhls
  2023-12-24  8:13 ` [Buildroot] [PATCH 2/6] package/intel-gmmlib: bump version to 22.3.16 Bernd Kuhls
  2023-12-24  8:13 ` [Buildroot] [PATCH 3/6] package/intel-mediadriver: bump version to 23.4.3 Bernd Kuhls
@ 2023-12-24  8:13 ` Bernd Kuhls
  2023-12-24  8:13 ` [Buildroot] [PATCH 5/6] package/libvpl: bump version to 2.10.1 Bernd Kuhls
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Bernd Kuhls @ 2023-12-24  8:13 UTC (permalink / raw)
  To: buildroot; +Cc: Louis-Paul Cordier, Samuel Martin

Upstream changed the package name and its github repo:
https://github.com/intel/libvpl/commit/44df6e08cc836ed65725ed344e7ec9ded5193874

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 Config.in.legacy                              |  5 +++
 DEVELOPERS                                    |  2 +-
 package/Config.in                             |  2 +-
 .../0001-Don-t-force-fstack-protector.patch   |  0
 package/{onevpl => libvpl}/Config.in          | 12 ++---
 .../onevpl.hash => libvpl/libvpl.hash}        |  2 +-
 package/libvpl/libvpl.mk                      | 44 +++++++++++++++++++
 package/onevpl-intel-gpu/Config.in            | 14 +++---
 package/onevpl-intel-gpu/onevpl-intel-gpu.mk  |  2 +-
 package/onevpl/onevpl.mk                      | 44 -------------------
 10 files changed, 66 insertions(+), 61 deletions(-)
 rename package/{onevpl => libvpl}/0001-Don-t-force-fstack-protector.patch (100%)
 rename package/{onevpl => libvpl}/Config.in (75%)
 rename package/{onevpl/onevpl.hash => libvpl/libvpl.hash} (83%)
 create mode 100644 package/libvpl/libvpl.mk
 delete mode 100644 package/onevpl/onevpl.mk

diff --git a/Config.in.legacy b/Config.in.legacy
index 4689226290..d46bd97442 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -146,6 +146,11 @@ endif
 
 comment "Legacy options removed in 2023.11"
 
+config BR2_PACKAGE_ONEVPL
+	bool "onevpl package was renamed"
+	select BR2_LEGACY
+	select BR2_PACKAGE_LIBVPL
+
 config BR2_KERNEL_HEADERS_6_5
 	bool "kernel headers version 6.5.x are no longer supported"
 	select BR2_LEGACY
diff --git a/DEVELOPERS b/DEVELOPERS
index 6573de5873..c22405765c 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -441,6 +441,7 @@ F:	package/libva/
 F:	package/libva-intel-driver/
 F:	package/libva-utils/
 F:	package/libvorbis/
+F:	package/libvpl/
 F:	package/libvpx/
 F:	package/libyuv/
 F:	package/linux-firmware/
@@ -452,7 +453,6 @@ F:	package/monero/
 F:	package/mpg123/
 F:	package/ntp/
 F:	package/nut/
-F:	package/onevpl/
 F:	package/onevpl-intel-gpu/
 F:	package/opus/
 F:	package/p2pool/
diff --git a/package/Config.in b/package/Config.in
index 4e13fa5715..e79397a6ab 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1671,9 +1671,9 @@ menu "Graphics"
 	source "package/libva-intel-driver/Config.in"
 	source "package/libvdpau/Config.in"
 	source "package/libvips/Config.in"
+	source "package/libvpl/Config.in"
 	source "package/libwpe/Config.in"
 	source "package/menu-cache/Config.in"
-	source "package/onevpl/Config.in"
 	source "package/onevpl-intel-gpu/Config.in"
 	source "package/opencl-clhpp/Config.in"
 	source "package/opencv3/Config.in"
diff --git a/package/onevpl/0001-Don-t-force-fstack-protector.patch b/package/libvpl/0001-Don-t-force-fstack-protector.patch
similarity index 100%
rename from package/onevpl/0001-Don-t-force-fstack-protector.patch
rename to package/libvpl/0001-Don-t-force-fstack-protector.patch
diff --git a/package/onevpl/Config.in b/package/libvpl/Config.in
similarity index 75%
rename from package/onevpl/Config.in
rename to package/libvpl/Config.in
index a750e54d52..012f31b3be 100644
--- a/package/onevpl/Config.in
+++ b/package/libvpl/Config.in
@@ -1,11 +1,11 @@
-config BR2_PACKAGE_ONEVPL_ARCH_SUPPORTS
+config BR2_PACKAGE_LIBVPL_ARCH_SUPPORTS
 	bool
 	default y if BR2_ARCH_IS_64
 	default y if BR2_arm
 
-config BR2_PACKAGE_ONEVPL
-	bool "onevpl"
-	depends on BR2_PACKAGE_ONEVPL_ARCH_SUPPORTS
+config BR2_PACKAGE_LIBVPL
+	bool "libvpl"
+	depends on BR2_PACKAGE_LIBVPL_ARCH_SUPPORTS
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on !BR2_STATIC_LIBS # dlfcn.h
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7
@@ -21,7 +21,7 @@ config BR2_PACKAGE_ONEVPL
 
 	  https://github.com/oneapi-src/oneVPL
 
-comment "onevpl needs a toolchain w/ dynamic library, gcc >= 7, C++, threads"
-	depends on BR2_PACKAGE_ONEVPL_ARCH_SUPPORTS
+comment "libvpl needs a toolchain w/ dynamic library, gcc >= 7, C++, threads"
+	depends on BR2_PACKAGE_LIBVPL_ARCH_SUPPORTS
 	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
 		!BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/onevpl/onevpl.hash b/package/libvpl/libvpl.hash
similarity index 83%
rename from package/onevpl/onevpl.hash
rename to package/libvpl/libvpl.hash
index 328fa94487..8f3ea64d2e 100644
--- a/package/onevpl/onevpl.hash
+++ b/package/libvpl/libvpl.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  978398c7bb1665a6ad7a1a15cc57dc0204608e56c88436e376b717320a9e63fd  onevpl-2023.4.0.tar.gz
+sha256  978398c7bb1665a6ad7a1a15cc57dc0204608e56c88436e376b717320a9e63fd  libvpl-2023.4.0.tar.gz
 sha256  bf1cfac2e2792b6e1e995ce103d70796aecaf2ec7e4c5fe5474f7acec7b4a677  LICENSE
diff --git a/package/libvpl/libvpl.mk b/package/libvpl/libvpl.mk
new file mode 100644
index 0000000000..3b0adaaf0f
--- /dev/null
+++ b/package/libvpl/libvpl.mk
@@ -0,0 +1,44 @@
+################################################################################
+#
+# libvpl
+#
+################################################################################
+
+LIBVPL_VERSION = 2023.4.0
+LIBVPL_SITE = $(call github,intel,libvpl,v$(LIBVPL_VERSION))
+LIBVPL_LICENSE = MIT
+LIBVPL_LICENSE_FILES = LICENSE
+LIBVPL_INSTALL_STAGING = YES
+LIBVPL_DEPENDENCIES = host-pkgconf
+
+LIBVPL_CONF_OPTS = \
+	-DBUILD_TOOLS=OFF \
+	-DINSTALL_EXAMPLE_CODE=OFF
+
+ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
+LIBVPL_CONF_OPTS += \
+	-DCMAKE_CXX_FLAGS="-latomic"
+endif
+
+ifeq ($(BR2_PACKAGE_LIBVA),y)
+LIBVPL_CONF_OPTS += -DENABLE_VA=ON
+LIBVPL_DEPENDENCIES += libva
+else
+LIBVPL_CONF_OPTS += -DENABLE_VA=OFF
+endif
+
+ifeq ($(BR2_PACKAGE_WAYLAND),y)
+LIBVPL_CONF_OPTS += -DENABLE_WAYLAND=ON
+LIBVPL_DEPENDENCIES += wayland wayland-protocols
+else
+LIBVPL_CONF_OPTS += -DENABLE_WAYLAND=OFF
+endif
+
+ifeq ($(BR2_PACKAGE_XORG7),y)
+LIBVPL_CONF_OPTS += -DENABLE_X11=ON
+LIBVPL_DEPENDENCIES += libxcb xlib_libX11
+else
+LIBVPL_CONF_OPTS += -DENABLE_X11=OFF
+endif
+
+$(eval $(cmake-package))
diff --git a/package/onevpl-intel-gpu/Config.in b/package/onevpl-intel-gpu/Config.in
index 11a1c60a0f..a906c814ee 100644
--- a/package/onevpl-intel-gpu/Config.in
+++ b/package/onevpl-intel-gpu/Config.in
@@ -1,15 +1,15 @@
 config BR2_PACKAGE_ONEVPL_INTEL_GPU
 	bool "onevpl-intel-gpu"
-	depends on BR2_PACKAGE_ONEVPL_ARCH_SUPPORTS # onevpl
-	depends on BR2_INSTALL_LIBSTDCPP # onevpl
-	depends on !BR2_STATIC_LIBS # onevpl
-	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # onevpl
+	depends on BR2_PACKAGE_LIBVPL_ARCH_SUPPORTS # libvpl
+	depends on BR2_INSTALL_LIBSTDCPP # libvpl
+	depends on !BR2_STATIC_LIBS # libvpl
+	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # libvpl
 	depends on BR2_TOOLCHAIN_HAS_SYNC_1 # intel-mediadriver
-	depends on BR2_TOOLCHAIN_HAS_THREADS # onevpl
+	depends on BR2_TOOLCHAIN_HAS_THREADS # libvpl
 	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # intel-mediadriver
 	select BR2_PACKAGE_INTEL_MEDIADRIVER # runtime
 	select BR2_PACKAGE_LIBVA
-	select BR2_PACKAGE_ONEVPL
+	select BR2_PACKAGE_LIBVPL
 	help
 	  Intel® oneVPL GPU Runtime is a Runtime implementation of
 	  oneVPL API for Intel Gen GPUs, starting with Tiger Lake.
@@ -17,7 +17,7 @@ config BR2_PACKAGE_ONEVPL_INTEL_GPU
 	  https://github.com/oneapi-src/oneVPL-intel-gpu
 
 comment "onevpl-intel-gpu needs a toolchain w/ dynamic library, gcc >= 7, C++, NPTL"
-	depends on BR2_PACKAGE_ONEVPL_ARCH_SUPPORTS
+	depends on BR2_PACKAGE_LIBVPL_ARCH_SUPPORTS
 	depends on BR2_TOOLCHAIN_HAS_SYNC_1
 	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
 		!BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/onevpl-intel-gpu/onevpl-intel-gpu.mk b/package/onevpl-intel-gpu/onevpl-intel-gpu.mk
index 55a68a7999..0a62ebbb6a 100644
--- a/package/onevpl-intel-gpu/onevpl-intel-gpu.mk
+++ b/package/onevpl-intel-gpu/onevpl-intel-gpu.mk
@@ -8,6 +8,6 @@ ONEVPL_INTEL_GPU_VERSION = 23.4.3
 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
-ONEVPL_INTEL_GPU_DEPENDENCIES = libva onevpl
+ONEVPL_INTEL_GPU_DEPENDENCIES = libva libvpl
 
 $(eval $(cmake-package))
diff --git a/package/onevpl/onevpl.mk b/package/onevpl/onevpl.mk
deleted file mode 100644
index 1a580d0636..0000000000
--- a/package/onevpl/onevpl.mk
+++ /dev/null
@@ -1,44 +0,0 @@
-################################################################################
-#
-# onevpl
-#
-################################################################################
-
-ONEVPL_VERSION = 2023.4.0
-ONEVPL_SITE = $(call github,oneapi-src,oneVPL,v$(ONEVPL_VERSION))
-ONEVPL_LICENSE = MIT
-ONEVPL_LICENSE_FILES = LICENSE
-ONEVPL_INSTALL_STAGING = YES
-ONEVPL_DEPENDENCIES = host-pkgconf
-
-ONEVPL_CONF_OPTS = \
-	-DBUILD_TOOLS=OFF \
-	-DINSTALL_EXAMPLE_CODE=OFF
-
-ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
-ONEVPL_CONF_OPTS += \
-	-DCMAKE_CXX_FLAGS="-latomic"
-endif
-
-ifeq ($(BR2_PACKAGE_LIBVA),y)
-ONEVPL_CONF_OPTS += -DENABLE_VA=ON
-ONEVPL_DEPENDENCIES += libva
-else
-ONEVPL_CONF_OPTS += -DENABLE_VA=OFF
-endif
-
-ifeq ($(BR2_PACKAGE_WAYLAND),y)
-ONEVPL_CONF_OPTS += -DENABLE_WAYLAND=ON
-ONEVPL_DEPENDENCIES += wayland wayland-protocols
-else
-ONEVPL_CONF_OPTS += -DENABLE_WAYLAND=OFF
-endif
-
-ifeq ($(BR2_PACKAGE_XORG7),y)
-ONEVPL_CONF_OPTS += -DENABLE_X11=ON
-ONEVPL_DEPENDENCIES += libxcb xlib_libX11
-else
-ONEVPL_CONF_OPTS += -DENABLE_X11=OFF
-endif
-
-$(eval $(cmake-package))
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 5/6] package/libvpl: bump version to 2.10.1
  2023-12-24  8:13 [Buildroot] [PATCH 1/6] package/onevpl-intel-gpu: bump version to 23.4.3 Bernd Kuhls
                   ` (2 preceding siblings ...)
  2023-12-24  8:13 ` [Buildroot] [PATCH 4/6] package/onevpl: rename package to libvpl Bernd Kuhls
@ 2023-12-24  8:13 ` Bernd Kuhls
  2023-12-24  8:13 ` [Buildroot] [PATCH 6/6] package/libva-utils: bump version to 2.20.1 Bernd Kuhls
  2023-12-24 16:46 ` [Buildroot] [PATCH 1/6] package/onevpl-intel-gpu: bump version to 23.4.3 Thomas Petazzoni via buildroot
  5 siblings, 0 replies; 7+ messages in thread
From: Bernd Kuhls @ 2023-12-24  8:13 UTC (permalink / raw)
  To: buildroot; +Cc: Louis-Paul Cordier, Samuel Martin

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 8f3ea64d2e..df1914e4a4 100644
--- a/package/libvpl/libvpl.hash
+++ b/package/libvpl/libvpl.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  978398c7bb1665a6ad7a1a15cc57dc0204608e56c88436e376b717320a9e63fd  libvpl-2023.4.0.tar.gz
+sha256  524299a7b920ac0de1f6913ca90515858ea3a8ea2daaea60f8e0be62f22c8041  libvpl-2.10.1.tar.gz
 sha256  bf1cfac2e2792b6e1e995ce103d70796aecaf2ec7e4c5fe5474f7acec7b4a677  LICENSE
diff --git a/package/libvpl/libvpl.mk b/package/libvpl/libvpl.mk
index 3b0adaaf0f..0c5d354874 100644
--- a/package/libvpl/libvpl.mk
+++ b/package/libvpl/libvpl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBVPL_VERSION = 2023.4.0
+LIBVPL_VERSION = 2.10.1
 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] 7+ messages in thread

* [Buildroot] [PATCH 6/6] package/libva-utils: bump version to 2.20.1
  2023-12-24  8:13 [Buildroot] [PATCH 1/6] package/onevpl-intel-gpu: bump version to 23.4.3 Bernd Kuhls
                   ` (3 preceding siblings ...)
  2023-12-24  8:13 ` [Buildroot] [PATCH 5/6] package/libvpl: bump version to 2.10.1 Bernd Kuhls
@ 2023-12-24  8:13 ` Bernd Kuhls
  2023-12-24 16:46 ` [Buildroot] [PATCH 1/6] package/onevpl-intel-gpu: bump version to 23.4.3 Thomas Petazzoni via buildroot
  5 siblings, 0 replies; 7+ messages in thread
From: Bernd Kuhls @ 2023-12-24  8:13 UTC (permalink / raw)
  To: buildroot; +Cc: Louis-Paul Cordier, Samuel Martin

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 b7b6fe3bbc..f82a251ef8 100644
--- a/package/libva-utils/libva-utils.hash
+++ b/package/libva-utils/libva-utils.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  1a5e3c3c24677a6b4bbee21042c4c06b0a2c62e56ebb1baa4e712392b5c72f9b  libva-utils-2.20.0.tar.gz
+sha256  97413a7ec27ec479b97ffc7ab8acebe053615224a4b051602859cf9f88e4e889  libva-utils-2.20.1.tar.gz
 sha256  c6220c9f87832c27abcb8a32eafdd2823e13ce146b3ea63d5deae2a76798ef50  COPYING
diff --git a/package/libva-utils/libva-utils.mk b/package/libva-utils/libva-utils.mk
index 4f0fa68aa9..1f53964789 100644
--- a/package/libva-utils/libva-utils.mk
+++ b/package/libva-utils/libva-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBVA_UTILS_VERSION = 2.20.0
+LIBVA_UTILS_VERSION = 2.20.1
 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] 7+ messages in thread

* Re: [Buildroot] [PATCH 1/6] package/onevpl-intel-gpu: bump version to 23.4.3
  2023-12-24  8:13 [Buildroot] [PATCH 1/6] package/onevpl-intel-gpu: bump version to 23.4.3 Bernd Kuhls
                   ` (4 preceding siblings ...)
  2023-12-24  8:13 ` [Buildroot] [PATCH 6/6] package/libva-utils: bump version to 2.20.1 Bernd Kuhls
@ 2023-12-24 16:46 ` Thomas Petazzoni via buildroot
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-12-24 16:46 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Louis-Paul Cordier, Samuel Martin, buildroot

On Sun, 24 Dec 2023 09:13:16 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:

> 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(-)

Thanks, series applied. While applying/testing those patches, I found a
dependency problem in onevpl-intel-gpu, which I fixed in a separate
commit:

  https://gitlab.com/buildroot.org/buildroot/-/commit/120f961fc6d4a8902487f17a13646be60f6f7ce1

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] 7+ messages in thread

end of thread, other threads:[~2023-12-24 16:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-24  8:13 [Buildroot] [PATCH 1/6] package/onevpl-intel-gpu: bump version to 23.4.3 Bernd Kuhls
2023-12-24  8:13 ` [Buildroot] [PATCH 2/6] package/intel-gmmlib: bump version to 22.3.16 Bernd Kuhls
2023-12-24  8:13 ` [Buildroot] [PATCH 3/6] package/intel-mediadriver: bump version to 23.4.3 Bernd Kuhls
2023-12-24  8:13 ` [Buildroot] [PATCH 4/6] package/onevpl: rename package to libvpl Bernd Kuhls
2023-12-24  8:13 ` [Buildroot] [PATCH 5/6] package/libvpl: bump version to 2.10.1 Bernd Kuhls
2023-12-24  8:13 ` [Buildroot] [PATCH 6/6] package/libva-utils: bump version to 2.20.1 Bernd Kuhls
2023-12-24 16:46 ` [Buildroot] [PATCH 1/6] package/onevpl-intel-gpu: bump version to 23.4.3 Thomas Petazzoni via buildroot

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.