Package: blender / 2.63a-1+deb7u1

Metadata

Package Version Patches format
blender 2.63a-1+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 blender_thumbnailer.patch | (download)

release/bin/blender-thumbnailer.py | 4 2 + 2 - 0 !
source/creator/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 blender_thumbnailer

* Move thumbnailer script to an appropriate destination
* Change to python 3.2 since lintian is messing around with that

0002 disable_tests.patch | (download)

source/CMakeLists.txt | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 disable_tests

added WITH_TESTS condition to implicitly disable

0003 install_in_usr_lib.patch | (download)

intern/ghost/intern/GHOST_SystemPathsX11.cpp | 2 1 + 1 - 0 !
source/creator/CMakeLists.txt | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 install_in_usr_lib

 * Arch-specific files go to /usr/lib rather than /usr/share
 * Make blender look for systemdir into /usr/lib instead of /usr/share

0004 filter_docs_to_install.patch | (download)

source/creator/CMakeLists.txt | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 filter_docs_to_install

Install relevant documentation

0005 locales_directory_install.patch | (download)

source/blender/blenfont/intern/blf_lang.c | 2 1 + 1 - 0 !
source/blender/blenlib/BLI_path_util.h | 1 1 + 0 - 0 !
source/blender/blenlib/intern/path_util.c | 3 3 + 0 - 0 !
source/creator/CMakeLists.txt | 4 2 + 2 - 0 !
4 files changed, 7 insertions(+), 3 deletions(-)

 locales_directory_install

Change where locales are installed

0006 update_manpages.patch | (download)

doc/manpage/blenderplayer.1 | 131 131 + 0 - 0 !
source/creator/CMakeLists.txt | 5 4 + 1 - 0 !
2 files changed, 135 insertions(+), 1 deletion(-)

 update_manpages

 * Update blender manpage with current version
 * Add blenderplayer manpage

Signed-off-by: Kevin Roy <kiniou@gmail.com>

0007 fix_FTBFS_with_ffmpeg_from_debian.patch | (download)

intern/ffmpeg/ffmpeg_compat.h | 62 62 + 0 - 0 !
source/blender/blenkernel/intern/writeffmpeg.c | 1 1 + 0 - 0 !
2 files changed, 63 insertions(+)

 fix_ftbfs_with_ffmpeg_from_debian

avformat_alloc_output_context2() should be in
the libavformat 53.2.0 but it isn't in Debian,
so re-define it.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>

0008 do_not_use_version_number_in_the_system_path.patch | (download)

source/blender/blenlib/intern/path_util.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 do_not_use_version_number_in_the_system_path

Global installation expects system patch to be something like
/usr/lib/blender/scripts/ without version numbers.

0009 look_for_droid_ttf_with_fontconfig.patch | (download)

CMakeLists.txt | 10 10 + 0 - 0 !
build_files/cmake/Modules/FindFontconfig.cmake | 49 49 + 0 - 0 !
build_files/cmake/macros.cmake | 4 4 + 0 - 0 !
source/blender/blenfont/CMakeLists.txt | 7 7 + 0 - 0 !
source/blender/blenfont/intern/blf_translation.c | 23 23 + 0 - 0 !
source/blender/blenlib/BLI_fileops.h | 1 1 + 0 - 0 !
source/blender/blenlib/intern/fileops.c | 43 43 + 0 - 0 !
source/creator/CMakeLists.txt | 1 0 + 1 - 0 !
8 files changed, 137 insertions(+), 1 deletion(-)

 look_for_droid_ttf_with_fontconfig

 * Remove bad installation of fonts directory into locales.
 * Avoid using the droid font shipped with upstream source
   and use fontconfig to get it.

Signed-off-by: Kevin Roy <kiniou@gmail.com>

0010 fix_illegal_hardware_instruction_due_to_SSE2.patch | (download)

build_files/cmake/macros.cmake | 49 27 + 22 - 0 !
1 file changed, 27 insertions(+), 22 deletions(-)

 fix_illegal_hardware_instruction_due_to_sse2

This makes sure it builds compatible binaries also on
machines which have sse/sse2. Fixes the SIGILL bug.
Checks for DEB_HOST_ARCH_CPU!=i386 before tests are attempted.
Will try to use SSE/SSE2 on all other architectures.
Generated Code will still need MMX support to run.

Signed-off-by: Matteo F. Vescovi <mfvescovi@gmail.com>