]> git.pld-linux.org Git - packages/blender.git/blob - blender.spec
- fixed build requirements
[packages/blender.git] / blender.spec
1
2 Summary:        3D modeling, rendering, animation and game creation package
3 Summary(pl):    Pakiet do tworzenia animacji 3D oraz robienia gier
4 Name:           blender
5 Version:        2.25b.9
6 Release:        1
7 License:        GPL
8 Group:          X11/Applications/Graphics
9 Vendor:         http://www.linux.ucla.edu/~phaethon/blender/blender-autoconf.html
10 Source0:        http://www.linux.ucla.edu/~phaethon/blender/blender-creator-ph-%{version}.tar.gz
11 URL:            http://www.linux.ucla.edu/~phaethon/blender/blender-autoconf.html
12 #!#Vendor:              Blender Foundation
13 #!#Source0:     ftp://dl.xs4all.nl/pub/mirror/blender/%{name}-source-%{version}.tar.gz
14 #!#http://www.linux.ucla.edu/~phaethon/blender/blender-autoconf.html
15 Patch0:         %{name}-python.patch
16 Requires:       OpenGL
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  libtool
20 BuildRequires:  OpenGL-devel
21 BuildRequires:  SDL-devel
22 BuildRequires:  libjpeg-devel
23 BuildRequires:  libpng-devel
24 BuildRequires:  openssl-devel
25 BuildRequires:  python-devel
26 BuildRequires:  smpeg-devel
27 BuildRequires:  zlib-devel
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
31 %define         _prefix         /usr/X11R6
32
33 %description
34 Blender is a free and fully functional 3D modeling, rendering,
35 animation and game creation package for Unix, Windows and BeOS
36 systems.
37
38 %description -l pl
39 Blender to darmowy i w pe³ni funkcjonalny pakiet do tworzenia animacji
40 3D oraz robienia gier, dostêpny dla systemów Unix, Windows i BeOS.
41
42 %prep
43 %setup -q -n %{name}-creator-ph-%{version}
44 %patch0 -p1
45
46 %build
47 CPPFLAGS="-I/usr/X11R6/include"
48 LDFLAGS="-L/usr/X11R6/lib"
49 export CPPFLAGS LDFLAGS
50 %{__libtoolize}
51 %{__aclocal}
52 %{__autoconf}
53 %{__automake}
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 %{__make} install DESTDIR=$RPM_BUILD_ROOT
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc README
67 %attr(755,root,root) %{_bindir}/*
This page took 0.182824 seconds and 4 git commands to generate.