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:           Mon Apr  8 07:39:09 UTC 2024

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

Log Message:
assimp: updated to 5.4.0

The Assimp 5.4.0 Minor Release

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 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 the 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 the validity of the archive without parsing
Fix integer overflow
Add a test before generating the texture 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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/assimp/Makefile \
    pkgsrc/multimedia/assimp/distinfo
cvs rdiff -u -r1.5 -r1.6 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.12 pkgsrc/multimedia/assimp/Makefile:1.13
--- pkgsrc/multimedia/assimp/Makefile:1.12      Wed Feb 28 21:35:40 2024
+++ pkgsrc/multimedia/assimp/Makefile   Mon Apr  8 07:39:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/02/28 21:35:40 charlotte Exp $
+# $NetBSD: Makefile,v 1.13 2024/04/08 07:39:09 adam Exp $
 
-DISTNAME=      assimp-5.3.1
+DISTNAME=      assimp-5.4.0
 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.12 pkgsrc/multimedia/assimp/distinfo:1.13
--- pkgsrc/multimedia/assimp/distinfo:1.12      Fri Oct  6 16:52:21 2023
+++ pkgsrc/multimedia/assimp/distinfo   Mon Apr  8 07:39:09 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2023/10/06 16:52:21 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/04/08 07:39:09 adam Exp $
 
-BLAKE2s (assimp-5.3.1.tar.gz) = 9795fb482e0f33eeff8f4d22ac31c81ef78456edac1fcd0cbb29dd1465fdf6c6
-SHA512 (assimp-5.3.1.tar.gz) = 49963f84ed0a8145f3af249890a533f0b12f5553ae09581289cb1f20cb49cb1a3ed3f3c4c966ceb43aa897b90deca268aa6554066b2bd34f2ac9c15041420ddb
-Size (assimp-5.3.1.tar.gz) = 52826870 bytes
+BLAKE2s (assimp-5.4.0.tar.gz) = 7d31a515ff0ff5a99f8a4abc6f9d254448af48eae86733c9edf878303bef76da
+SHA512 (assimp-5.4.0.tar.gz) = 6b0e410160c9f60923283be5d948e60b3b8c7819a7e75c9e39608d72202c1c715c048bd615e33d14544394c63efa6ad01cd3eda4c997ebe5a8c6e15ae18d4715
+Size (assimp-5.4.0.tar.gz) = 53744951 bytes
 SHA1 (patch-contrib_zip_src_zip.h) = 1eac9382ac0536d4ede0b9c4f9e72c7ef1dfbf63

Index: pkgsrc/multimedia/assimp/PLIST
diff -u pkgsrc/multimedia/assimp/PLIST:1.5 pkgsrc/multimedia/assimp/PLIST:1.6
--- pkgsrc/multimedia/assimp/PLIST:1.5  Fri Oct  6 16:52:21 2023
+++ pkgsrc/multimedia/assimp/PLIST      Mon Apr  8 07:39:09 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/06 16:52:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/04/08 07:39:09 adam Exp $
 include/assimp/AssertHandler.h
 include/assimp/Base64.hpp
 include/assimp/BaseImporter.h
@@ -88,11 +88,12 @@ include/assimp/vector2.inl
 include/assimp/vector3.h
 include/assimp/vector3.inl
 include/assimp/version.h
-lib/cmake/assimp-5.3/assimpConfig.cmake
-lib/cmake/assimp-5.3/assimpConfigVersion.cmake
-lib/cmake/assimp-5.3/assimpTargets-noconfig.cmake
-lib/cmake/assimp-5.3/assimpTargets.cmake
+lib/cmake/assimp-5.4/assimpConfig.cmake
+lib/cmake/assimp-5.4/assimpConfigVersion.cmake
+lib/cmake/assimp-5.4/assimpTargets-noconfig.cmake
+lib/cmake/assimp-5.4/assimpTargets.cmake
 lib/libassimp.so
 lib/libassimp.so.5
 lib/libassimp.so.5.3.0
+lib/libassimp.so.5.4.0
 lib/pkgconfig/assimp.pc



Home | Main Index | Thread Index | Old Index