]> git.pld-linux.org Git - packages/blender.git/blobdiff - blender.spec
- rel. 0.2 (fixed some casting problems, thx pluto for help)
[packages/blender.git] / blender.spec
index aaf88fd196363fc4e30f49c05c389b49a493b169..a20c088f727666f9967e999252d4096a24df102f 100644 (file)
@@ -7,7 +7,7 @@ Summary:        3D modeling, rendering, animation and game creation package
 Summary(pl):   Pakiet do tworzenia animacji 3D oraz gier
 Name:          blender
 Version:       2.42a
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         X11/Applications/Graphics
 Source0:       http://download.blender.org/source/%{name}-%{version}.tar.gz
@@ -19,6 +19,7 @@ Source5:      %{name}.manpage
 Patch0:                %{name}-po_and_locale_names.patch
 Patch1:                %{name}-noxml-yafray.patch
 Patch2:                %{name}-python-fix.patch
+Patch3:                %{name}-cast.patch
 URL:           http://www.blender.org/
 BuildRequires: OpenEXR-devel
 BuildRequires: OpenGL-devel
@@ -61,9 +62,9 @@ Blender to darmowy i w pe
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 mv -f po/pt_{br,BR}.po
 
-%build
 rm -f missing
 rm -f user-config.py
 
@@ -84,6 +85,7 @@ BF_BUILDDIR       = 'build/linux2'
 BF_INSTALLDIR     = 'install/linux2'
 END
 
+%build
 scons
 %{__make} -C po OCGDIR=..
 
This page took 0.11593 seconds and 4 git commands to generate.