pspec.xml 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openimageio</Name>
  6. <Homepage>https://openimageio.readthedocs.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>library</IsA>
  13. <Summary>Library for reading and writing images</Summary>
  14. <Description>OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications.</Description>
  15. <Archive sha1sum="35839850bc3fb149ddf68ce49222114a36dd06d8" type="targz">https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v2.5.4.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>git</Dependency>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>pybind11</Dependency>
  20. <Dependency>boost-devel</Dependency>
  21. <Dependency>boost-python3</Dependency>
  22. <Dependency>openssl-devel</Dependency>
  23. <Dependency>pugixml-devel</Dependency>
  24. <Dependency>openexr-devel</Dependency>
  25. <Dependency>imath-devel</Dependency>
  26. <Dependency>glew-devel</Dependency>
  27. <Dependency>python3-devel</Dependency>
  28. <Dependency>txt2man</Dependency>
  29. <Dependency>libpng-devel</Dependency>
  30. <Dependency>tiff-devel</Dependency>
  31. <Dependency>webp-devel</Dependency>
  32. <Dependency>ffmpeg-devel</Dependency>
  33. <Dependency>opencv-devel</Dependency>
  34. <Dependency>freetype-devel</Dependency>
  35. <Dependency>giflib-devel</Dependency>
  36. <Dependency>zlib-devel</Dependency>
  37. <Dependency>jasper-devel</Dependency>
  38. <Dependency>libraw-devel</Dependency>
  39. <Dependency>hdf5-devel</Dependency>
  40. <Dependency>qt5-base-devel</Dependency>
  41. <Dependency>onetbb-devel</Dependency>
  42. <Dependency>openjpeg2-devel</Dependency>
  43. <!-- <Dependency>OpenColorIO1-devel</Dependency> -->
  44. <!-- <Dependency>opencolorio-devel</Dependency> -->
  45. <Dependency>libjpeg-turbo-devel</Dependency>
  46. </BuildDependencies>
  47. <Patches>
  48. <!-- <Patch level="1">ffmpeginput.patch</Patch> -->
  49. </Patches>
  50. </Source>
  51. <Package>
  52. <Name>openimageio</Name>
  53. <RuntimeDependencies>
  54. <Dependency>tiff</Dependency>
  55. <Dependency>webp</Dependency>
  56. <Dependency>boost</Dependency>
  57. <Dependency>opencv</Dependency>
  58. <Dependency>pugixml</Dependency>
  59. <Dependency>openssl</Dependency>
  60. <Dependency>giflib</Dependency>
  61. <Dependency>pybind11</Dependency>
  62. <Dependency>imath</Dependency>
  63. <Dependency>openjpeg2</Dependency>
  64. <Dependency>openexr-libs</Dependency>
  65. <Dependency>libjpeg-turbo</Dependency>
  66. <Dependency>libraw</Dependency>
  67. <Dependency>zlib</Dependency>
  68. <Dependency>ffmpeg</Dependency>
  69. <Dependency>libpng</Dependency>
  70. <Dependency>python3</Dependency>
  71. <Dependency>freetype</Dependency>
  72. <Dependency>libgcc</Dependency>
  73. <Dependency>libglvnd</Dependency>
  74. <Dependency>qt5-base</Dependency>
  75. <Dependency>onetbb</Dependency>
  76. <!--<Dependency>opencolorio</Dependency> --> <!--çember-->
  77. </RuntimeDependencies>
  78. <Files>
  79. <Path fileType="library">/usr/lib/libOpenImageIO*</Path>
  80. <Path fileType="library">/usr/lib/python3.11/site-packages</Path>
  81. <Path fileType="executable">/usr/bin</Path>
  82. <Path fileType="doc">/usr/share</Path>
  83. </Files>
  84. </Package>
  85. <Package>
  86. <Name>openimageio-devel</Name>
  87. <Summary>Development files for openimageio</Summary>
  88. <RuntimeDependencies>
  89. <Dependency release="current">openimageio</Dependency>
  90. <Dependency>tiff-devel</Dependency>
  91. <Dependency>webp-devel</Dependency>
  92. <Dependency>boost-devel</Dependency>
  93. <Dependency>opencv-devel</Dependency>
  94. <Dependency>giflib-devel</Dependency>
  95. <Dependency>pugixml-devel</Dependency>
  96. <Dependency>imath-devel</Dependency>
  97. <Dependency>openjpeg2-devel</Dependency>
  98. <Dependency>openexr-devel</Dependency>
  99. <Dependency>libjpeg-turbo-devel</Dependency>
  100. <Dependency>libraw-devel</Dependency>
  101. <Dependency>zlib-devel</Dependency>
  102. <Dependency>ffmpeg-devel</Dependency>
  103. <Dependency>libpng-devel</Dependency>
  104. <Dependency>python3-devel</Dependency>
  105. <Dependency>freetype-devel</Dependency>
  106. </RuntimeDependencies>
  107. <Files>
  108. <Path fileType="header">/usr/include</Path>
  109. <Path fileType="library">/usr/lib/pkgconfig</Path>
  110. <Path fileType="library">/usr/lib/cmake</Path>
  111. </Files>
  112. </Package>
  113. <History>
  114. <Update release="18">
  115. <Date>2023-10-22</Date>
  116. <Version>2.5.4.0</Version>
  117. <Comment>Version bump</Comment>
  118. <Name>Mustafa Cinasal</Name>
  119. <Email>muscnsl@gmail.com</Email>
  120. </Update>
  121. <Update release="17">
  122. <Date>2022-01-18</Date>
  123. <Version>2.2.18.0</Version>
  124. <Comment>Rebuild.</Comment>
  125. <Name>Mustafa Cinasal</Name>
  126. <Email>muscnsl@gmail.com</Email>
  127. </Update>
  128. <Update release="16">
  129. <Date>2021-11-20</Date>
  130. <Version>2.2.18.0</Version>
  131. <Comment>Rebuild.</Comment>
  132. <Name>Mustafa Cinasal</Name>
  133. <Email>muscnsl@gmail.com</Email>
  134. </Update>
  135. <Update release="15">
  136. <Date>2021-10-24</Date>
  137. <Version>2.2.18.0</Version>
  138. <Comment>Version bump.</Comment>
  139. <Name>Mustafa Cinasal</Name>
  140. <Email>muscnsl@gmail.com</Email>
  141. </Update>
  142. <Update release="14">
  143. <Date>2021-06-30</Date>
  144. <Version>2.2.15.1</Version>
  145. <Comment>Version bump.</Comment>
  146. <Name>Mustafa Cinasal</Name>
  147. <Email>muscnsl@gmail.com</Email>
  148. </Update>
  149. <Update release="13">
  150. <Date>2021-03-12</Date>
  151. <Version>2.2.12.0</Version>
  152. <Comment>Rebuild.</Comment>
  153. <Name>Mustafa Cinasal</Name>
  154. <Email>muscnsl@gmail.com</Email>
  155. </Update>
  156. <Update release="12">
  157. <Date>2021-03-10</Date>
  158. <Version>2.2.12.0</Version>
  159. <Comment>Version bump.</Comment>
  160. <Name>Mustafa Cinasal</Name>
  161. <Email>muscnsl@gmail.com</Email>
  162. </Update>
  163. <Update release="11">
  164. <Date>2020-09-18</Date>
  165. <Version>2.0.13</Version>
  166. <Comment>Version bump.</Comment>
  167. <Name>Mustafa Cinasal</Name>
  168. <Email>muscnsl@gmail.com</Email>
  169. </Update>
  170. <Update release="10">
  171. <Date>2019-11-05</Date>
  172. <Version>1.8.17</Version>
  173. <Comment>Version bump</Comment>
  174. <Name>Mustafa Cinasal</Name>
  175. <Email>muscnsl@gmail.com</Email>
  176. </Update>
  177. <Update release="9">
  178. <Date>2018-09-01</Date>
  179. <Version>1.8.9</Version>
  180. <Comment>Rebuild.</Comment>
  181. <Name>Mustafa Cinasal</Name>
  182. <Email>muscnsl@gmail.com</Email>
  183. </Update>
  184. <Update release="8">
  185. <Date>2018-05-11</Date>
  186. <Version>1.8.9</Version>
  187. <Comment>Rebuild.</Comment>
  188. <Name>Mustafa Cinasal</Name>
  189. <Email>muscnsl@gmail.com</Email>
  190. </Update>
  191. <Update release="7">
  192. <Date>2018-04-26</Date>
  193. <Version>1.8.9</Version>
  194. <Comment>Rebuild ffmpeg</Comment>
  195. <Name>Mustafa Cinasal</Name>
  196. <Email>muscnsl@gmail.com</Email>
  197. </Update>
  198. <Update release="6">
  199. <Date>2018-03-23</Date>
  200. <Version>1.7.12</Version>
  201. <Comment>Rebuild.</Comment>
  202. <Name>Mustafa Cinasal</Name>
  203. <Email>muscnsl@gmail.com</Email>
  204. </Update>
  205. <Update release="5">
  206. <Date>2018-02-13</Date>
  207. <Version>1.7.12</Version>
  208. <Comment>Rebuild</Comment>
  209. <Name>Mustafa Cinasal</Name>
  210. <Email>muscnsl@gmail.com</Email>
  211. </Update>
  212. <Update release="4">
  213. <Date>2017-03-17</Date>
  214. <Version>1.7.12</Version>
  215. <Comment>Version bump</Comment>
  216. <Name>Ayhan Yalçınsoy</Name>
  217. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  218. </Update>
  219. <Update release="3">
  220. <Date>2016-06-20</Date>
  221. <Version>1.6.14</Version>
  222. <Comment>Version bump.</Comment>
  223. <Name>Yusuf Aydemir</Name>
  224. <Email>yusuf.aydemir@pisilinux.org</Email>
  225. </Update>
  226. <Update release="2">
  227. <Date>2016-06-15</Date>
  228. <Version>1.5.20</Version>
  229. <Comment>Release Bump</Comment>
  230. <Name>Pisi Linux Community</Name>
  231. <Email>admin@pisilinux.org</Email>
  232. </Update>
  233. <Update release="1">
  234. <Date>2016-04-08</Date>
  235. <Version>1.5.20</Version>
  236. <Comment>First release</Comment>
  237. <Name>Ertuğrul Erata</Name>
  238. <Email>ertugrulerata@gmail.com</Email>
  239. </Update>
  240. </History>
  241. </PISI>