libglvnd-1.3.2

This commit is contained in:
Rmys
2020-07-23 08:52:53 +00:00
committed by GitHub
parent df93ccf699
commit a7fe0ea983
+9 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libglvnd</Name>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>The GL Vendor-Neutral Dispatch library</Summary>
<Description>libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors. It allows multiple drivers from different vendors to coexist on the same filesystem, and determines which vendor to dispatch each API call to at runtime.</Description>
<Archive sha1sum="06ec16df1db652a1c272631f3a70fef89b374ff6" type="targz">https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v1.3.1/libglvnd-v1.3.1.tar.gz</Archive>
<Archive sha1sum="03a939433d8c000cd6b9a49912b5a84fe97c46b6" type="targz">https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v1.3.2/libglvnd-v1.3.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>xorg-proto</Dependency>
@@ -80,6 +80,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-07-22</Date>
<Version>1.3.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-06-03</Date>
<Version>1.3.1</Version>