pspec.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>opencolorio</Name>
  6. <Homepage>http://opencolorio.org/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app</IsA>
  13. <Summary>Enables color transforms and image display across graphics apps</Summary>
  14. <Description>Grafik uygulamalarında renk dönüşümlerini ve görüntü ekranını etkinleştirir</Description>
  15. <Archive sha1sum="99e15d58ddb79b1cba39d6cf0645e545d4875979" type="targz">https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v2.2.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <!-- <Dependency>git</Dependency> -->
  18. <Dependency>cmake</Dependency>
  19. <Dependency>pybind11</Dependency>
  20. <Dependency>yaml-cpp</Dependency>
  21. <Dependency>glew-devel</Dependency>
  22. <Dependency>lcms2-devel</Dependency>
  23. <Dependency>boost-devel</Dependency>
  24. <Dependency>openxr-devel</Dependency>
  25. <Dependency>pystring-devel</Dependency>
  26. <Dependency>freeglut-devel</Dependency>
  27. <Dependency>tinyxml-devel</Dependency>
  28. <Dependency>python3-devel</Dependency>
  29. <Dependency>imath-devel</Dependency>
  30. <Dependency>openexr-devel</Dependency>
  31. <Dependency>minizip-ng-devel</Dependency>
  32. <!--Dependency>openimageio-devel</Dependency-->
  33. </BuildDependencies>
  34. <Patches>
  35. <Patch level="1">minizip-ng-4.patch</Patch>
  36. <Patch level="1">yaml-cpp-0.8.patch</Patch>
  37. </Patches>
  38. </Source>
  39. <Package>
  40. <Name>opencolorio</Name>
  41. <Conflicts>
  42. <Package>OpenColorIO1</Package>
  43. </Conflicts>
  44. <RuntimeDependencies>
  45. <Dependency>glew</Dependency>
  46. <Dependency>expat</Dependency>
  47. <Dependency>libgcc</Dependency>
  48. <Dependency>imath</Dependency>
  49. <Dependency>lcms2</Dependency>
  50. <Dependency>yaml-cpp</Dependency>
  51. <Dependency>freeglut</Dependency>
  52. <Dependency>libglvnd</Dependency>
  53. <Dependency>mesa-glu</Dependency>
  54. <Dependency>pystring</Dependency>
  55. <Dependency>minizip-ng</Dependency>
  56. <Dependency>openexr-libs</Dependency>
  57. <!--Dependency>openimageio</Dependency-->
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="executable">/usr/bin</Path>
  61. <Path fileType="library">/usr/lib</Path>
  62. <Path fileType="data">/usr/share/ocio</Path>
  63. <Path fileType="doc">/usr/share/doc</Path>
  64. </Files>
  65. </Package>
  66. <Package>
  67. <Name>opencolorio-devel</Name>
  68. <Summary>Development files for opencolorio</Summary>
  69. <RuntimeDependencies>
  70. <Dependency release="current">opencolorio</Dependency>
  71. </RuntimeDependencies>
  72. <Files>
  73. <Path fileType="header">/usr/include</Path>
  74. <Path fileType="data">/usr/lib/cmake</Path>
  75. <Path fileType="library">/usr/lib/pkgconfig</Path>
  76. </Files>
  77. </Package>
  78. <History>
  79. <Update release="4">
  80. <Date>2023-10-23</Date>
  81. <Version>2.2.1</Version>
  82. <Comment>Version bump.</Comment>
  83. <Name>Mustafa Cinasal</Name>
  84. <Email>muscnsl@gmail.com</Email>
  85. </Update>
  86. <Update release="3">
  87. <Date>2021-10-25</Date>
  88. <Version>2.1.0</Version>
  89. <Comment>Version bump</Comment>
  90. <Name>Mustafa Cinasal</Name>
  91. <Email>muscnsl@gmail.com</Email>
  92. </Update>
  93. <Update release="2">
  94. <Date>2021-06-30</Date>
  95. <Version>2.0.1</Version>
  96. <Comment>First release</Comment>
  97. <Name>Pisi Linux Admins</Name>
  98. <Email>admin@pisilinux.org</Email>
  99. </Update>
  100. </History>
  101. </PISI>