pspec.xml.new 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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="5627e6eff158139175e74694baf2473752070d46" type="targz">https://github.com/NVIDIA/libglvnd/archive/v1.3.0.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="2">
  35. <Date>2019-12-12</Date>
  36. <Version>1.3.0</Version>
  37. <Comment>Automatic version upgrade.</Comment>
  38. <Name>Ali Rıza KESKİN</Name>
  39. <Email>parduscix@yandex.ru</Email>
  40. </Update>
  41. <Update release="1">
  42. <Date>2019-04-12</Date>
  43. <Version>1.1.1</Version>
  44. <Comment>First release</Comment>
  45. <Name>Suleyman Poyraz</Name>
  46. <Email>zaryob.dev@gmail.com</Email>
  47. </Update>
  48. </History>
  49. </INARY>