]> git.pld-linux.org Git - packages/blender.git/blob - blender.spec
- up to 2.28
[packages/blender.git] / blender.spec
1 # TODO:
2 # - check BRs
3 #
4 Summary:        3D modeling, rendering, animation and game creation package
5 Summary(pl):    Pakiet do tworzenia animacji 3D oraz gier
6 Name:           blender
7 Version:        2.28
8 Release:        0.1
9 License:        GPL
10 Group:          X11/Applications/Graphics
11 Source0:        http://download.blender.org/source/%{name}-%{version}.tar.bz2
12 # Source0-md5:  4c86e9d28c6ca70b80375fd2c75423bb
13 Source1:        %{name}.desktop
14 Source2:        %{name}.png
15 BuildRequires:  OpenAL-devel
16 BuildRequires:  OpenGL-devel
17 BuildRequires:  SDL-devel
18 BuildRequires:  autoconf
19 BuildRequires:  automake
20 BuildRequires:  esound-devel
21 BuildRequires:  libjpeg-devel
22 BuildRequires:  libpng-devel
23 BuildRequires:  libstdc++-devel
24 BuildRequires:  libtool
25 BuildRequires:  libvorbis-devel
26 BuildRequires:  openssl-devel >= 0.9.7
27 BuildRequires:  python-devel
28 BuildRequires:  smpeg-devel
29 BuildRequires:  zlib-devel
30 Requires:       OpenGL
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
34
35 %description
36 Blender is a free and fully functional 3D modeling, rendering,
37 animation and game creation package for Unix, Windows and BeOS
38 systems.
39
40 %description -l pl
41 Blender to darmowy i w peni funkcjonalny pakiet do tworzenia animacji
42 3D oraz gier, dostpny dla systemów Unix, Windows i BeOS.
43
44 %prep
45 %setup -q
46
47 %build
48 rm -f missing
49 %{__libtoolize}
50 %{__aclocal}
51 %{__autoconf}
52 %{__automake}
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 install -d $RPM_BUILD_ROOT{%{_applnkdir},%{_pixmapsdir}}
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 install -c %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}
64 install -c %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc README
72 %attr(755,root,root) %{_bindir}/*
73 %{_applnkdir}/%{name}.desktop
74 %{_pixmapsdir}/%{name}.png
This page took 0.039207 seconds and 4 git commands to generate.