mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/assimp: bump version to 5.0.1
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b580551f5e
commit
7e55458ade
@ -12,15 +12,17 @@ Use proper 64-bit constant for CONVERT_FBX_TIME(time) conversion, fixes:
|
|||||||
code/FBXConverter.cpp:2878: error: integer constant is too large for 'long' type
|
code/FBXConverter.cpp:2878: error: integer constant is too large for 'long' type
|
||||||
code/FBXConverter.cpp:2888: error: integer constant is too large for 'long' type
|
code/FBXConverter.cpp:2888: error: integer constant is too large for 'long' type
|
||||||
|
|
||||||
|
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
|
||||||
|
[Rebased on 5.0.1]
|
||||||
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
|
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
|
||||||
---
|
---
|
||||||
code/FBXConverter.cpp | 2 +-
|
code/FBX/FBXConverter.cpp | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/code/FBXConverter.cpp b/code/FBXConverter.cpp
|
diff --git a/code/FBX/FBXConverter.cpp b/code/FBXConverter.cpp
|
||||||
index e0c6b9c..b1e9a71 100644
|
index e0c6b9c..b1e9a71 100644
|
||||||
--- a/code/FBXConverter.cpp
|
--- a/code/FBX/FBXConverter.cpp
|
||||||
+++ b/code/FBXConverter.cpp
|
+++ b/code/FBX/FBXConverter.cpp
|
||||||
@@ -67,7 +67,7 @@ namespace FBX {
|
@@ -67,7 +67,7 @@ namespace FBX {
|
||||||
|
|
||||||
#define MAGIC_NODE_TAG "_$AssimpFbx$"
|
#define MAGIC_NODE_TAG "_$AssimpFbx$"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 3520b1e9793b93a2ca3b797199e16f40d61762617e072f2d525fad70f9678a71 assimp-4.1.0.tar.gz
|
sha256 11310ec1f2ad2cd46b95ba88faca8f7aaa1efe9aa12605c55e3de2b977b3dbfc assimp-5.0.1.tar.gz
|
||||||
sha256 a26ccc3dbf2f58ea99c100945a8a126fa0f9f4d7fd2b49aa8bdb8e09355864d8 LICENSE
|
sha256 a26ccc3dbf2f58ea99c100945a8a126fa0f9f4d7fd2b49aa8bdb8e09355864d8 LICENSE
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
ASSIMP_VERSION = 4.1.0
|
ASSIMP_VERSION = 5.0.1
|
||||||
ASSIMP_SITE = $(call github,assimp,assimp,v$(ASSIMP_VERSION))
|
ASSIMP_SITE = $(call github,assimp,assimp,v$(ASSIMP_VERSION))
|
||||||
ASSIMP_LICENSE = BSD-3-Clause
|
ASSIMP_LICENSE = BSD-3-Clause
|
||||||
ASSIMP_LICENSE_FILES = LICENSE
|
ASSIMP_LICENSE_FILES = LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user