pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openpgl</Name>
  6. <Homepage>https://github.com/openpathguidinglibrary/openpgl</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache</License>
  12. <Icon>openpgl</Icon>
  13. <IsA>library</IsA>
  14. <Summary>Intel(R) Open Path Guiding Library</Summary>
  15. <Description>The Intel® Open Path Guiding Library (Intel® Open PGL) implements a set of representations and training algorithms needed to integrate path guiding into a renderer. Open PGL offers implementations of current state-of-the-art path guiding methods, which increase the sampling quality and, therefore, the efficiency of a renderer. The goal of Open PGL is to provide implementations that are well tested and robust enough to be used in a production environment.</Description>
  16. <Archive sha1sum="7041af0cc1e7f0cb4f43e87a2f55e179ab7571ad" type="targz">https://github.com/OpenPathGuidingLibrary/openpgl/archive/refs/tags/v0.5.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gcc</Dependency>
  19. <Dependency>ninja</Dependency>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>onetbb-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>openpgl</Name>
  26. <RuntimeDependencies>
  27. <Dependency>libgcc</Dependency>
  28. <Dependency>onetbb</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="doc">/usr/share/doc/openpgl</Path>
  32. <Path fileType="library">/usr/lib/libopenpgl.so*</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>openpgl-devel</Name>
  37. <Summary>Development headers for libaacs</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">openpgl</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="header">/usr/include</Path>
  43. <Path fileType="library">/usr/lib/cmake</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="1">
  48. <Date>2023-12-05</Date>
  49. <Version>0.5.0</Version>
  50. <Comment>First release</Comment>
  51. <Name>Kamil Atlı</Name>
  52. <Email>suvari@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>