rpms/blender/F-13 blender-2.49-scons.patch, 1.1, 1.2 blender.spec, 1.131, 1.132

Jochen Schmitt s4504kr at fedoraproject.org
Wed May 26 15:26:52 UTC 2010


Author: s4504kr

Update of /cvs/pkgs/rpms/blender/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23820

Modified Files:
	blender-2.49-scons.patch blender.spec 
Log Message:
Add large file support for 32-bit plattforms

blender-2.49-scons.patch:
 SConstruct              |    2 +-
 config/linux2-config.py |   10 ++++++++--
 extern/SConscript       |    2 --
 3 files changed, 9 insertions(+), 5 deletions(-)

Index: blender-2.49-scons.patch
===================================================================
RCS file: /cvs/pkgs/rpms/blender/F-13/blender-2.49-scons.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- blender-2.49-scons.patch	1 Jun 2009 20:04:41 -0000	1.1
+++ blender-2.49-scons.patch	26 May 2010 15:26:52 -0000	1.2
@@ -1,10 +1,16 @@
-diff -up blender-2.49/config/linux2-config.py.org blender-2.49/config/linux2-config.py
---- blender-2.49/config/linux2-config.py.org	2009-05-18 21:13:48.000000000 +0200
-+++ blender-2.49/config/linux2-config.py	2009-06-01 20:16:59.000000000 +0200
-@@ -181,6 +181,12 @@ CCFLAGS = ['-pipe','-fPIC','-funsigned-c
+diff -up blender-2.49b/config/linux2-config.py.org blender-2.49b/config/linux2-config.py
+--- blender-2.49b/config/linux2-config.py.org	2009-09-01 17:23:25.000000000 +0200
++++ blender-2.49b/config/linux2-config.py	2010-05-19 20:08:30.599484197 +0200
+@@ -177,10 +177,16 @@ CXX = 'g++'
+ ##ifeq ($CPU),alpha)
+ ##   CFLAGS += -pipe -fPIC -funsigned-char -fno-strict-aliasing -mieee
+ 
+-CCFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
++CCFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing', '-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64']
  
  CPPFLAGS = ['-DXP_UNIX']
- CXXFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
+-CXXFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
++CXXFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing', '-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64']
 +
 +import os
 +RPM_OPT_FLAGS = os.environ['RPM_OPT_FLAGS'].split()
@@ -14,9 +20,9 @@ diff -up blender-2.49/config/linux2-conf
  REL_CFLAGS = ['-O2']
  REL_CCFLAGS = ['-O2']
  ##BF_DEPEND = True
-diff -up blender-2.49/extern/SConscript.org blender-2.49/extern/SConscript
---- blender-2.49/extern/SConscript.org	2009-02-26 15:21:17.000000000 +0100
-+++ blender-2.49/extern/SConscript	2009-06-01 20:20:48.000000000 +0200
+diff -up blender-2.49b/extern/SConscript.org blender-2.49b/extern/SConscript
+--- blender-2.49b/extern/SConscript.org	2009-09-01 17:23:25.000000000 +0200
++++ blender-2.49b/extern/SConscript	2010-05-19 20:01:52.052609611 +0200
 @@ -2,8 +2,6 @@
  
  Import('env')
@@ -26,9 +32,9 @@ diff -up blender-2.49/extern/SConscript.
  if env['WITH_BF_GAMEENGINE']:
  	if env['WITH_BF_SOLID']:
  		SConscript(['qhull/SConscript', 'solid/SConscript'])
-diff -up blender-2.49/SConstruct.org blender-2.49/SConstruct
---- blender-2.49/SConstruct.org	2009-04-21 21:06:24.000000000 +0200
-+++ blender-2.49/SConstruct	2009-06-01 20:18:42.000000000 +0200
+diff -up blender-2.49b/SConstruct.org blender-2.49b/SConstruct
+--- blender-2.49b/SConstruct.org	2009-09-01 17:23:49.000000000 +0200
++++ blender-2.49b/SConstruct	2010-05-19 20:01:52.053609534 +0200
 @@ -223,7 +223,7 @@ if env['OURPLATFORM'] == 'linux2' :
  
  		def CheckFreeAlut(context,env):


Index: blender.spec
===================================================================
RCS file: /cvs/pkgs/rpms/blender/F-13/blender.spec,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -p -r1.131 -r1.132
--- blender.spec	8 Apr 2010 14:58:14 -0000	1.131
+++ blender.spec	26 May 2010 15:26:52 -0000	1.132
@@ -5,7 +5,7 @@
 
 Name:           blender
 Version:        2.49b
-Release: 	7%{?Dist}
+Release: 	8%{?Dist}
 
 Summary:        3D modeling, animation, rendering and post-production
 
@@ -245,6 +245,9 @@ fi || :
 %{_bindir}/blenderplayer.bin
 
 %changelog
+* Wed May 26 2010 Jochen Schmitt <Jochen herr-schmitt de> 2.49b-8
+- Add large file support for 32-bit plattforms (#585668)
+
 * Thu Apr  8 2010 Jochen Schmitt <s4504kr at omega> 2.49b-7
 - Remove unused BR fontpackages-devel
 



More information about the scm-commits mailing list