Package: blender / 3.4.1+dfsg-2

Metadata

Package Version Patches format
blender 3.4.1+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 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

0002 do_not_use_version_number_in_system_path.patch | (download)

intern/ghost/intern/GHOST_SystemPathsUnix.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>

0003 locales_directory_install.patch | (download)

source/blender/blenkernel/BKE_appdir.h | 1 1 + 0 - 0 !
source/blender/blenkernel/intern/appdir.c | 3 3 + 0 - 0 !
source/blender/blentranslation/intern/blt_lang.c | 10 5 + 5 - 0 !
source/creator/CMakeLists.txt | 2 1 + 1 - 0 !
4 files changed, 10 insertions(+), 6 deletions(-)

 locales_directory_install

Change where locales are installed.

Contributions by:
 Antonio Ospite <ao2@ao2.it>
 Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org>