Package: assimp / 3.3.1~dfsg-4

Metadata

Package Version Patches format
assimp 3.3.1~dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
big endian.patch | (download)

code/glTFAsset.inl | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix ftbfs on bigendian archs
multiarch.patch | (download)

CMakeLists.txt | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 multi-arch specific adjustments
 allow setting up multi-arch builds by specifying INSTALL directories
pyassimp.patch | (download)

port/PyAssimp/pyassimp/helper.py | 118 16 + 102 - 0 !
1 file changed, 16 insertions(+), 102 deletions(-)

 simple dylib loading by using ctypes functionality
 simplified original (complicated and somewhat broken) dylib loading
 functionality with code suggested by Jakub Wilk.
 This has not been forwarded (yet) to upstream, as the fix will not
 work on platforms such as w32
doxygen.patch | (download)

doc/Doxyfile | 4 2 + 2 - 0 !
doc/Doxyfile_Cmd | 3 1 + 2 - 0 !
2 files changed, 3 insertions(+), 4 deletions(-)

 removed calls to hhc (only available on w32)
 and install into tmp-directories (make 'clean' target easier)
Last-Updated: 2015-07-25

drop stripped.patch | (download)

code/D3MFImporter.cpp | 2 1 + 1 - 0 !
code/D3MFOpcPackage.cpp | 2 1 + 1 - 0 !
code/IFCLoader.cpp | 2 1 + 1 - 0 !
code/Q3BSPZipArchive.h | 2 1 + 1 - 0 !
tools/assimp_cmd/CMakeLists.txt | 1 0 + 1 - 0 !
5 files changed, 4 insertions(+), 5 deletions(-)

 exclude stripped sources from build
 since we stripped out the entire tests/ directory, we must not include it in
 the build