pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/blender
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Dec 24 14:05:17 UTC 2024
Modified Files:
pkgsrc/graphics/blender: distinfo
Added Files:
pkgsrc/graphics/blender/patches:
patch-build__files_cmake_Modules_FindOpenColorIO.cmake
Log Message:
graphics/blender: Fix minizip-ng link (PR pkg/58826)
My previous commit did not contain the patch.
Add the patch really.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/graphics/blender/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/blender/patches/patch-build__files_cmake_Modules_FindOpenColorIO.cmake
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/blender/distinfo
diff -u pkgsrc/graphics/blender/distinfo:1.77 pkgsrc/graphics/blender/distinfo:1.78
--- pkgsrc/graphics/blender/distinfo:1.77 Mon Dec 9 14:27:06 2024
+++ pkgsrc/graphics/blender/distinfo Tue Dec 24 14:05:17 2024
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.77 2024/12/09 14:27:06 ryoon Exp $
+$NetBSD: distinfo,v 1.78 2024/12/24 14:05:17 ryoon Exp $
BLAKE2s (blender-4.2.4.tar.xz) = e33731f186e25dce937c022b447d6a9c769729efdde007a49292800dd072f83b
SHA512 (blender-4.2.4.tar.xz) = 1f61c1866aaa680c91fc6e3402b1e10533c8cce32572ffb825c53dc7c15ca51f1157a32d10134ca9e612fbf719406421ccc920b2d8ddd2993675784797381c6a
Size (blender-4.2.4.tar.xz) = 72804204 bytes
SHA1 (patch-CMakeLists.txt) = 722c852b2c7f804a0fec93cec4e4c8f54d286204
+SHA1 (patch-build__files_cmake_Modules_FindOpenColorIO.cmake) = 142b0860abeae94deda0dfdcc985e4b4696cf93a
SHA1 (patch-source_blender_blenkernel_intern_CCGSubSurf__legacy.cc) = 850ba755646ff07b050e0a98c9e4603a97acffc9
SHA1 (patch-source_blender_blenkernel_intern_customdata.cc) = 32659bbe9de8ac0388664b721f4df89d58af6e92
SHA1 (patch-source_blender_blenkernel_intern_dynamicpaint.cc) = 67c567322009668479b53475ac63ea9cfeb06185
Added files:
Index: pkgsrc/graphics/blender/patches/patch-build__files_cmake_Modules_FindOpenColorIO.cmake
diff -u /dev/null pkgsrc/graphics/blender/patches/patch-build__files_cmake_Modules_FindOpenColorIO.cmake:1.1
--- /dev/null Tue Dec 24 14:05:17 2024
+++ pkgsrc/graphics/blender/patches/patch-build__files_cmake_Modules_FindOpenColorIO.cmake Tue Dec 24 14:05:17 2024
@@ -0,0 +1,16 @@
+$NetBSD: patch-build__files_cmake_Modules_FindOpenColorIO.cmake,v 1.1 2024/12/24 14:05:17 ryoon Exp $
+
+* Do not find libminizip.so when archivers/minizip is installed.
+ Fix build failure '-lminizip not found'.
+
+--- build_files/cmake/Modules/FindOpenColorIO.cmake.orig 2024-12-23 08:16:15.023452199 +0000
++++ build_files/cmake/Modules/FindOpenColorIO.cmake
+@@ -29,7 +29,7 @@ set(_opencolorio_FIND_COMPONENTS
+ yaml-cpp
+ expat
+ pystring
+- minizip
++ minizip-ng
+ )
+
+ set(_opencolorio_SEARCH_DIRS
Home |
Main Index |
Thread Index |
Old Index