Package: tinyobjloader / 2.0.0~rc13+dfsg-2

Metadata

Package Version Patches format
tinyobjloader 2.0.0~rc13+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix SONAME.patch | (download)

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

 fix soname


0002 Fix CMake config installation dir.patch | (download)

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

 fix cmake config installation dir


0003 Build both single and double precision version.patch | (download)

CMakeLists.txt | 53 32 + 21 - 0 !
tinyobjloader-config.cmake.in | 7 6 + 1 - 0 !
tinyobjloader.pc.in | 4 2 + 2 - 0 !
3 files changed, 40 insertions(+), 24 deletions(-)

 build both single and double precision version


0004 Integrate unit tests with CMake.patch | (download)

CMakeLists.txt | 3 3 + 0 - 0 !
tests/CMakeLists.txt | 8 8 + 0 - 0 !
tests/tester.cc | 109 54 + 55 - 0 !
3 files changed, 65 insertions(+), 55 deletions(-)

 integrate unit tests with cmake


0005 Add CMake configuration to examples.patch | (download)

examples/callback_api/CMakeLists.txt | 7 7 + 0 - 0 !
examples/callback_api/Makefile | 2 0 + 2 - 0 !
examples/callback_api/main.cc | 3 1 + 2 - 0 !
examples/obj_sticher/CMakeLists.txt | 7 7 + 0 - 0 !
examples/voxelize/CMakeLists.txt | 7 7 + 0 - 0 !
examples/voxelize/Makefile | 2 0 + 2 - 0 !
examples/voxelize/main.cc | 3 1 + 2 - 0 !
7 files changed, 23 insertions(+), 8 deletions(-)

 add cmake configuration to examples


0006 Fix model path for Python example.patch | (download)

python/sample.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix model path for python example