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:           Sat Aug 31 08:42:55 UTC 2024

Modified Files:
        pkgsrc/multimedia/assimp: Makefile PLIST distinfo

Log Message:
assimp: updated to 5.4.3

Assimp 5.4.3

Fix building on Haiku
Reduce memory consumption in JoinVerticesProcess::ProcessMesh() signi…
Fix: Add check for invalid input argument
Replace an assert by an 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 5422, 3411, and 5443 -- 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 behavior of remove redundant 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 a 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 release 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 an 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 in python module
update dotnet example
Make step file 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
Docker: Fix security finding
Fix potential heapbuffer overflow in md5 parsing
Replace raw pointers by std::string
Fix compile warning
Allow empty slots in mTextureCoords
Update Readme.md
Update Readme.md
[USD] Integrate "tinyusdz" project
Kimkulling/fix double precision tests
Update Python structs with missing fields that were causing core dumps
Introduce interpolation mode to vector and quaternion keys
Fix a fuzz test heap buffer overflow in mdl material loader
Mosfet80 updatedpoli2tri
CalcTangents: zero vector is invalid for tangent/bitangent
A fuzzed stride could cause the max count to become negative and henc…
Return false instead of a crash
Make coord transfor for hs1 files optional
Update DefaultIOSystem.cpp
FBX exporter - handle multiple vertex color channels
Fixing static builds on Windows
Added AND condition in poly2tri dll_symbol.h to only define macros fo…
Fix MSVC PDBs and permit them to be disabled if required
Use DRACO_GLTF_BITSTREAM
include Exceptional.h in 3DSExporter.cpp
Remove recursive include
Fix: Possible out-of-bound read in findDegenerate
Revert variable name
Add compile option /source-charset:utf-8 for MSVC
Fix leak in loader
Expose aiGetEmbeddedTexture to C-API
Sparky kitty studios master
Added more Maya materials
Fix to check both types of slashes in GetShortFilename
Bump actions/download-artifact from 1 to 4
Bump actions/upload-artifact from 1 to 4
Bump softprops/action-gh-release from 1 to 2
Fix copying private data when the source pointer is NULL
Fix potential memory leak in SceneCombiner for LWS/IRR/MD3 loader
Fix to correctly determine 'multi-configuration' on Windows
Fix casting typo in D3MFExporter::writeBaseMaterials
FBX: add metadata of aiNode as properties
feat: add an option for creating XCFramework and configure minimum iOS target
Update PyAssimp structs with Skeleton & SkeletonBone members
The total length is incorrect when exporting gltf2
build: Add ccache support
Update ccpp.yml
Ply-Importer: Fix vulnerability
prepare v5.4.3


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/multimedia/assimp/Makefile \
    pkgsrc/multimedia/assimp/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/assimp/PLIST

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.15 pkgsrc/multimedia/assimp/Makefile:1.16
--- pkgsrc/multimedia/assimp/Makefile:1.15      Thu Jul  4 06:15:32 2024
+++ pkgsrc/multimedia/assimp/Makefile   Sat Aug 31 08:42:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/07/04 06:15:32 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/08/31 08:42:55 adam Exp $
 
-DISTNAME=      assimp-5.4.2
+DISTNAME=      assimp-5.4.3
 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.15 pkgsrc/multimedia/assimp/distinfo:1.16
--- pkgsrc/multimedia/assimp/distinfo:1.15      Thu Jul  4 06:15:32 2024
+++ pkgsrc/multimedia/assimp/distinfo   Sat Aug 31 08:42:55 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2024/07/04 06:15:32 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/08/31 08:42:55 adam Exp $
 
-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
+BLAKE2s (assimp-5.4.3.tar.gz) = 2e7defdd3d280d6a87463b4e66314b6f188b3c212c55a82a83954febc68f7de1
+SHA512 (assimp-5.4.3.tar.gz) = 4738db84068d36face8caf61c0789178fdfc1310fa8e81ffb9b025e14183bde546b784d691c92438ab310a79ab7b75ab62ee0247d5f01e81ddf04fb94b7a9c0b
+Size (assimp-5.4.3.tar.gz) = 53964510 bytes
 SHA1 (patch-contrib_zip_src_zip.h) = 744aa7ffcec42ab3743124c954ef26daa80a8d31

Index: pkgsrc/multimedia/assimp/PLIST
diff -u pkgsrc/multimedia/assimp/PLIST:1.8 pkgsrc/multimedia/assimp/PLIST:1.9
--- pkgsrc/multimedia/assimp/PLIST:1.8  Mon May 13 14:21:01 2024
+++ pkgsrc/multimedia/assimp/PLIST      Sat Aug 31 08:42:55 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2024/05/13 14:21:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/08/31 08:42:55 adam Exp $
 include/assimp/AssertHandler.h
 include/assimp/Base64.hpp
 include/assimp/BaseImporter.h
@@ -94,5 +94,5 @@ lib/cmake/assimp-5.4/assimpTargets-nocon
 lib/cmake/assimp-5.4/assimpTargets.cmake
 lib/libassimp.so
 lib/libassimp.so.5
-lib/libassimp.so.5.4.1
+lib/libassimp.so.5.4.3
 lib/pkgconfig/assimp.pc



Home | Main Index | Thread Index | Old Index