Author: ghibo
Date: Thu Feb  8 13:04:26 2007
New Revision: 117805

Added:
   packages/cooker/blender/current/SOURCES/blender-2.43-rc3-avclose.patch
Modified:
   packages/cooker/blender/current/SPECS/blender.spec

Log:
- Added Patch16 for fixing segfault in Image Browser.


Added: packages/cooker/blender/current/SOURCES/blender-2.43-rc3-avclose.patch
==============================================================================
--- (empty file)
+++ packages/cooker/blender/current/SOURCES/blender-2.43-rc3-avclose.patch      
Thu Feb  8 13:04:26 2007
@@ -0,0 +1,10 @@
+--- blender/source/blender/imbuf/intern/util.c.segf    2007-02-07 
23:05:52.000000000 +0100
++++ blender/source/blender/imbuf/intern/util.c 2007-02-07 23:05:13.000000000 
+0100
+@@ -280,7 +280,6 @@
+       }
+ 
+       if(avcodec_open(pCodecCtx, pCodec)<0) {
+-              avcodec_close(pCodecCtx);
+               av_close_input_file(pFormatCtx);
+               return 0;
+       }

Modified: packages/cooker/blender/current/SPECS/blender.spec
==============================================================================
--- packages/cooker/blender/current/SPECS/blender.spec  (original)
+++ packages/cooker/blender/current/SPECS/blender.spec  Thu Feb  8 13:04:26 2007
@@ -12,7 +12,7 @@
 
 Name:          blender
 Version:       2.43
-Release:       0.%{cvssnap}.%mkrel 1
+Release:       0.%{cvssnap}.%mkrel 2
 Summary:       A fully functional 3D modeling/rendering/animation package
 Group:         Graphics
 Source0:       
http://download.blender.org/source/blender-%{version}-cvs%{cvssnap}.tar.bz2
@@ -36,6 +36,7 @@
 Patch13:       blender-2.43-python25.patch
 Patch14:       blender-2.43-alut.patch
 Patch15:       blender-2.43-64bit_politically_correct.patch
+Patch16:       blender-2.43-rc3-avclose.patch
 URL:           http://www.blender.org/
 License:       GPL
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@@ -106,6 +107,7 @@
 %patch14 -p1 -b .alut
 %endif
 %patch15 -p1 -b .softcomment
+%patch16 -p1 -b .imgbro
 
 # Fix pt_BR
 sed -i "s,pt_br,pt_BR,g" bin/.blender/.Blanguages

Reply via email to