source: projects/specs/trunk/b/blender/blender-vl.spec @ 521

Revision 521, 7.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        3D modeling, animation, rendering and post-production.
2Summary(ja):    3D ¥â¥Ç¥ê¥ó¥°¡¢¥¢¥Ë¥á¡¼¥·¥ç¥ó¡¢¥ì¥ó¥À¥ê¥ó¥°¡¢¥Ý¥¹¥È¥×¥í¥À¥¯¥·¥ç¥ó
3Name:           blender
4Version:        2.40
5Release:        0vl2
6
7Group:          Applications/Multimedia
8License:        GPL
9URL:            http://www.blender.org/
10Source0:        http://download.blender.org/source/blender-%{version}.tar.gz
11Source1:        http://bane.servebeer.com/programming/blender/import-3ds-0.92.py
12Source2:        http://bane.servebeer.com/programming/blender/export-3ds-0.72.py
13Source3:        blender.png
14Source4:        blender.desktop
15Source5:        blender.xml
16BuildRoot:      %{_tmppath}/%{name}-%{version}-root
17
18BuildRequires:  desktop-file-utils
19BuildRequires:  esound-devel
20BuildRequires:  glut-devel
21BuildRequires:  gettext
22BuildRequires:  libjpeg-devel
23BuildRequires:  libogg-devel
24BuildRequires:  libpng-devel
25BuildRequires:  libtool
26BuildRequires:  libvorbis-devel
27BuildRequires:  openal-devel
28BuildRequires:  openssl-devel
29BuildRequires:  python-devel
30BuildRequires:  scons
31BuildRequires:  SDL-devel
32BuildRequires:  zlib-devel
33Requires(post): desktop-file-utils
34Requires(post): shared-mime-info
35Requires(postun): desktop-file-utils
36Requires(postun): shared-mime-info
37
38%description
39Blender is an integrated suite of tools enabling the creation of a broad
40range of 3D content. It offers full functionality for modelling, rendering,
41animation, post-production, creation and playback of interactive 3D content
42with the singular benefits of cross-platform operability.
43
44Aimed at media professionals and artists, Blender can be used to create 3D
45visualizations, stills as well as broadcast quality video, while the
46incorporation of a real-time 3D engine allows for the creation of 3D
47interactive content for stand-alone playback.
48
49%description -l ja
50Blender ¤Ï¡¢Éý¹­¤¤ 3D ¥³¥ó¥Æ¥ó¥Ä¤ÎÀ½ºî¤ò²Äǽ¤Ë¤¹¤ëÅý¹ç¥½¥Õ¥È¥¦¥§¥¢¤Ç¤¹¡£
51Blender ¤Ï¡¢¥â¥Ç¥ê¥ó¥°¡¢¥ì¥ó¥À¥ê¥ó¥°¡¢¥¢¥Ë¥á¡¼¥·¥ç¥ó¡¢¥Ý¥¹¥È¥×¥í¥À¥¯¥·¥ç¥ó¡¢
52¥¤¥ó¥¿¥é¥¯¥Æ¥£¥Ö¤Ê 3D ¥³¥ó¥Æ¥ó¥Ä¤ÎÀ½ºî¤ÈºÆÀ¸¤È¤¤¤Ã¤¿Á´µ¡Ç½¤ò¡¢Ê£¿ô¤Î OS ¤Ø¤Î
53Âбþ¤È¤¤¤¦Â¾¤Ë¤ÏÎà¤Î¤Ê¤¤ÍøÅÀ¤È¶¦¤ËÄ󶡤·¤Æ¤¤¤Þ¤¹¡£
54
55Blender ¤Ï¡¢¥á¥Ç¥£¥¢¤ÎÀìÌç²È¤äã¿Í¤â¥¿¡¼¥²¥Ã¥È¤Ë¤·¤Æ¤¤¤ë¤Î¤Ç¡¢3D ¤Î»ë³Ð²½¤ä¡¢
56ÎɼÁ¤Ê¥Æ¥ì¥ÓÊüÁ÷±ÇÁü¤äÀŻ߲èÁü¤ÎºîÀ®¤Ë¤â»ÈÍѤǤ­¤Þ¤¹¡£¤µ¤é¤Ë¡¢¥ê¥¢¥ë¥¿¥¤¥à
573D ¥¨¥ó¥¸¥ó¤òÅý¹ç¤·¤¿¤³¤È¤Ë¤è¤ê¡¢¥¹¥¿¥ó¥É¥¢¥í¥óºÆÀ¸ÍѤΥ¤¥ó¥¿¥é¥¯¥Æ¥£¥Ö¤Ê
583D ¥³¥ó¥Æ¥ó¥Ä¤ÎÀ½ºî¤â²Äǽ¤Ç¤¹¡£
59
60%prep
61%setup -q
62
63
64%build
65scons
66
67
68%install
69rm -rf ${RPM_BUILD_ROOT}
70install -D -m0755 blender ${RPM_BUILD_ROOT}/%{_bindir}/blender
71install -D -m0755 blenderplayer ${RPM_BUILD_ROOT}/%{_bindir}/blenderplayer
72mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/blender/scripts/
73install -p -D -m0644 release/scripts/*.py ${RPM_BUILD_ROOT}%{_datadir}/blender/scripts/
74install -p -D -m0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/blender/scripts/import-3ds-0.7.py
75install -p -D -m0644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/blender/scripts/export-3ds-0.71.py
76install -p -D -m0644 %{SOURCE3} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/blender.png
77install -p -D -m0644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_datadir}/mime/packages/blender.xml
78desktop-file-install --vendor ""                        \
79  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications       \
80  %{SOURCE4}
81
82
83%clean
84rm -rf ${RPM_BUILD_ROOT}
85
86
87%post
88update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
89update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
90
91
92%postun
93update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
94update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
95
96
97%files
98%defattr(-,root,root,-)
99%doc COPYING README doc/python-dev-guide.txt doc/GPL-license.txt doc/bf-members.txt
100%{_bindir}/*
101%{_datadir}/applications/blender.desktop
102%{_datadir}/pixmaps/*.png
103%{_datadir}/blender/
104%{_datadir}/mime/packages/blender.xml
105
106
107%changelog
108* Mon Jan 02 2006 IKEDA Katsumi <ikeda@webmasters.gr.jp> 2.40-0vl2
109- new upstream release.
110
111* Sat Oct 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.35-0vl1
112- initial build for Vine Linux
113
114* Mon Nov 15 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 2.35-1
115- 2.35.
116
117* Thu Nov 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 2.34-0.fdr.3
118- Mime-type corrections for FC3.
119- Dropped redundent BR XFree86-devel.
120
121* Thu Aug 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.34-0.fdr.2
122- blender.applications file.
123- blender.xml file.
124- post/postun update-mime-database.
125
126* Thu Aug 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.34-0.fdr.1
127- Updated to 2.34.
128
129* Thu Aug 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.33-0.fdr.2.a
130- Include 3ds import/export scripts.
131- Added mime info.
132- Added mime icon (from yattacier theme).
133
134* Wed Aug 04 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.33-0.fdr.1.a
135- 2.33a.
136- Now building with scons.
137
138* Tue Feb 10 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.32-0.fdr.2
139- Now including scripts.
140
141* Thu Feb 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.32-0.fdr.1
142- Updated to 2.32.
143
144* Sun Jan 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.31-0.fdr.3.a
145- --enable-openal.
146- --disable-rpath.
147- remove --enable-international.
148- modify .desktop to execute with -w.
149
150* Thu Dec 04 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.31-0.fdr.2.a
151- Updated to 2.31a.
152
153* Sun Nov 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.31-0.fdr.1
154- Updated to 2.31.
155- enable-international.
156
157* Tue Nov 18 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.30-0.fdr.1
158- Updated to 2.30.
159
160* Fri Oct 10 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.5.c
161- Updated to 2.28c.
162
163* Tue Oct 07 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.4.a
164- Removed BuildReq smpeg-devel
165
166* Mon Sep 15 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.3.a
167- Moved 'a' out of version according to naming guidelines.
168
169* Fri Sep 12 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28a-0.fdr.2
170- changed file permission on tarball.
171- dropped redundant messages about aclocal, etc.
172- configure --disable-shared.
173- automake --foreign.
174- added doc/python-dev-guide.txt doc/GPL-license.txt doc/bf-members.txt to %%doc.
175
176* Wed Sep 10 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28a-0.fdr.1
177- Updated to 2.28a.
178
179* Wed Aug 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.2
180- New Icon.
181
182* Thu Jul 24 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.1
183- Updated to 2.28.
184- BuildReq libvorbis-devel.
185- BuildReq smpeg-devel.
186- BuildReq esound-devel.
187- BuildReq libogg-devel.
188- BuildReq vorbis-tools.
189- BuildReq openal-devel
190- BuildReq libtool
191
192* Mon May 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.27-0.fdr.2
193- Removed post/postun ldconfig.
194- Added autoconf workaround.
195
196* Mon May 19 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.27-0.fdr.1
197- Updated to 2.27.
198- Removed devel package.
199
200* Wed Apr 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.9
201- Corrected devel Group.
202
203* Tue Apr 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.8
204- Added desktop-file-utils to BuildRequires.
205- Changed category to X-Fedora-Extra.
206
207* Mon Mar 31 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.7
208- Added Missing BuildRequires.
209
210* Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.6
211- Cleaned up BuildRequires.
212- Added Epoch:0.
213
214* Sat Mar 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 2.26-0.fdr.5
215- Spec file cleanup.
216
217* Sat Mar 08 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 2.26-1.fdr.4
218- Spec file cleanup.
219
220* Wed Feb 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 2.26-1.fedora.3
221- Spec file cleanup.
222
223* Thu Feb 20 2003 Warren Togami
224- Add BuildRequires python-devel
225
226* Wed Feb 19 2003 Phillip Compton
227- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.