diff --git a/blender-2.44-scons.patch b/blender-2.44-scons.patch new file mode 100644 index 0000000..5afb80f --- /dev/null +++ b/blender-2.44-scons.patch @@ -0,0 +1,11 @@ +--- blender-2.44/SConstruct.orig 2007-05-07 18:09:40.000000000 +0200 ++++ blender-2.44/SConstruct 2007-05-20 22:52:13.000000000 +0200 +@@ -237,7 +242,7 @@ + + def CheckFreeAlut(context,env): + context.Message( B.bc.OKGREEN + "Linux platform detected:\n checking for FreeAlut... " + B.bc.ENDC ) +- env['LIBS'] = 'alut' ++ env['LIBS'] = ['alut', 'openal'] + result = context.TryLink(mylib_test_source_file, '.c') + context.Result(result) + return result diff --git a/blender.spec b/blender.spec index 9a229ad..3ac65d4 100644 --- a/blender.spec +++ b/blender.spec @@ -4,7 +4,7 @@ Name: blender Version: 2.44 -Release: 3%{?dist} +Release: 4%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -170,7 +170,7 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %{_datadir}/mime/packages/blender.xml %changelog -* Mon May 21 2007 Jochen Schmitt - 2.44-3 +* Mon May 21 2007 Jochen Schmitt - 2.44-4 - Use of $$RPM_OPT_FLAGS to compile blender * Sun May 20 2007 Jochen Schmitt 2.44-2