Ai
5 Star 0 Fork 9

src-openEuler/python-glad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-glad.spec 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
zhangyulongkylinos 提交于 2024-10-30 15:29 +08:00 . upgrade package to version 2.0.8
%global srcname glad2
Name: python-glad
Version: 2.0.8
Release: 1
Summary: Multi-Language GL/GLES/EGL/GLX/WGL Loader-Generator
# Mostly MIT, Apache-2.0 for Khronos and EGL specifications/headers.
License: MIT and Apache-2.0
URL: https://github.com/Dav1dde/glad
Source0: https://files.pythonhosted.org/packages/source/g/glad2/glad2-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
%description
Glad uses the official Khronos-XML specs to generate a GL/GLES/EGL/GLX/WGL
Loader made for your needs.
%package -n python3-glad
Summary: Multi-Language GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Provides: python-glad
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description -n python3-glad
Glad uses the official Khronos-XML specs to generate a
GL/GLES/EGL/GLX/WGL Loader made for your needs.
%prep
%autosetup -n %{srcname}-%{version}
sed -i -e '1{\@^#!@d}' glad/__main__.py
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-glad
%doc README.md
%license LICENSE
%{_bindir}/glad
%{python3_sitelib}/*
%changelog
* Thu Oct 24 2024 zhangyulong <zhangyulong@kylinos.cn> - 2.0.8-1
- Update to version 2.0.8
-Fix “No space left on device” error when downloading from the
-Fix fails to parse Vulkan specs bug glad2 Vulkan
-Fix Compile error when using OpenGL debug header bug glad2
-Fix incrroect encoding when python read file bug glad1
* Mon Mar 18 2024 liweigang <liweiganga@uniontech.com> - 2.0.5-1
- update to version 2.0.5
- Fix missing Vulkan video headers
- Use FindPython instead of FindPythonInterp
- Add --version option to command-line interface
- Remove one duplicated check for glGetString(GL_VERSION)
- Fix extensions loading and parsing
- Provide CMake package
* Thu Aug 04 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.1.36-1
- update to 0.1.36
* Thu Sep 09 2021 Python_Bot <Python_Bot@openeuler.org> - 0.1.34-1
- Package Init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-glad.git
git@gitee.com:src-openeuler/python-glad.git
src-openeuler
python-glad
python-glad
master

搜索帮助