Page MenuHomeSolus

D13758.id33598.diff
No OneTemporary

D13758.id33598.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,15 @@
+name : python-glad2
+version : 2.0.2
+release : 1
+source :
+ - https://github.com/Dav1dde/glad/archive/refs/tags/v2.0.2.tar.gz : 0326d59b1ccf8ccae1fface5bfb71bec1bb41fbe2341e722b31f6acac3068aeb
+license : MIT
+component : programming.python
+homepage : https://glad.dav1d.de/
+summary : Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs
+description: |
+ Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages.
+setup : |
+ %python3_setup
+install : |
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,120 @@
+<PISI>
+ <Source>
+ <Name>python-glad2</Name>
+ <Homepage>https://glad.dav1d.de/</Homepage>
+ <Packager>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs</Summary>
+ <Description xml:lang="en">Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-glad2</Name>
+ <Summary xml:lang="en">Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs</Summary>
+ <Description xml:lang="en">Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/glad</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/__pycache__/__init__.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/__pycache__/__main__.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/__pycache__/config.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/__pycache__/opener.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/__pycache__/parse.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/__pycache__/plugin.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/__pycache__/sink.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/__pycache__/specification.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/__pycache__/util.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/config.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/files/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/files/__pycache__/__init__.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/files/egl.xml</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/files/eglplatform.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/files/gl.xml</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/files/glx.xml</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/files/khrplatform.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/files/vk.xml</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/files/vk_platform.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/files/wgl.xml</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/__pycache__/__init__.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/__pycache__/util.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/__pycache__/__init__.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/base_template.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/base_template.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/egl.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/egl.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/gl.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/gl.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/glx.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/glx.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/header_only.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/impl_util.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/egl.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/egl.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/gl.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/gl.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/gles1.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/gles1.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/gles2.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/gles2.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/glsc2.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/glsc2.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/glx.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/glx.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/library.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/vulkan.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/vulkan.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/wgl.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/loader/wgl.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/platform.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/template_utils.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/vk.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/vk.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/wgl.c</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/c/templates/wgl.h</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/rust/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/rust/__pycache__/__init__.cpython-310.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/rust/templates/Cargo.toml</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/rust/templates/impl.rs</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/rust/templates/lib.rs</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/rust/templates/template_utils.rs</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/rust/templates/types/egl.rs</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/rust/templates/types/gl.rs</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/rust/templates/types/glx.rs</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/rust/templates/types/khrplatform.rs</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/rust/templates/types/vk.rs</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/rust/templates/types/wgl.rs</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/generator/util.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/opener.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/parse.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/plugin.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/sink.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/specification.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad/util.py</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad2-2.0.2-py3.10.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad2-2.0.2-py3.10.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad2-2.0.2-py3.10.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad2-2.0.2-py3.10.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad2-2.0.2-py3.10.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.10/site-packages/glad2-2.0.2-py3.10.egg-info/top_level.txt</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2022-11-08</Date>
+ <Version>2.0.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 4:49 PM (2 h, 56 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5793750
Default Alt Text
D13758.id33598.diff (12 KB)

Event Timeline