2022-08-10 03:00:08 by Charlotte Koch | Files touched by this commit (2) | |
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
|
2022-05-18 02:24:49 by Charlotte Koch | Files touched by this commit (1) |
Log message:
assimp: Update MAINTAINER
|
2022-04-14 15:20:42 by Niclas Rosenvik | Files touched by this commit (7) | |
Log message:
Update multimedia/assimp to version 5.2.3
Update multimedia/assimp to version 5.2.3.
The reason for updating is that this
version has changes, mOrthographicWith in
aiCamera, needed by some packages in wip
(qt6).
This update should be safe since only wip
packages depend on it.
pkgsrc changes:
patch-assimp.pc.in came from upstream and
is now removed.
contrib/irrXML does not exist anymore so
patch-contrib_irrXML_CMakeLists.txt has
been removed.
Changes in package:
To many to mention.
|
2021-10-26 13:01:20 by Nia Alarie | Files touched by this commit (177) |
Log message:
multimedia: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (for legal reasons?):
./multimedia/adobe-flash-player/distinfo \
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz
./multimedia/adobe-flash-player/distinfo \
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz
./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
|
2021-10-07 16:32:21 by Nia Alarie | Files touched by this commit (179) |
Log message:
multimedia: Remove SHA1 hashes for distfiles
|
2021-05-10 10:18:53 by Niclas Rosenvik | Files touched by this commit (3) |
Log message:
Fix the assimp pkgconfig file
Set the correct includedir in the
assimp pkgconfig file.
Add missing PKGCONFIG_OVERRIDE.
|
2021-01-10 06:20:00 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
assimp: adjust a portability patch
Simplify, per joerg@'s suggestion "Drop the whole block. Seems much
safer."
|
2021-01-07 06:15:47 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
assimp: build fix for 32-bit architectures
Rather than add to the ifdef stew that's already there, simply don't
try to second-guess the host platform. Otherwise, we'd need more macro
checks added for, at least, NetBSD, FreeBSD, and musl, but including
sys/types.h should "just work".
(There's seemingly another unrelated portability issue directly below
that code block, but it won't break builds, and would require different
means of correction.)
|
2021-01-05 05:50:53 by David H. Gutteridge | Files touched by this commit (4) |
Log message:
assimp: fix Darwin and FreeBSD builds
Make this package build a dependent library consistently on all pkgsrc
platforms, so we don't get PLIST mismatches.
|
2021-01-02 08:35:44 by pin | Files touched by this commit (5) |
Log message:
multimedia/assimp: import package
Packaged in wip by Charlotte Koch
Open Asset Import Library (short name: Assimp) is a portable Open Source
library to import various well-known 3D model formats in a uniform manner.
The most recent version also knows how to export 3D files and is therefore
suitable as a general-purpose 3D model converter. See the feature list.
Assimp aims to provide a full asset conversion pipeline for use in game
engines/realtime rendering systems of any kind, but it is not limited to
this purpose. In the past, it has been used in a wide range of applications.
Changes from the wip package
-Updated HOMEPAGE
-Adjusted CATEGORIES to be consistent with DragonFly, FreeBSD and OpenBSD
-Re-build buildlink3.mk
|