Package: tinyexr / 1.0.10+dfsg-1

Metadata

Package Version Patches format
tinyexr 1.0.10+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use zlib instead of embedded miniz.patch | (download)

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

 use zlib instead of embedded miniz

0002 Explicitly export required symbols.patch | (download)

tinyexr.h | 64 35 + 29 - 0 !
1 file changed, 35 insertions(+), 29 deletions(-)

 explicitly export required symbols

0003 Fix CMake build system.patch | (download)

CMakeLists.txt | 122 45 + 77 - 0 !
tinyexrConfig.cmake.in | 2 2 + 0 - 0 !
2 files changed, 47 insertions(+), 77 deletions(-)

 fix cmake build system

0004 Add test executable for CTest.patch | (download)

CMakeLists.txt | 7 7 + 0 - 0 !
test_tinyexr.cc | 3 1 + 2 - 0 !
2 files changed, 8 insertions(+), 2 deletions(-)

 add test executable for ctest