Hello community, here is the log from the commit of package blender for openSUSE:Factory checked in at 2013-06-13 16:12:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blender (Old) and /work/SRC/openSUSE:Factory/.blender.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blender" Changes: -------- --- /work/SRC/openSUSE:Factory/blender/blender.changes 2013-05-02 11:05:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2013-06-13 16:12:42.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 24 11:01:54 UTC 2013 - [email protected] + +- Fix build on Big Endian platforms (blender-2.66a-bigendian.patch) + +------------------------------------------------------------------- New: ---- blender-2.66a-bigendian.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blender.spec ++++++ --- /var/tmp/diff_new_pack.BF4EGO/_old 2013-06-13 16:12:43.000000000 +0200 +++ /var/tmp/diff_new_pack.BF4EGO/_new 2013-06-13 16:12:43.000000000 +0200 @@ -43,6 +43,8 @@ Patch0: blender-2.64a-fix-locale-files-path.patch # Refreshed for 2.66a Patch1: blender-2.58-python_include.patch +#Big endian patch for 2.66a +Patch2: blender-2.66a-bigendian.patch BuildRequires: gettext-tools %if 0%{?suse_version} > 1210 BuildRequires: libGLw-devel @@ -148,6 +150,7 @@ %setup -q %patch0 %patch1 +%patch2 -p1 %if %DISTRIBUTABLE == 1 rm -rf release/scripts/presets/ffmpeg ++++++ blender-2.66a-bigendian.patch ++++++ Index: blender-2.66a/source/blender/modifiers/intern/MOD_meshcache_pc2.c =================================================================== --- blender-2.66a.orig/source/blender/modifiers/intern/MOD_meshcache_pc2.c +++ blender-2.66a/source/blender/modifiers/intern/MOD_meshcache_pc2.c @@ -62,7 +62,7 @@ static bool meshcache_read_pc2_head(FILE } #ifdef __BIG_ENDIAN__ - BLI_endian_switch_int32_array(&pc2_head->huh, (sizeof(*pc2_head) - sizeof(pc2_head->header)) / sizeof(int)); + BLI_endian_switch_int32_array(&pc2_head->file_version, (sizeof(*pc2_head) - sizeof(pc2_head->header)) / sizeof(int)); #endif if (pc2_head->verts_tot != verts_tot) { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
