Package: lcms2 / 2.14-2

Metadata

Package Version Patches format
lcms2 2.14-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
prepare for libtoolizing.patch | (download)

configure.ac | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 link transicc and testbed binaries against libmath
 The bug fix for Debian bug #745748 (introduction of ppc64el) requires running
 libtool at build time. This results in some unresolved sybmols due to a missing
 linkage to libmath.
fix regression for CMYK colours.patch | (download)

plugins/fast_float/src/fast_8_tethra.c | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 fix regression for cmyk profiles
fix memory corruption when unregistering plugins.diff | (download)

plugins/fast_float/testbed/fast_float_testbed.c | 4 2 + 2 - 0 !
src/cmsplugin.c | 16 9 + 7 - 0 !
2 files changed, 11 insertions(+), 9 deletions(-)

 fix memory corruption when unregistering plugins
manpages cleanup.patch | (download)

utils/psicc/psicc.1 | 1 0 + 1 - 0 !
utils/transicc/transicc.1 | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 clean up manpages
 In particular, "warning: macro 'p' not defined" can be fixed just by dropping
 that.
allow to read portions of tag.diff | (download)

src/cmsio0.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 allow reading portions of tag unless the tag has been modified by cmswritetag
 This allows colord to build - it is using this undocumented feature.