pspec.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>libglvnd</Name>
  6. <Homepage>https://github.com/NVIDIA/libglvnd</Homepage>
  7. <Packager>
  8. <Name>Suleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>BSD-like</License>
  12. <IsA>Libry</IsA>
  13. <PartOf>x11.library</PartOf>
  14. <Summary>the GL Vendor-Neutral Dispatch library</Summary>
  15. <Description>This is a work-in-progress implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis, as described by Andy Ritger's OpenGL ABI proposal</Description>
  16. <Archive sha1sum="7432129787cee16dba4c1c4d25cdfd4c8da571ee" type="targz">https://github.com/NVIDIA/libglvnd/archive/v1.1.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>mesa</Dependency>
  19. <Dependency>python</Dependency>
  20. <Dependency>libXext</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>libglvnd</Name>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="library">/usr/lib/</Path>
  28. <Path fileType="data">/usr/include/*</Path>
  29. <Path fileType="data">/usr/lib/pkgconfig/</Path>
  30. <Path fileType="doc">/usr/share/*</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="1">
  35. <Date>2019-04-12</Date>
  36. <Version>1.1.1</Version>
  37. <Comment>First release</Comment>
  38. <Name>Suleyman Poyraz</Name>
  39. <Email>zaryob.dev@gmail.com</Email>
  40. </Update>
  41. </History>
  42. </INARY>