Package: epr-api / 2.3-1

Metadata

Package Version Patches format
epr-api 2.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 spelling errors.patch | (download)

CHANGELOG.txt | 18 9 + 9 - 0 !
ISSUES.txt | 2 1 + 1 - 0 !
README.txt | 8 4 + 4 - 0 !
bccunit/src/bccunit.h | 2 1 + 1 - 0 !
build.xml | 2 1 + 1 - 0 !
docs/doxygen_main_content.html | 4 2 + 2 - 0 !
src/api-test/api_tests.c | 2 1 + 1 - 0 !
src/epr_api.c | 4 2 + 2 - 0 !
src/epr_api.h | 84 42 + 42 - 0 !
src/epr_band.c | 30 15 + 15 - 0 !
src/epr_band.h | 10 5 + 5 - 0 !
src/epr_bitmask.c | 8 4 + 4 - 0 !
src/epr_bitmask.h | 26 13 + 13 - 0 !
src/epr_core.c | 20 10 + 10 - 0 !
src/epr_core.h | 16 8 + 8 - 0 !
src/epr_dddb.c | 34 17 + 17 - 0 !
src/epr_dsd.c | 4 2 + 2 - 0 !
src/epr_dsd.h | 4 2 + 2 - 0 !
src/epr_field.c | 6 3 + 3 - 0 !
src/epr_msph.c | 4 2 + 2 - 0 !
src/epr_param.c | 2 1 + 1 - 0 !
src/epr_product.c | 8 4 + 4 - 0 !
src/epr_record.c | 10 5 + 5 - 0 !
src/epr_string.c | 10 5 + 5 - 0 !
src/epr_typconv.c | 72 36 + 36 - 0 !
src/examples/tiff.h | 4 2 + 2 - 0 !
src/examples/tiffio.h | 2 1 + 1 - 0 !
src/examples/write_rgb.c | 6 3 + 3 - 0 !
src/test/CMakeLists.txt | 8 4 + 4 - 0 !
src/test/api_unit_tests.c | 16 8 + 8 - 0 !
src/test/epr_subset_test.c | 2 1 + 1 - 0 !
31 files changed, 214 insertions(+), 214 deletions(-)

 fix spelling errors

0002 CMake 4.0 compat.patch | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
src/CMakeLists.txt | 2 1 + 1 - 0 !
src/api-test/CMakeLists.txt | 2 1 + 1 - 0 !
src/test/CMakeLists.txt | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-)

 cmake 4.0 compat

multiarch.patch | (download)

src/CMakeLists.txt | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 include gnuinstalldirs for multi-ach paths.