Package: collada2gltf / 20140924-7

Metadata

Package Version Patches format
collada2gltf 20140924-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no OpenCOLLADA subdir.diff | (download)

CMakeLists.txt | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

---
OpenCOLLADA includes libs.diff | (download)

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

---
no collada2gltf binary.diff | (download)

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

---
system rapidjson.diff | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
system o3dgc.diff | (download)

CMakeLists.txt | 9 1 + 8 - 0 !
1 file changed, 1 insertion(+), 8 deletions(-)

---
fix_rapidjson.patch | (download)

GLTF/GLTF.h | 2 1 + 1 - 0 !
GLTF/GLTFWriter.cpp | 9 7 + 2 - 0 !
GLTF/GLTFWriter.h | 7 4 + 3 - 0 !
3 files changed, 12 insertions(+), 6 deletions(-)

 fix rapidjson use
 rapidjson has depreacted FileStream and instead it now has FileWriteStream
 and FileReadStream.