Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2012-11-05 14:54:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blender (Old)
 and      /work/SRC/openSUSE:Factory/.blender.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blender", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/blender/blender.changes  2012-10-31 
13:46:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes     2012-11-05 
14:54:19.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Nov  1 23:05:05 UTC 2012 - [email protected]
+
+- fix big endian build (blender-2.64a-big-endian.patch)
+
+-------------------------------------------------------------------

New:
----
  blender-2.64a-big-endian.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ blender.spec ++++++
--- /var/tmp/diff_new_pack.RTboge/_old  2012-11-05 14:54:21.000000000 +0100
+++ /var/tmp/diff_new_pack.RTboge/_new  2012-11-05 14:54:21.000000000 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define collada 1
 %define wplayer 1
 %define documentation 0
@@ -42,6 +43,7 @@
 Source8:        blender-getversion.py
 Patch0:         blender-%{version}-fix-locale-files-path.patch
 Patch1:         blender-2.58-python_include.patch
+Patch2:         blender-2.64a-big-endian.patch
 BuildRequires:  gettext-tools
 %if 0%{?suse_version} > 1210
 BuildRequires:  libGLw-devel
@@ -74,6 +76,7 @@
 BuildRequires:  jack-audio-connection-kit-devel
 BuildRequires:  libao-devel
 BuildRequires:  libdrm-devel
+BuildRequires:  libjpeg8-devel
 BuildRequires:  liblcms-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libsamplerate-devel
@@ -82,7 +85,6 @@
 BuildRequires:  libtool
 BuildRequires:  libvorbis-devel
 BuildRequires:  lzo-devel
-BuildRequires:  libjpeg8-devel 
 BuildRequires:  openal-soft-devel
 BuildRequires:  openssl-devel
 BuildRequires:  openssl-devel
@@ -146,6 +148,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %if %DISTRIBUTABLE == 1
 rm -rf release/scripts/presets/ffmpeg

++++++ blender-2.64a-big-endian.patch ++++++
diff -up blender-2.64a/source/blender/avi/intern/avi_endian.c.big 
blender-2.64a/source/blender/avi/intern/avi_endian.c
--- blender-2.64a/source/blender/avi/intern/avi_endian.c.big    2012-10-29 
09:49:54.000000000 +0100
+++ blender-2.64a/source/blender/avi/intern/avi_endian.c        2012-10-29 
09:50:01.000000000 +0100
@@ -49,7 +49,7 @@
 #ifdef __BIG_ENDIAN__
 
 /* copied from BLI_endian_switch_inline.h */
-static void invert(int *num)
+static void invert(int *val)
 {
        int tval = *val;
        *val = ((tval >> 24))             |

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to