pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/assimp
Module Name: pkgsrc
Committed By: adam
Date: Thu Jul 4 06:15:32 UTC 2024
Modified Files:
pkgsrc/multimedia/assimp: Makefile distinfo
pkgsrc/multimedia/assimp/patches: patch-contrib_zip_src_zip.h
Log Message:
assimp: updated to 5.4.2
The Assimp 5.4.2 Bugfix Release
Fix building on Haiku
Reduce memory consumption in JoinVerticesProcess::ProcessMesh() signi…
Fix: Add check for invalid input argument
Replace an assert by a error log.
Extension of skinning data export to GLB/GLTF format
Fix output floating-point values to fbx
Update ImproveCacheLocality.cpp
Update Readme.md
Deep arsdk bone double free
Fix Spelling error
use size in order to be compatible with float and double
Fix: Add missing transformation for normalized normals.
Fix: Implicit Conversion Error
Fix add checks for indices
Update FBXBinaryTokenizer.cpp
link to external minizip with full path
utf8 header not found
Rm unnecessary deg->radian conversion in FBX exporter
Fix empty mesh handling
Refactoring: Some cleanups
Fix invalid read of uint from uvwsrc
Remove double delete
fix mesh-name error.
COLLADA fixes for textures in C4D input
Use the correct allocator for deleting objects in case of duplicate a…
Fix container overflow in MMD parser
Fix: PLY heap buffer overflow
Update Readme.md
Update Readme.md
Fix: Check if index for mesh access is out of range
Update FBXConverter.cpp
FBX: Use correct time scaling
Drop explicit inclusion of contrib/ headers
Update Build.md
Fix buffer overflow in FBX::Util::DecodeBase64()
Readme.md: correct 2 errors in section headers
Fix double free in Video::~Video()
FBXMeshGeometry: solve issue 5116 using patch provided by darktjm
Fix target names not being imported on some gLTF2 models
correct grammar/typographic errors in comments (8 files)
KHR_materials_specular fixes
Disable Hunter
fixed several issues
Fix leak
Check validity of archive without parsing
Fix integer overflow
Add a test before generating the txture folder
Build: Disable building zlib for non-windows
null check.
Bump actions/upload-artifact from 3 to 4
fix: KHR_materials_pbrSpecularGlossiness/diffuseFactor convert to pbr…
fix building errors for MinGW
dynamic_cast error.
Add missing IRR textures
Update Dockerfile
Fix handling of X3D IndexedLineSet nodes
Improve acc file loading
Readme.md: present hyperlinks in a more uniform style
FBX Blendshape FullWeight: Vec<Float> -> FullWeight: Vec<Double>
Fix for issues: -- DXF insert scaling fix and colour fix
Update StbCommon.h to stay up-to-date with stb_image.h.
Introduce aiBuffer
Add bounds checks to the parsing utilities.
Fix crash in viewer
Static code analysis fixes
Kimkulling/fix bahavior of remove redundat mats issue 5438
Fix X importer breakage introduced in commit f844c33
Fileformats.md: clarify that import of .blend files is deprecated
feat:1.add 3mf vertex color read 2.fix 3mf read texture bug
More GLTF loading hardening
Bump actions/cache from 3 to 4
Update CMakeLists.txt
Blendshape->Geometry in FBX Export
Fix identity matrix check
Fix PyAssimp under Python >= 3.12 and macOS library search support
Add ISC LICENSE file
ColladaParser: check values length
Include defs in not cpp-section
Add correct double zero check
Add zlib-header to ZipArchiveIOSystem.h
Add 2024 to copyright infos
Append a new setting "AI_CONFIG_EXPORT_FBX_TRANSPARENCY_FACTOR_REFER_TO_OPACITY"
Eliminate non-ascii comments in clipper
Fix compilation for MSVC14.
Add correction of fbx model rotation
Delete tools/make directory
Delete packaging/windows-mkzip directory
Fix 5420 duplicate degrees to radians conversion in fbx importer
Respect merge identical vertices in ObjExporter
Fix utDefaultIOStream test under MinGW
Fix typos
Add initial macOS support to C4D importer
Update hunter into CMakeLists.txt
Fix: add missing import for AI_CONFIG_CHECK_IDENTITY_MATRIX_EPSILON_DEFAULT
updated json
Cleanup: Fix review findings
Update CMakeLists.txt
CMake: Allow linking draco statically if ASSIMP_BUILD_DRACO_STATIC is set.
updated minizip to last version
updated STBIMAGElib
fix issue 5461 (segfault after removing redundant materials)
Update ComputeUVMappingProcess.cpp
add some ASSIMP_INSTALL checks
Fix SplitByBoneCount typo that prevented node updates
Q3DLoader: Fix possible material string overflow
Reverts the changes introduced by commit ad766cb in February 2022.
fix a collada import bug
mention IQM loader in Fileformats.md
Kimkulling/fix pyassimp compatibility
fix ASE loader crash when *MATERIAL_COUNT or *NUMSUBMTLS is not specified or is 0
Add checks for invalid buffer and size
Make sure for releases revision will be zero
glTF2Importer: Support .vrm extension
Prepare v5.4.1
Remove deprecated c++11 warnings
fix ci by disabling tests
Fix integer overflow
Assimp viewer fixes
Optimize readability
Temporary fix for 5557 GCC 13+ build issue -Warray-bounds
Fix a bug that could cause assertion failure.
Fix possible nullptr dereferencing.
Update ObjFileParser.cpp
Fix for 5592 Disabled maybe-uninitialized error for AssetLib/Obj/ObjFileParser.cpp
updated zip
Postprocessing: Fix endless loop
Build: Fix compilation for VS-2022 debug mode - warning
Converted a size_t to mz_uint that was being treated as an error
Add trim to xml string parsing
Replace duplicated trim
Move aiScene constructor
Move revision.h and revision.h.in to include folder
Update MDLMaterialLoader.cpp
Create inno_setup
clean HunterGate.cmake
Draft: Update init of aiString
Fix init aistring issue 5622 inpython module
update dotnet example
Make stepfile schema validation more robust.
fix PLY binary export color from float to uchar
Some FBXs do not have "Materials" information, which can cause parsing errors
Fix collada uv channels - temporary was stored and then updated.
remove ASE parsing break
FBX-Exporter: Fix nullptr dereferencing
Fix FBX exporting incorrect bone order
fixes potential memory leak on malformed obj file
Update zip.c
Fixes some uninit bool loads
Fix names of enum values in docstring of aiProcess_FindDegenerates
Fix: StackAllocator Undefined Reference fix
Plx: Fix out of bound access
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/assimp/Makefile \
pkgsrc/multimedia/assimp/distinfo
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/multimedia/assimp/patches/patch-contrib_zip_src_zip.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/assimp/Makefile
diff -u pkgsrc/multimedia/assimp/Makefile:1.14 pkgsrc/multimedia/assimp/Makefile:1.15
--- pkgsrc/multimedia/assimp/Makefile:1.14 Mon May 13 14:21:01 2024
+++ pkgsrc/multimedia/assimp/Makefile Thu Jul 4 06:15:32 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/05/13 14:21:01 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/07/04 06:15:32 adam Exp $
-DISTNAME= assimp-5.4.1
+DISTNAME= assimp-5.4.2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=assimp/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/multimedia/assimp/distinfo
diff -u pkgsrc/multimedia/assimp/distinfo:1.14 pkgsrc/multimedia/assimp/distinfo:1.15
--- pkgsrc/multimedia/assimp/distinfo:1.14 Mon May 13 14:21:01 2024
+++ pkgsrc/multimedia/assimp/distinfo Thu Jul 4 06:15:32 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2024/05/13 14:21:01 adam Exp $
+$NetBSD: distinfo,v 1.15 2024/07/04 06:15:32 adam Exp $
-BLAKE2s (assimp-5.4.1.tar.gz) = 2e6d2ea893bc9c622fbfd51db5b8abef31261e1495a327f27e15ec46ce353497
-SHA512 (assimp-5.4.1.tar.gz) = 980db331ca39950359db116d36968b87f5fea4b470be52960dd983e2ec232e019cae754819182b63a095a13b1d98364d64bd02ac29db1ea4f627d095a03da742
-Size (assimp-5.4.1.tar.gz) = 53749203 bytes
-SHA1 (patch-contrib_zip_src_zip.h) = 1eac9382ac0536d4ede0b9c4f9e72c7ef1dfbf63
+BLAKE2s (assimp-5.4.2.tar.gz) = 3ab971e3476ee885044b79998b7becae7af3d9bd5022710eef9b205689825a79
+SHA512 (assimp-5.4.2.tar.gz) = 4bfcc3a1b5a0cf3f382560564cac67088e13c62500c3c77dcef03811e67debe72ff318f5ed145b204d5017b56cb4293f3fe14b4060ca193813cef42b12eebe9d
+Size (assimp-5.4.2.tar.gz) = 53807656 bytes
+SHA1 (patch-contrib_zip_src_zip.h) = 744aa7ffcec42ab3743124c954ef26daa80a8d31
Index: pkgsrc/multimedia/assimp/patches/patch-contrib_zip_src_zip.h
diff -u pkgsrc/multimedia/assimp/patches/patch-contrib_zip_src_zip.h:1.3 pkgsrc/multimedia/assimp/patches/patch-contrib_zip_src_zip.h:1.4
--- pkgsrc/multimedia/assimp/patches/patch-contrib_zip_src_zip.h:1.3 Thu Apr 14 13:20:42 2022
+++ pkgsrc/multimedia/assimp/patches/patch-contrib_zip_src_zip.h Thu Jul 4 06:15:32 2024
@@ -1,10 +1,10 @@
-$NetBSD: patch-contrib_zip_src_zip.h,v 1.3 2022/04/14 13:20:42 nros Exp $
+$NetBSD: patch-contrib_zip_src_zip.h,v 1.4 2024/07/04 06:15:32 adam Exp $
Fix builds on some 32-bit architectures.
---- contrib/zip/src/zip.h.orig 2022-03-17 10:35:44.000000000 +0000
+--- contrib/zip/src/zip.h.orig 2024-07-03 19:37:24.000000000 +0000
+++ contrib/zip/src/zip.h
-@@ -19,16 +19,6 @@
+@@ -34,15 +34,6 @@
extern "C" {
#endif
@@ -17,7 +17,6 @@ Fix builds on some 32-bit architectures.
-typedef long ssize_t; /* byte count or error */
-#endif
-#endif
--
- #ifndef MAX_PATH
- #define MAX_PATH 32767 /* # chars in a path name including NULL */
- #endif
+
+ /**
+ * @mainpage
Home |
Main Index |
Thread Index |
Old Index