pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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>openexr</Name>
  6. <Homepage>http://www.openexr.com</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>A high dynamic-range (HDR) image file format library</Summary>
  15. <Description>OpenEXR is a high dynamic-range (HDR) image file format for use in computer imaging applications. OpenEXR's features include: Higher dynamic range and color precision than existing 8- and 10-bit image file formats; support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels; multiple lossless image compression algorithms; extensibility.</Description>
  16. <Archive sha1sum="67c4f9c2b4ab7c5922671536f93827ecb966969f" type="targz">https://github.com/openexr/openexr/releases/download/v2.3.0/openexr-2.3.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>ilmbase-devel</Dependency>
  19. <Dependency>mesa-glu-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>openexr</Name>
  24. <RuntimeDependencies>
  25. <Dependency>ilmbase</Dependency>
  26. <Dependency>openexr-libs</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>openexr-libs</Name>
  34. <Summary>OpenEXR runtime libraries</Summary>
  35. <RuntimeDependencies>
  36. <Dependency>ilmbase</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="library">/usr/lib/lib*</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>openexr-docs</Name>
  45. <Summary>OpenEXR example files</Summary>
  46. <Files>
  47. <Path fileType="doc">/usr/share/doc/openexr/examples</Path>
  48. </Files>
  49. </Package>
  50. <Package>
  51. <Name>openexr-devel</Name>
  52. <Summary>Development files for openexr</Summary>
  53. <RuntimeDependencies>
  54. <Dependency release="current">openexr</Dependency>
  55. <Dependency>mesa-glu-devel</Dependency>
  56. <Dependency>ilmbase-devel</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="header">/usr/include</Path>
  60. <Path fileType="data">/usr/lib/pkgconfig</Path>
  61. <Path fileType="data">/usr/share/aclocal</Path>
  62. </Files>
  63. </Package>
  64. <History>
  65. <Update release="1">
  66. <Date>2019-10-10</Date>
  67. <Version>2.3.0</Version>
  68. <Comment>First release</Comment>
  69. <Name>Süleyman Poyraz</Name>
  70. <Email>zaryob.dev@gmail.com</Email>
  71. </Update>
  72. </History>
  73. </INARY>