diff mbox series

[1/2] package/python-glslang: add new host package

Message ID 20221220202049.3292021-1-bernd.kuhls@t-online.de
State Accepted
Headers show
Series [1/2] package/python-glslang: add new host package | expand

Commit Message

Bernd Kuhls Dec. 20, 2022, 8:20 p.m. UTC
Needed for mesa3d 22.3.x.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 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

Comments

Peter Korsgaard March 11, 2023, 1:08 p.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Needed for mesa3d 22.3.x.
 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.
diff mbox series

Patch

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