blender-vl.spec 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. Summary: 3D modeling, animation, rendering and post-production.
  2. Summary(ja): 3D モデリング、アニメーション、レンダリング、ポストプロダクション
  3. Name: blender
  4. Version: 2.40
  5. Release: 0vl2
  6. Group: Applications/Multimedia
  7. License: GPL
  8. URL: http://www.blender.org/
  9. Source0: http://download.blender.org/source/blender-%{version}.tar.gz
  10. Source1: http://bane.servebeer.com/programming/blender/import-3ds-0.92.py
  11. Source2: http://bane.servebeer.com/programming/blender/export-3ds-0.72.py
  12. Source3: blender.png
  13. Source4: blender.desktop
  14. Source5: blender.xml
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. BuildRequires: desktop-file-utils
  17. BuildRequires: esound-devel
  18. BuildRequires: glut-devel
  19. BuildRequires: gettext
  20. BuildRequires: libjpeg-devel
  21. BuildRequires: libogg-devel
  22. BuildRequires: libpng-devel
  23. BuildRequires: libtool
  24. BuildRequires: libvorbis-devel
  25. BuildRequires: openal-devel
  26. BuildRequires: openssl-devel
  27. BuildRequires: python-devel
  28. BuildRequires: scons
  29. BuildRequires: SDL-devel
  30. BuildRequires: zlib-devel
  31. Requires(post): desktop-file-utils
  32. Requires(post): shared-mime-info
  33. Requires(postun): desktop-file-utils
  34. Requires(postun): shared-mime-info
  35. %description
  36. Blender is an integrated suite of tools enabling the creation of a broad
  37. range of 3D content. It offers full functionality for modelling, rendering,
  38. animation, post-production, creation and playback of interactive 3D content
  39. with the singular benefits of cross-platform operability.
  40. Aimed at media professionals and artists, Blender can be used to create 3D
  41. visualizations, stills as well as broadcast quality video, while the
  42. incorporation of a real-time 3D engine allows for the creation of 3D
  43. interactive content for stand-alone playback.
  44. %description -l ja
  45. Blender は、幅広い 3D コンテンツの製作を可能にする統合ソフトウェアです。
  46. Blender は、モデリング、レンダリング、アニメーション、ポストプロダクション、
  47. インタラクティブな 3D コンテンツの製作と再生といった全機能を、複数の OS への
  48. 対応という他には類のない利点と共に提供しています。
  49. Blender は、メディアの専門家や達人もターゲットにしているので、3D の視覚化や、
  50. 良質なテレビ放送映像や静止画像の作成にも使用できます。さらに、リアルタイム
  51. 3D エンジンを統合したことにより、スタンドアロン再生用のインタラクティブな
  52. 3D コンテンツの製作も可能です。
  53. %prep
  54. %setup -q
  55. %build
  56. scons
  57. %install
  58. rm -rf ${RPM_BUILD_ROOT}
  59. install -D -m0755 blender ${RPM_BUILD_ROOT}/%{_bindir}/blender
  60. install -D -m0755 blenderplayer ${RPM_BUILD_ROOT}/%{_bindir}/blenderplayer
  61. mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/blender/scripts/
  62. install -p -D -m0644 release/scripts/*.py ${RPM_BUILD_ROOT}%{_datadir}/blender/scripts/
  63. install -p -D -m0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/blender/scripts/import-3ds-0.7.py
  64. install -p -D -m0644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/blender/scripts/export-3ds-0.71.py
  65. install -p -D -m0644 %{SOURCE3} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/blender.png
  66. install -p -D -m0644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_datadir}/mime/packages/blender.xml
  67. desktop-file-install --vendor "" \
  68. --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
  69. %{SOURCE4}
  70. %clean
  71. rm -rf ${RPM_BUILD_ROOT}
  72. %post
  73. update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
  74. update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
  75. %postun
  76. update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
  77. update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
  78. %files
  79. %defattr(-,root,root,-)
  80. %doc COPYING README doc/python-dev-guide.txt doc/GPL-license.txt doc/bf-members.txt
  81. %{_bindir}/*
  82. %{_datadir}/applications/blender.desktop
  83. %{_datadir}/pixmaps/*.png
  84. %{_datadir}/blender/
  85. %{_datadir}/mime/packages/blender.xml
  86. %changelog
  87. * Mon Jan 02 2006 IKEDA Katsumi <ikeda@webmasters.gr.jp> 2.40-0vl2
  88. - new upstream release.
  89. * Sat Oct 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.35-0vl1
  90. - initial build for Vine Linux
  91. * Mon Nov 15 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 2.35-1
  92. - 2.35.
  93. * Thu Nov 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 2.34-0.fdr.3
  94. - Mime-type corrections for FC3.
  95. - Dropped redundent BR XFree86-devel.
  96. * Thu Aug 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.34-0.fdr.2
  97. - blender.applications file.
  98. - blender.xml file.
  99. - post/postun update-mime-database.
  100. * Thu Aug 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.34-0.fdr.1
  101. - Updated to 2.34.
  102. * Thu Aug 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.33-0.fdr.2.a
  103. - Include 3ds import/export scripts.
  104. - Added mime info.
  105. - Added mime icon (from yattacier theme).
  106. * Wed Aug 04 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.33-0.fdr.1.a
  107. - 2.33a.
  108. - Now building with scons.
  109. * Tue Feb 10 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.32-0.fdr.2
  110. - Now including scripts.
  111. * Thu Feb 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.32-0.fdr.1
  112. - Updated to 2.32.
  113. * Sun Jan 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.31-0.fdr.3.a
  114. - --enable-openal.
  115. - --disable-rpath.
  116. - remove --enable-international.
  117. - modify .desktop to execute with -w.
  118. * Thu Dec 04 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.31-0.fdr.2.a
  119. - Updated to 2.31a.
  120. * Sun Nov 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.31-0.fdr.1
  121. - Updated to 2.31.
  122. - enable-international.
  123. * Tue Nov 18 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.30-0.fdr.1
  124. - Updated to 2.30.
  125. * Fri Oct 10 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.5.c
  126. - Updated to 2.28c.
  127. * Tue Oct 07 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.4.a
  128. - Removed BuildReq smpeg-devel
  129. * Mon Sep 15 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.3.a
  130. - Moved 'a' out of version according to naming guidelines.
  131. * Fri Sep 12 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28a-0.fdr.2
  132. - changed file permission on tarball.
  133. - dropped redundant messages about aclocal, etc.
  134. - configure --disable-shared.
  135. - automake --foreign.
  136. - added doc/python-dev-guide.txt doc/GPL-license.txt doc/bf-members.txt to %%doc.
  137. * Wed Sep 10 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28a-0.fdr.1
  138. - Updated to 2.28a.
  139. * Wed Aug 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.2
  140. - New Icon.
  141. * Thu Jul 24 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.1
  142. - Updated to 2.28.
  143. - BuildReq libvorbis-devel.
  144. - BuildReq smpeg-devel.
  145. - BuildReq esound-devel.
  146. - BuildReq libogg-devel.
  147. - BuildReq vorbis-tools.
  148. - BuildReq openal-devel
  149. - BuildReq libtool
  150. * Mon May 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.27-0.fdr.2
  151. - Removed post/postun ldconfig.
  152. - Added autoconf workaround.
  153. * Mon May 19 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.27-0.fdr.1
  154. - Updated to 2.27.
  155. - Removed devel package.
  156. * Wed Apr 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.9
  157. - Corrected devel Group.
  158. * Tue Apr 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.8
  159. - Added desktop-file-utils to BuildRequires.
  160. - Changed category to X-Fedora-Extra.
  161. * Mon Mar 31 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.7
  162. - Added Missing BuildRequires.
  163. * Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.6
  164. - Cleaned up BuildRequires.
  165. - Added Epoch:0.
  166. * Sat Mar 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 2.26-0.fdr.5
  167. - Spec file cleanup.
  168. * Sat Mar 08 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 2.26-1.fdr.4
  169. - Spec file cleanup.
  170. * Wed Feb 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 2.26-1.fedora.3
  171. - Spec file cleanup.
  172. * Thu Feb 20 2003 Warren Togami
  173. - Add BuildRequires python-devel
  174. * Wed Feb 19 2003 Phillip Compton
  175. - Initial RPM release.