pspec.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>blender</Name>
  6. <Homepage>https://www.blender.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>blender</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>3D modeling, animation, rendering and post-production application</Summary>
  15. <Description>blender is the essential software solution you need for 3D, from modeling, animation, rendering and post-production to interactive creation and playback.</Description>
  16. <Archive sha1sum="38addb2fab4d9d2b92a495f504cff1ffd5b8ae16" type="tarxz">https://download.blender.org/source/blender-4.3.0.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>git</Dependency>
  19. <Dependency>cmake</Dependency>
  20. <Dependency>llvm</Dependency>
  21. <Dependency>potrace</Dependency>
  22. <Dependency>gmp-devel</Dependency>
  23. <Dependency>openxr-devel</Dependency>
  24. <Dependency>ffmpeg-devel</Dependency>
  25. <Dependency>fftw3-devel</Dependency>
  26. <Dependency>boost-devel</Dependency>
  27. <Dependency>libepoxy-devel</Dependency>
  28. <Dependency>freetype-devel</Dependency>
  29. <Dependency versionFrom="2.0.0">glew-devel</Dependency>
  30. <Dependency>icu4c-devel</Dependency>
  31. <Dependency>imath-devel</Dependency>
  32. <Dependency>jack-audio-connection-kit-devel</Dependency>
  33. <Dependency>libdc1394-devel</Dependency>
  34. <Dependency>libgomp</Dependency>
  35. <Dependency>libjpeg-turbo-devel</Dependency>
  36. <Dependency>libpng-devel</Dependency>
  37. <Dependency>libsdl-devel</Dependency>
  38. <Dependency>libsdl2-devel</Dependency>
  39. <Dependency>libsndfile-devel</Dependency>
  40. <Dependency>libspnav-devel</Dependency>
  41. <Dependency>libX11-devel</Dependency>
  42. <Dependency>libXi-devel</Dependency>
  43. <Dependency>libXxf86vm-devel</Dependency>
  44. <Dependency>mesa-devel</Dependency>
  45. <Dependency>libglvnd-devel</Dependency>
  46. <Dependency>mesa-glu-devel</Dependency>
  47. <Dependency>openal-devel</Dependency>
  48. <Dependency>openexr-devel</Dependency>
  49. <Dependency>openjpeg-devel</Dependency>
  50. <Dependency>python3-devel</Dependency>
  51. <Dependency>tiff-devel</Dependency>
  52. <Dependency>openimageio-devel</Dependency>
  53. <Dependency>webp-devel</Dependency>
  54. <Dependency>zlib-devel</Dependency>
  55. <Dependency>python3-requests</Dependency>
  56. <Dependency>python3-numpy</Dependency>
  57. <Dependency>onetbb-devel</Dependency>
  58. <Dependency>OpenCOLLADA-devel</Dependency>
  59. <!-- <Dependency>OpenColorIO1-devel</Dependency> -->
  60. <Dependency>opencolorio-devel</Dependency>
  61. <Dependency>python3-idna</Dependency>
  62. <Dependency>python3-setuptools</Dependency>
  63. <Dependency>jemalloc-devel</Dependency>
  64. <Dependency>zstd-devel</Dependency>
  65. <Dependency>brotli-devel</Dependency>
  66. <Dependency>openpgl-devel</Dependency>
  67. </BuildDependencies>
  68. <Patches>
  69. <!-- <Patch level="1">blender-openexr.patch</Patch> -->
  70. <!-- <Patch level="1">blender-3.0.0-intern-ghost-fix-typo-in-finding-XF86VMODE.patch</Patch> -->
  71. </Patches>
  72. </Source>
  73. <Package>
  74. <Name>blender</Name>
  75. <RuntimeDependencies>
  76. <Dependency>gmp</Dependency>
  77. <Dependency>zstd</Dependency>
  78. <Dependency>boost</Dependency>
  79. <Dependency>openxr</Dependency>
  80. <Dependency>pugixml</Dependency>
  81. <Dependency>potrace</Dependency>
  82. <Dependency>libsdl2</Dependency>
  83. <Dependency>ffmpeg</Dependency>
  84. <Dependency>fftw3</Dependency>
  85. <Dependency>libepoxy</Dependency>
  86. <Dependency>freetype</Dependency>
  87. <Dependency>libglvnd</Dependency>
  88. <Dependency>onetbb</Dependency>
  89. <Dependency>libXfixes</Dependency>
  90. <Dependency>openjpeg2</Dependency>
  91. <Dependency>libXrender</Dependency>
  92. <Dependency versionFrom="2.0.0">glew</Dependency>
  93. <Dependency>imath</Dependency>
  94. <Dependency>jack-audio-connection-kit</Dependency>
  95. <Dependency>libgcc</Dependency>
  96. <Dependency>libdc1394</Dependency>
  97. <Dependency>libgomp</Dependency>
  98. <Dependency>libjpeg-turbo</Dependency>
  99. <Dependency>libpng</Dependency>
  100. <Dependency>libsdl</Dependency>
  101. <Dependency>libsndfile</Dependency>
  102. <Dependency>libspnav</Dependency>
  103. <Dependency>libX11</Dependency>
  104. <Dependency>libXi</Dependency>
  105. <Dependency>libXxf86vm</Dependency>
  106. <Dependency>mesa</Dependency>
  107. <Dependency>mesa-glu</Dependency>
  108. <Dependency>openal</Dependency>
  109. <Dependency>openexr-libs</Dependency>
  110. <Dependency>openjpeg</Dependency>
  111. <Dependency>python3</Dependency>
  112. <Dependency>tiff</Dependency>
  113. <Dependency>openimageio</Dependency>
  114. <Dependency>zlib</Dependency>
  115. <Dependency>OpenCOLLADA</Dependency>
  116. <Dependency>opencolorio</Dependency>
  117. <Dependency>jemalloc</Dependency>
  118. <Dependency>openpgl</Dependency>
  119. </RuntimeDependencies>
  120. <Files>
  121. <Path fileType="executable">/usr/bin</Path>
  122. <Path fileType="data">/usr/lib/python3.9/</Path>
  123. <Path fileType="data">/usr/share/blender/</Path>
  124. <Path fileType="doc">/usr/share/doc</Path>
  125. <Path fileType="data">/usr/share/pixmaps/</Path>
  126. <Path fileType="data">/usr/share/man/man1</Path>
  127. <Path fileType="data">/usr/share/icons</Path>
  128. <Path fileType="data">/usr/share/applications</Path>
  129. <Path fileType="data">/usr/share/mime</Path>
  130. <Path fileType="localedata">/usr/share/locale</Path>
  131. <Path fileType="data">/usr/share/metainfo/org.blender.Blender.metainfo.xml</Path>
  132. </Files>
  133. <AdditionalFiles>
  134. <AdditionalFile owner="root" permission="0644" target="/usr/share/mime/packages/blender.xml">blender.xml</AdditionalFile>
  135. <AdditionalFile owner="root" permission="0755" target="/usr/bin/blender">blender-wrapper</AdditionalFile>
  136. <AdditionalFile owner="root" permission="0755" target="/usr/share/applications/blender.desktop">blender.desktop</AdditionalFile>
  137. </AdditionalFiles>
  138. </Package>
  139. <History>
  140. <Update release="12">
  141. <Date>2024-11-28</Date>
  142. <Version>4.3.0</Version>
  143. <Comment>Version bump.</Comment>
  144. <Name>Ümit Solmaz</Name>
  145. <Email>admins@pisilinux.org</Email>
  146. </Update>
  147. <Update release="25">
  148. <Date>2023-12-06</Date>
  149. <Version>4.0.2</Version>
  150. <Comment>Version bump.</Comment>
  151. <Name>Mustafa Cinasal</Name>
  152. <Email>muscnsl@gmail.com</Email>
  153. </Update>
  154. <Update release="24">
  155. <Date>2023-12-02</Date>
  156. <Version>4.0.1</Version>
  157. <Comment>Version bump.</Comment>
  158. <Name>Mustafa Cinasal</Name>
  159. <Email>muscnsl@gmail.com</Email>
  160. </Update>
  161. <Update release="23">
  162. <Date>2023-10-23</Date>
  163. <Version>3.6.5</Version>
  164. <Comment>Version bump.</Comment>
  165. <Name>Mustafa Cinasal</Name>
  166. <Email>muscnsl@gmail.com</Email>
  167. </Update>
  168. <Update release="22">
  169. <Date>2022-05-23</Date>
  170. <Version>3.0.1</Version>
  171. <Comment>Version bump.</Comment>
  172. <Name>Mustafa Cinasal</Name>
  173. <Email>muscnsl@gmail.com</Email>
  174. </Update>
  175. <Update release="21">
  176. <Date>2021-12-05</Date>
  177. <Version>3.0.0</Version>
  178. <Comment>Version bump.</Comment>
  179. <Name>Mustafa Cinasal</Name>
  180. <Email>muscnsl@gmail.com</Email>
  181. </Update>
  182. <Update release="20">
  183. <Date>2021-11-19</Date>
  184. <Version>2.93.6</Version>
  185. <Comment>Version bump.</Comment>
  186. <Name>Mustafa Cinasal</Name>
  187. <Email>muscnsl@gmail.com</Email>
  188. </Update>
  189. <Update release="19">
  190. <Date>2021-10-25</Date>
  191. <Version>2.93.5</Version>
  192. <Comment>Version bump</Comment>
  193. <Name>Mustafa Cinasal</Name>
  194. <Email>muscnsl@gmail.com</Email>
  195. </Update>
  196. <Update release="18">
  197. <Date>2021-10-21</Date>
  198. <Version>2.92.0</Version>
  199. <Comment>Rebuild boost.</Comment>
  200. <Name>Mustafa Cinasal</Name>
  201. <Email>muscnsl@gmail.com</Email>
  202. </Update>
  203. <Update release="17">
  204. <Date>2021-06-30</Date>
  205. <Version>2.92.0</Version>
  206. <Comment>Rebuild.</Comment>
  207. <Name>Mustafa Cinasal</Name>
  208. <Email>muscnsl@gmail.com</Email>
  209. </Update>
  210. <Update release="16">
  211. <Date>2021-03-11</Date>
  212. <Version>2.92.0</Version>
  213. <Comment>Version bump.</Comment>
  214. <Name>Mustafa Cinasal</Name>
  215. <Email>muscnsl@gmail.com</Email>
  216. </Update>
  217. <Update release="15">
  218. <Date>2021-01-20</Date>
  219. <Version>2.91.2</Version>
  220. <Comment>Version bump.</Comment>
  221. <Name>Mustafa Cinasal</Name>
  222. <Email>muscnsl@gmail.com</Email>
  223. </Update>
  224. <Update release="14">
  225. <Date>2020-09-19</Date>
  226. <Version>2.90.0</Version>
  227. <Comment>Version bump.</Comment>
  228. <Name>Mustafa Cinasal</Name>
  229. <Email>muscnsl@gmail.com</Email>
  230. </Update>
  231. <Update release="13">
  232. <Date>2020-06-04</Date>
  233. <Version>2.83.0</Version>
  234. <Comment>Version bump.</Comment>
  235. <Name>Mustafa Cinasal</Name>
  236. <Email>muscnsl@gmail.com</Email>
  237. </Update>
  238. <Update release="12">
  239. <Date>2020-04-25</Date>
  240. <Version>2.82</Version>
  241. <Comment>Rebuild.</Comment>
  242. <Name>Pisi Linux Community</Name>
  243. <Email>admin@pisilinux.org</Email>
  244. </Update>
  245. <Update release="11">
  246. <Date>2020-02-11</Date>
  247. <Version>2.81</Version>
  248. <Comment>Rebuild.</Comment>
  249. <Name>Pisi Linux Community</Name>
  250. <Email>admin@pisilinux.org</Email>
  251. </Update>
  252. <Update release="10">
  253. <Date>2018-09-01</Date>
  254. <Version>2.79</Version>
  255. <Comment>Rebuild.</Comment>
  256. <Name>Pisi Linux Community</Name>
  257. <Email>admin@pisilinux.org</Email>
  258. </Update>
  259. <Update release="9">
  260. <Date>2018-05-11</Date>
  261. <Version>2.79</Version>
  262. <Comment>Rebuild.</Comment>
  263. <Name>Pisi Linux Community</Name>
  264. <Email>admin@pisilinux.org</Email>
  265. </Update>
  266. <Update release="8">
  267. <Date>2018-04-27</Date>
  268. <Version>2.79</Version>
  269. <Comment>Rebuild.</Comment>
  270. <Name>Pisi Linux Community</Name>
  271. <Email>admin@pisilinux.org</Email>
  272. </Update>
  273. <Update release="7">
  274. <Date>2018-03-24</Date>
  275. <Version>2.79</Version>
  276. <Comment>Rebuild.</Comment>
  277. <Name>Pisi Linux Community</Name>
  278. <Email>admin@pisilinux.org</Email>
  279. </Update>
  280. <Update release="6">
  281. <Date>2018-02-14</Date>
  282. <Version>2.79</Version>
  283. <Comment>Version bump</Comment>
  284. <Name>PisiLinux Community</Name>
  285. <Email>admins@pisilinux.org</Email>
  286. </Update>
  287. <Update release="5">
  288. <Date>2017-05-28</Date>
  289. <Version>2.78c</Version>
  290. <Comment>Version bump</Comment>
  291. <Name>PisiLinux Community</Name>
  292. <Email>admins@pisilinux.org</Email>
  293. </Update>
  294. <Update release="4">
  295. <Date>2017-03-17</Date>
  296. <Version>2.78</Version>
  297. <Comment>Version bump</Comment>
  298. <Name>Stefan Gronewold(groni)</Name>
  299. <Email>groni@pisilinux.org</Email>
  300. </Update>
  301. <Update release="3">
  302. <Date>2016-06-15</Date>
  303. <Version>2.75a</Version>
  304. <Comment>Release Bump</Comment>
  305. <Name>Pisi Linux Community</Name>
  306. <Email>admin@pisilinux.org</Email>
  307. </Update>
  308. <Update release="2">
  309. <Date>2016-06-15</Date>
  310. <Version>2.75a</Version>
  311. <Comment>Release Bump</Comment>
  312. <Name>Pisi Linux Community</Name>
  313. <Email>admin@pisilinux.org</Email>
  314. </Update>
  315. <Update release="1">
  316. <Date>2016-05-08</Date>
  317. <Version>2.75a</Version>
  318. <Comment>First release</Comment>
  319. <Name>Ali Algul</Name>
  320. <Email>alialgul@pisilinux.org</Email>
  321. </Update>
  322. </History>
  323. </PISI>