Files
main/programming/library/glm/pspec.xml
T
2026-01-01 17:35:54 +03:00

76 lines
2.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>glm</Name>
<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="69067f49ed666bd0233eada96a2c8b5d4f9ad487" type="targz">https://github.com/g-truc/glm/archive/1.0.2/glm-1.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>glm</Name>
<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>
<Name>glm-doc</Name>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2026-01-01</Date>
<Version>1.0.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<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>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2018-08-09</Date>
<Version>0.9.8.3</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2017-01-01</Date>
<Version>0.9.8.3</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>