Package: assimp / 3.0~dfsg-3

Metadata

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

Patch series

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

code/CMakeLists.txt | 15 0 + 15 - 0 !
1 file changed, 15 deletions(-)

 no use building a non-existant boostworkaround


pyassimp.patch | (download)

port/PyAssimp/pyassimp/helper.py | 92 11 + 81 - 0 !
1 file changed, 11 insertions(+), 81 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 it the fix will not
 work on platforms such as w32
doxygen.patch | (download)

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

 removed calls to hhc (only available on w32)
 and install into tmp-directories (make 'clean' target easier)

assimp cmpdump_argcheck.patch | (download)

tools/assimp_cmd/CompareDump.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix argument check for assimp cmdline tool
 `assimp cmpdump` expects two files as arguments.
 so we need to check for at least 2 extra arguments (rather than only check
 for !<1 and access both)