glm-1.0.1

This commit is contained in:
uglyside
2025-02-08 22:31:08 +03:00
parent 339c59b10b
commit 5d8b2f2e3f
3 changed files with 25 additions and 640 deletions
+15 -6
View File
@@ -1,23 +1,23 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>glm</Name>
<Homepage>http://glm.g-truc.net/</Homepage>
<Homepage>https://github.com/g-truc/glm</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>C++ mathematics library</Summary>
<Description>C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification</Description>
<Archive sha1sum="03acee1ccc54c1ab1a30d3642cc568bfdbf83944" type="targz">https://github.com/g-truc/glm/archive/0.9.9.6.tar.gz</Archive>
<Summary>C++ mathematics library.</Summary>
<Description>C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification.</Description>
<Archive sha1sum="4f3af30e789974241f9fc3d81d313049aa4b38f6" type="targz">https://github.com/g-truc/glm/archive/1.0.1/glm-1.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<Patches>
<Patch>glm-0.9.9.6-install.patch</Patch>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
@@ -25,6 +25,8 @@
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/glm</Path>
<Path fileType="doc">/usr/share/doc/glm/copying.txt</Path>
</Files>
</Package>
<Package>
@@ -34,6 +36,13 @@
</Files>
</Package>
<History>
<Update release="4">
<Date>2025-02-08</Date>
<Version>1.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-02-21</Date>
<Version>0.9.9.6</Version>