]> git.pld-linux.org Git - packages/BMRT.git/blame - BMRT.spec
- tabs in preamle
[packages/BMRT.git] / BMRT.spec
CommitLineData
e79577a7 1Summary: BMRT - Blue Moon Rendering Tools
056d530b 2Summary(pl.UTF-8): Blue Moon Rendering Tools - Narzędzia do renderingu
cc5962d8 3Name: BMRT
4Version: 2.5
6f9c419e 5Release: 2
e79577a7 6License: Free use, no source
cc5962d8 7Group: Applications/Graphics
cc5962d8 8Source0: %{name}%{version}h.linux-glibc2.tar.gz
a9a52065 9# Source0-md5: dfbe508d03b352a01949679809cd3e06
cc5962d8 10URL: http://www.bmrt.org/
e79577a7 11ExclusiveArch: %{ix86}
6ca2ff5b 12Requires: compat-libstdc++-2.9
6f9c419e 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
cc5962d8 14
cc5962d8 15%description
e79577a7
JB
16BMRT is a ray tracer that has been used in the production of several
17feature films, including A Bug's Life, Stuart Little, The Cell, Hollow
18Man, and Woman on Top.
cc5962d8 19
e79577a7
JB
20BMRT supports such features as ray traced reflections and shadows;
21area lights; texture, environment, and shadow mapping; and fully
22programmable surface, displacement, light, and volume shaders. BMRT's
23input scene files and shaders are largely compatible with our
24commercial renderer, Entropy, as well as those of PhotoRealistic
25RenderMan.
a5907870 26
6ca2ff5b 27No longer available. Use Aqsis (http://aqsis.sf.net/) instead.
a9664a0b 28
7fbf5a34
JR
29%description -l pl.UTF-8
30BMRT jest ray tracerem, który został użyty przy produkcji niektórych
31filmów, takich jak A Bug's Life, Stuart Little, The Cell, Hollow Man,
e79577a7
JB
32Woman on Top.
33
7fbf5a34
JR
34BMRT obsługuje rzeczy takie jak odbicia i cienie; światła punktowe;
35tekstury, środowisko, mapowanie cieni; w pełni programowalne
36powierzchnie, zaburzenia, światła, cienie. Pliki wejściowe ze scenami
37i cieniami BMRT są w dużej części zgodne z komercyjnym rendererem tej
38samej firmy o nazwie Entropy, a także z programem PhotoRealistic
e79577a7 39RenderMan.
cc5962d8 40
7fbf5a34 41BMRT nie jest już dostępny. Zamiast niego można używać Aqsis
6ca2ff5b 42(http://aqsis.sf.net/).
a9664a0b 43
cc5962d8 44%prep
45%setup -q -n %{name}%{version}
46
cc5962d8 47%install
48rm -rf $RPM_BUILD_ROOT
49install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_includedir},%{_libdir},%{_datadir}/%{name}/shaders}
50
51install bin/* $RPM_BUILD_ROOT%{_bindir}
52install lib/* $RPM_BUILD_ROOT%{_libdir}
53install include/* $RPM_BUILD_ROOT%{_includedir}
54install shaders/*.sl $RPM_BUILD_ROOT%{_datadir}/%{name}/shaders
39f93620 55install shaders/*.slc $RPM_BUILD_ROOT%{_datadir}/%{name}/shaders
cc5962d8 56install shaders/*.h $RPM_BUILD_ROOT%{_datadir}/%{name}/shaders
57
cc5962d8 58%clean
59rm -rf $RPM_BUILD_ROOT
60
e79577a7
JB
61%post -p /sbin/ldconfig
62%postun -p /sbin/ldconfig
63
cc5962d8 64%files
65%defattr(644,root,root,755)
66%doc doc/html/* License doc/*.pdf
67%attr(755,root,root) %{_bindir}/*
cc5962d8 68%attr(755,root,root) %{_libdir}/*.so
6ca2ff5b
JB
69%dir %{_datadir}/%{name}
70%dir %{_datadir}/%{name}/shaders
71%{_datadir}/%{name}/shaders/*.sl
72%{_datadir}/%{name}/shaders/*[!x].slc
73%attr(755,root,root) %{_datadir}/%{name}/shaders/*.linux.slc
74%{_libdir}/*.a
75%{_includedir}/*.h
This page took 0.087881 seconds and 4 git commands to generate.