pspec.xml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>blender</Name>
  6. <Homepage>http://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="59d7297b2388d7801b68633c0003248b45ee93a6" type="targz">http://download.blender.org/source/blender-2.78c.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>boost-devel</Dependency>
  19. <Dependency>cmake</Dependency> -->
  20. <Dependency>ffmpeg-devel</Dependency>
  21. <Dependency>fftw3-devel</Dependency>
  22. <Dependency>freetype-devel</Dependency>
  23. <Dependency versionFrom="2.0.0">glew-devel</Dependency>
  24. <Dependency>icu4c-devel</Dependency>
  25. <Dependency>ilmbase-devel</Dependency>
  26. <Dependency>jack-audio-connection-kit-devel</Dependency>
  27. <Dependency>libdc1394-devel</Dependency>
  28. <Dependency>libgomp</Dependency>
  29. <Dependency>libjpeg-turbo-devel</Dependency>
  30. <Dependency>libpng-devel</Dependency>
  31. <Dependency>libsdl-devel</Dependency>
  32. <Dependency>libsndfile-devel</Dependency>
  33. <Dependency>libspnav-devel</Dependency>
  34. <Dependency>libX11-devel</Dependency>
  35. <Dependency>libXi-devel</Dependency>
  36. <Dependency>libXxf86vm-devel</Dependency>
  37. <Dependency>mesa-devel</Dependency>
  38. <Dependency>mesa-glu-devel</Dependency>
  39. <Dependency>openal-devel</Dependency>
  40. <Dependency>openexr-devel</Dependency>
  41. <Dependency>openjpeg-devel</Dependency>
  42. <Dependency>python3-devel</Dependency>
  43. <Dependency>tiff-devel</Dependency>
  44. <Dependency>openimageio-devel</Dependency>
  45. <Dependency>webp-devel</Dependency>
  46. <Dependency>zlib-devel</Dependency>
  47. <Dependency>python3-requests</Dependency>
  48. </BuildDependencies>
  49. <Patches>
  50. <!--<Patch level="1">blender-2.67b-rna.patch</Patch>-->
  51. <!--<Patch level="1">06-blender-2.68-fix-install-rules.patch</Patch>
  52. <Patch level="1">ffmpeg3.patch</Patch>-->
  53. </Patches>
  54. </Source>
  55. <Package>
  56. <Name>blender</Name>
  57. <RuntimeDependencies>
  58. <Dependency>boost</Dependency>
  59. <Dependency>ffmpeg</Dependency>
  60. <Dependency>fftw3</Dependency>
  61. <Dependency>freetype</Dependency>
  62. <Dependency versionFrom="2.0.0">glew</Dependency>
  63. <Dependency>ilmbase</Dependency>
  64. <Dependency>jack-audio-connection-kit</Dependency>
  65. <Dependency>libgcc</Dependency>
  66. <Dependency>libdc1394</Dependency>
  67. <Dependency>libgomp</Dependency>
  68. <Dependency>libjpeg-turbo</Dependency>
  69. <Dependency>libpng</Dependency>
  70. <Dependency>libsdl</Dependency>
  71. <Dependency>libsndfile</Dependency>
  72. <Dependency>libspnav</Dependency>
  73. <Dependency>libX11</Dependency>
  74. <Dependency>libXi</Dependency>
  75. <Dependency>libXxf86vm</Dependency>
  76. <Dependency>mesa</Dependency>
  77. <Dependency>mesa-glu</Dependency>
  78. <Dependency>openal</Dependency>
  79. <Dependency>openexr-libs</Dependency>
  80. <Dependency>openjpeg</Dependency>
  81. <Dependency>python3</Dependency>
  82. <Dependency>tiff</Dependency>
  83. <Dependency>openimageio</Dependency>
  84. <Dependency>zlib</Dependency>
  85. </RuntimeDependencies>
  86. <Files>
  87. <Path fileType="executable">/usr/bin</Path>
  88. <Path fileType="data">/usr/lib/python3.3/</Path>
  89. <Path fileType="data">/usr/share/blender/</Path>
  90. <Path fileType="doc">/usr/share/doc</Path>
  91. <Path fileType="data">/usr/share/pixmaps/</Path>
  92. <Path fileType="data">/usr/share/man/man1</Path>
  93. <Path fileType="data">/usr/share/icons</Path>
  94. <Path fileType="data">/usr/share/applications</Path>
  95. <Path fileType="data">/usr/share/mime</Path>
  96. <Path fileType="localedata">/usr/share/locale</Path>
  97. </Files>
  98. <AdditionalFiles>
  99. <AdditionalFile owner="root" permission="0644" target="/usr/share/mime/packages/blender.xml">blender.xml</AdditionalFile>
  100. <AdditionalFile owner="root" permission="0755" target="/usr/bin/blender">blender-wrapper</AdditionalFile>
  101. <AdditionalFile owner="root" permission="0755" target="/usr/share/applications/blender.desktop">blender.desktop</AdditionalFile>
  102. </AdditionalFiles>
  103. </Package>
  104. <History>
  105. <Update release="5">
  106. <Date>2017-05-28</Date>
  107. <Version>2.78c</Version>
  108. <Comment>Version bump</Comment>
  109. <Name>PisiLinux Community</Name>
  110. <Email>admins@pisilinux.org</Email>
  111. </Update>
  112. <Update release="4">
  113. <Date>2017-03-17</Date>
  114. <Version>2.78</Version>
  115. <Comment>Version bump</Comment>
  116. <Name>Stefan Gronewold(groni)</Name>
  117. <Email>groni@pisilinux.org</Email>
  118. </Update>
  119. <Update release="3">
  120. <Date>2016-06-15</Date>
  121. <Version>2.75a</Version>
  122. <Comment>Release Bump</Comment>
  123. <Name>Pisi Linux Community</Name>
  124. <Email>admin@pisilinux.org</Email>
  125. </Update>
  126. <Update release="2">
  127. <Date>2016-06-15</Date>
  128. <Version>2.75a</Version>
  129. <Comment>Release Bump</Comment>
  130. <Name>Pisi Linux Community</Name>
  131. <Email>admin@pisilinux.org</Email>
  132. </Update>
  133. <Update release="1">
  134. <Date>2016-05-08</Date>
  135. <Version>2.75a</Version>
  136. <Comment>First release</Comment>
  137. <Name>Ali Algul</Name>
  138. <Email>alialgul@pisilinux.org</Email>
  139. </Update>
  140. </History>
  141. </PISI>