Package: blender / 2.72.b+dfsg0-3

Metadata

Package Version Patches format
blender 2.72.b+dfsg0-3 3.0 (quilt)

Patch series

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

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

 blender_thumbnailer

* Move thumbnailer script to an appropriate destination
* Add blender.thumbnailer file
* Change to python 3.3 since lintian is messing around with that

0002 install_in_usr_share.patch | (download)

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

 install_in_usr_share

* Arch-specific files go to /usr/share
* Make blender look for systemdir into /usr/share

0003 filter_docs_to_install.patch | (download)

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

 filter_docs_to_install

Install only relevant documentation.

0004 locales_directory_install.patch | (download)

source/blender/blenfont/intern/blf_lang.c | 10 5 + 5 - 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, 11 insertions(+), 7 deletions(-)

 locales_directory_install

Change where locales are installed.

Contributions by:
 Antonio Ospite <ospite@studenti.unina.it>

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

0005 update_manpages.patch | (download)

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

 update_manpages

* Update blender manpage.
* Add blenderplayer manpage.

0006 do_not_use_version_number_in_system_path.patch | (download)

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

 do_not_use_version_number_in_system_path

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

Contributions by:
 Antonio Ospite <ospite@studenti.unina.it>

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

0007 look_for_droid_ttf_with_fontconfig.patch | (download)

CMakeLists.txt | 7 7 + 0 - 0 !
build_files/cmake/macros.cmake | 3 3 + 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 | 44 44 + 0 - 0 !
source/creator/CMakeLists.txt | 6 0 + 6 - 0 !
7 files changed, 85 insertions(+), 6 deletions(-)

 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: Matteo F. Vescovi <mfvescovi@gmail.com>

0008 use_cuda_pointer_arithmetic_in_integers.patch | (download)

intern/cycles/device/device_cuda.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use_cuda_pointer_arithmetic_in_integers

This should hopefully fix #765187

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

0009 add_flag_disabling_SSE SSE2_intrinsics.patch | (download)

CMakeLists.txt | 10 9 + 1 - 0 !
build_files/cmake/macros.cmake | 2 2 + 0 - 0 !
intern/cycles/CMakeLists.txt | 4 3 + 1 - 0 !
3 files changed, 14 insertions(+), 2 deletions(-)

 add_flag_disabling_sse-sse2_intrinsics

The flag is called WITH_CPU_SSE, it is ON by default
so no one should be affected by the change really.

This should hopefully fix #763755

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

0010 fix_atomic_issue.patch | (download)

intern/atomic/atomic_ops.h | 202 165 + 37 - 0 !
intern/cycles/CMakeLists.txt | 4 4 + 0 - 0 !
intern/cycles/SConscript | 2 1 + 1 - 0 !
intern/cycles/kernel/osl/SConscript | 1 1 + 0 - 0 !
intern/cycles/util/CMakeLists.txt | 1 1 + 0 - 0 !
intern/cycles/util/util_atomic.h | 33 33 + 0 - 0 !
intern/cycles/util/util_stats.h | 9 5 + 4 - 0 !
7 files changed, 210 insertions(+), 42 deletions(-)

 fix_atomic_issue

Closes: #771042

Signed-off-by: Matteo F. Vescovi <mfv@debian.org>

0011 set_SSL_version_to_v23.patch | (download)

release/scripts/addons/netrender/master.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set_ssl_version_to_v23

Closes: #770447