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:   charlotte
Date:           Wed Aug 10 01:00:08 UTC 2022

Modified Files:
        pkgsrc/multimedia/assimp: Makefile distinfo

Log Message:
assimp: Update to 5.2.4

CHANGELOG:

The Assimp 5.2.4 Bugfix-Release (14 May 2022)

- Use static runtime only when the option is selected
- Fix compile error: When enabling macro ASSIMP_DOUBLE_PRECISION
- Detect Roughness factor exported by Blender
- Updated Android build script
- Prevent nullptr access to normals-array in bitangent computation
- Avoid setting PBR properties when they are not found on mtl file
- Fix ogre xml serializer
- Fix draco building error when import assimp with cmake add_subdirectory
- FbxConverter: update bone mOffsetMatrix
- Some Windows/MSYS2-specific fixes
- Document fuzz folder
- Fix out-of-range access in ASE-Parser
- Disable assertion tests floating point against inf for Intel oneAPI
- Delete README
- Rename TextureTypeToString() to aiTextureTypeToString()
- Fixed library names for MinGW/MSYS2
- Update pugixml dependency to v1.12.1
- Add an option to treat warnings as errors
- Minor updates to ASSIMP Viewer
- Add badge to show open issue in percentage
- Clang-Tidy performance fixes (make values const-ref where needed).
- MMD (pmx) fixes
- Resource script updates
- Accelerate the Merge vertex post processing step


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/assimp/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/assimp/distinfo

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.5 pkgsrc/multimedia/assimp/Makefile:1.6
--- pkgsrc/multimedia/assimp/Makefile:1.5       Wed May 18 00:24:49 2022
+++ pkgsrc/multimedia/assimp/Makefile   Wed Aug 10 01:00:08 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/05/18 00:24:49 charlotte Exp $
+# $NetBSD: Makefile,v 1.6 2022/08/10 01:00:08 charlotte Exp $
 
-DISTNAME=      assimp-5.2.3
+DISTNAME=      assimp-5.2.4
 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.8 pkgsrc/multimedia/assimp/distinfo:1.9
--- pkgsrc/multimedia/assimp/distinfo:1.8       Thu Apr 14 13:20:42 2022
+++ pkgsrc/multimedia/assimp/distinfo   Wed Aug 10 01:00:08 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2022/04/14 13:20:42 nros Exp $
+$NetBSD: distinfo,v 1.9 2022/08/10 01:00:08 charlotte Exp $
 
-BLAKE2s (assimp-5.2.3.tar.gz) = 92b8beeef45d19c1dbb81771014802fedf1b9f92f1b6db6e5883d5b34402a3bf
-SHA512 (assimp-5.2.3.tar.gz) = accc1020877b631431bd0bc2de20b530d7e8d234e960904070292a4a08e768c55d1d0cf614c68d38f099fab2d086420c3ffd3f729cb538b169c1275ef0be1eaa
-Size (assimp-5.2.3.tar.gz) = 49606233 bytes
+BLAKE2s (assimp-5.2.4.tar.gz) = 53fbd93476ace29045fde352551418a89c54511aaa2caa42c5c3668c0bfca0ed
+SHA512 (assimp-5.2.4.tar.gz) = ee988b1806b46c78f97bb5b25237a3f56a7028ed37898fb9b243e379e29e8bfd29e4dffc616566941ed9bdcf502bd30568904ad2ef2ef7d0f63b40daefdc66bf
+Size (assimp-5.2.4.tar.gz) = 49613683 bytes
 SHA1 (patch-contrib_zip_src_zip.h) = 1eac9382ac0536d4ede0b9c4f9e72c7ef1dfbf63



Home | Main Index | Thread Index | Old Index