From patchwork Tue Dec 20 20:20:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1718038 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Nc7JF2kgfz1ydd for ; Wed, 21 Dec 2022 07:21:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 78F0E81F37; Tue, 20 Dec 2022 20:21:15 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 78F0E81F37 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1chjV5qM1_oz; Tue, 20 Dec 2022 20:21:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id AB37181F10; Tue, 20 Dec 2022 20:21:13 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org AB37181F10 X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id B4A951BF2C9 for ; Tue, 20 Dec 2022 20:21:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 8ED67417B4 for ; Tue, 20 Dec 2022 20:21:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 8ED67417B4 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fLRyJriNzUfc for ; Tue, 20 Dec 2022 20:20:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 6F4F6417B3 Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by smtp4.osuosl.org (Postfix) with ESMTPS id 6F4F6417B3 for ; Tue, 20 Dec 2022 20:20:59 +0000 (UTC) Received: from fwd71.dcpf.telekom.de (fwd71.aul.t-online.de [10.223.144.97]) by mailout05.t-online.de (Postfix) with SMTP id 67E1E16E9B; Tue, 20 Dec 2022 21:20:51 +0100 (CET) Received: from fli4l.lan.fli4l ([84.161.180.73]) by fwd71.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1p7j6X-1SXUOX0; Tue, 20 Dec 2022 21:20:49 +0100 Received: from bruckner.lan.fli4l ([192.168.1.1]:54580) by fli4l.lan.fli4l with esmtp (Exim 4.96) (envelope-from ) id 1p7j6X-0004zF-1F; Tue, 20 Dec 2022 21:20:49 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Tue, 20 Dec 2022 21:20:48 +0100 Message-Id: <20221220202049.3292021-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1671567649-F2FF5ECF-F56B65BD/0/0 CLEAN NORMAL X-TOI-MSGID: 0c09703a-a32c-4a63-b3b6-da6b1d1de214 Subject: [Buildroot] [PATCH 1/2] package/python-glslang: add new host package X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Romain Naour , Samuel Martin , Asaf Kahlon Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Needed for mesa3d 22.3.x. Signed-off-by: Bernd Kuhls --- DEVELOPERS | 1 + package/python-glslang/python-glslang.hash | 3 +++ package/python-glslang/python-glslang.mk | 13 +++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 package/python-glslang/python-glslang.hash create mode 100644 package/python-glslang/python-glslang.mk diff --git a/DEVELOPERS b/DEVELOPERS index f5e13d99cc..05bc773cca 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -448,6 +448,7 @@ F: package/pound/ F: package/pure-ftpd/ F: package/python-couchdb/ F: package/python-cssutils/ +F: package/python-glslang/ F: package/python-mwclient/ F: package/python-mwscrape/ F: package/python-mwscrape2slob/ diff --git a/package/python-glslang/python-glslang.hash b/package/python-glslang/python-glslang.hash new file mode 100644 index 0000000000..df9127939e --- /dev/null +++ b/package/python-glslang/python-glslang.hash @@ -0,0 +1,3 @@ +# Locally calculated +sha256 592c98aeb03b3e81597ddaf83633c4e63068d14b18a766fd11033bad73127162 python-glslang-11.13.0.tar.gz +sha256 adb783e734e906d1f46db5df29991dbde84bdb0ceab502ac2febb44fe3c2b5f4 LICENSE.txt diff --git a/package/python-glslang/python-glslang.mk b/package/python-glslang/python-glslang.mk new file mode 100644 index 0000000000..94f480e30a --- /dev/null +++ b/package/python-glslang/python-glslang.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# python-glslang +# +################################################################################ + +PYTHON_GLSLANG_VERSION = 11.13.0 +PYTHON_GLSLANG_SITE = $(call github,KhronosGroup,glslang,$(PYTHON_GLSLANG_VERSION)) +PYTHON_GLSLANG_LICENSE = BSD-3-Clause +PYTHON_GLSLANG_LICENSE_FILES = LICENSE.txt +PYTHON_GLSLANG_DEPENDENCIES = host-python3 + +$(eval $(host-cmake-package)) From patchwork Tue Dec 20 20:20:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1718037 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Nc7J24TT0z1ydd for ; Wed, 21 Dec 2022 07:21:05 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 0A09C60FA9; Tue, 20 Dec 2022 20:21:03 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 0A09C60FA9 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MXNAf3K5IUlH; Tue, 20 Dec 2022 20:21:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 50D8860B2A; Tue, 20 Dec 2022 20:21:01 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 50D8860B2A X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 04F991BF2C9 for ; Tue, 20 Dec 2022 20:21:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id D4A4760B2A for ; Tue, 20 Dec 2022 20:20:59 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org D4A4760B2A X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CbWYC46NM-Ou for ; Tue, 20 Dec 2022 20:20:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 95C5260AAD Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by smtp3.osuosl.org (Postfix) with ESMTPS id 95C5260AAD for ; Tue, 20 Dec 2022 20:20:58 +0000 (UTC) Received: from fwd73.dcpf.telekom.de (fwd73.aul.t-online.de [10.223.144.99]) by mailout03.t-online.de (Postfix) with SMTP id 0ED0413BA9; Tue, 20 Dec 2022 21:20:52 +0100 (CET) Received: from fli4l.lan.fli4l ([84.161.180.73]) by fwd73.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1p7j6X-0PRIX30; Tue, 20 Dec 2022 21:20:49 +0100 Received: from bruckner.lan.fli4l ([192.168.1.1]:54580) by fli4l.lan.fli4l with esmtp (Exim 4.96) (envelope-from ) id 1p7j6X-0004zF-1S; Tue, 20 Dec 2022 21:20:49 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Tue, 20 Dec 2022 21:20:49 +0100 Message-Id: <20221220202049.3292021-2-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221220202049.3292021-1-bernd.kuhls@t-online.de> References: <20221220202049.3292021-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1671567649-17FE898D-2977A5B9/0/0 CLEAN NORMAL X-TOI-MSGID: 666c9156-89d6-4861-b582-9eb60ed951e5 Subject: [Buildroot] [PATCH 2/2] package/mesa3d: add dependency to host-python-glslang for Vulkan drivers X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Romain Naour , Samuel Martin , Asaf Kahlon Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" glslangValidator is needed since mesa3d-22.3.0: https://gitlab.freedesktop.org/mesa/mesa/-/commit/9786d9ef2abb45a4e832cf1347581e3ca3aae9f0#3968b0378040deeb22000cfaf80d720905d989fc_0_130 Fixes: http://autobuild.buildroot.net/results/06a/06a429dcdf776ca32de4570f9a408da6a7e7333d/ Signed-off-by: Bernd Kuhls --- package/mesa3d/mesa3d.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk index b6f1214102..447537d3a3 100644 --- a/package/mesa3d/mesa3d.mk +++ b/package/mesa3d/mesa3d.mk @@ -136,6 +136,7 @@ ifeq ($(BR2_PACKAGE_MESA3D_VULKAN_DRIVER),) MESA3D_CONF_OPTS += \ -Dvulkan-drivers= else +MESA3D_DEPENDENCIES += host-python-glslang MESA3D_CONF_OPTS += \ -Dvulkan-drivers=$(subst $(space),$(comma),$(MESA3D_VULKAN_DRIVERS-y)) endif