9830f977b7
- Update to 4.1.0 * Added support for Export 3MF (experimental) * Added supprt for Import / Export glTF 2 * Prevent failing stringstream to crash the export process * Fix invalid access to mesh array when the array is empty in Blender, also fixed short overflow. * Fixed memory leak in AMFImporter * Fixed IOStream leak in UnrealLoader: * Fixed out-of-bounds read in MaterialSystem unit test * Added support for SIB models from Silo 2.5 - Changes from 4.0.1 * StreamReader: fix out-of-range exception - Changes From 4.0.0 * New QT-Widget based assimp-viewer * Open3DGC codec supported by glFT-importer * glTF: Read and write transparency values * Support for X3D, AMF and Lugdunum3D * MDLLoader: fix resource leak. * Fix memory leak in Collada importer * Fixed many FBX bugs - Added %check section, run unit tests - Added disable-gitrevision-test.patch to fix testsuite as we do not build from git, git rev will test will fail. - Added do-not-install-irrXML.patch to prevent cmake from installing the irrXML (static) library. OBS-URL: https://build.opensuse.org/request/show/665002 OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=7
14 lines
630 B
Diff
14 lines
630 B
Diff
diff -Nur assimp-4.1.0/contrib/irrXML/CMakeLists.txt new/contrib/irrXML/CMakeLists.txt
|
|
--- assimp-4.1.0/contrib/irrXML/CMakeLists.txt 2017-12-11 14:22:45.000000000 +0100
|
|
+++ new/contrib/irrXML/CMakeLists.txt 2018-08-11 20:36:21.068206869 +0200
|
|
@@ -17,6 +17,6 @@
|
|
set(IRRXML_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}" CACHE INTERNAL "IrrXML_Include" )
|
|
set(IRRXML_LIBRARY "IrrXML" CACHE INTERNAL "IrrXML" )
|
|
|
|
-install(TARGETS IrrXML
|
|
- ARCHIVE DESTINATION ${ASSIMP_LIB_INSTALL_DIR}
|
|
- COMPONENT ${LIBASSIMP_COMPONENT})
|
|
+#install(TARGETS IrrXML
|
|
+# ARCHIVE DESTINATION ${ASSIMP_LIB_INSTALL_DIR}
|
|
+# COMPONENT ${LIBASSIMP_COMPONENT})
|