package/python-glslang: add new host package

Needed for mesa3d 22.3.x.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2022-12-20 21:20:48 +01:00 committed by Peter Korsgaard
parent 1c89f36821
commit f9fe0cf8f6
3 changed files with 17 additions and 0 deletions

View File

@ -439,6 +439,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/

View File

@ -0,0 +1,3 @@
# Locally calculated
sha256 592c98aeb03b3e81597ddaf83633c4e63068d14b18a766fd11033bad73127162 python-glslang-11.13.0.tar.gz
sha256 adb783e734e906d1f46db5df29991dbde84bdb0ceab502ac2febb44fe3c2b5f4 LICENSE.txt

View File

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