Files
blender/cmake_manpage_fix.patch
Hans-Peter Jansen c48ad47d37 - Update to 4.5.0
https://www.blender.org/download/releases/4-5/
  https://developer.blender.org/docs/release_notes/4.5/
- let the package provide if the current version is LTS

- Add manifold build conditional
- Add manifold-include-fix.patch

- make OSL shader compilation actually find our files

- enable manifold support. New BuildRequires cmake(manifold)

- bump to openvdb >= 11
- force embree >= 4
- remove unused cmake options
  -DWITH_OPENMP:BOOL=ON
  -DWITH_X11_XF86VMODE:BOOL=ON
- disable system audaspace until
  https://github.com/audaspace/audaspace/issues/31 is solved

OBS-URL: https://build.opensuse.org/package/show/graphics/blender?expand=0&rev=497
2025-07-16 12:32:48 +00:00

14 lines
427 B
Diff

Index: b/source/creator/CMakeLists.txt
===================================================================
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -2081,7 +2081,7 @@ detect_leaks=0\"\n\
execute_process(\n\
COMMAND\n\
$\{PYTHON_EXECUTABLE\} $\{MANPAGE_GEN\}\n\
- --blender $\{BLENDER_BIN\}\n\
+ --blender bin/blender\n\
--output $\{MANPAGE_OUT\}\n\
)\n\
endif()\n\