Package: lcms2 / 2.17-1

Metadata

Package Version Patches format
lcms2 2.17-1 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.
unbreak API compatibility.patch | (download)

include/lcms2.h | 2 1 + 1 - 0 !
src/cmsgamma.c | 9 9 + 0 - 0 !
2 files changed, 10 insertions(+), 1 deletion(-)

 keep api compatibility for 2.16
 Version 2.16 removed cmsGetToneCurveParams() from the public API without
 changing the SONAME. This patch reintroduces the function to keep API
 compatibility.
build plugins as static libraries only.patch | (download)

plugins/fast_float/src/meson.build | 3 1 + 2 - 0 !
plugins/threaded/src/meson.build | 3 1 + 2 - 0 !
2 files changed, 2 insertions(+), 4 deletions(-)

 build plugin libraries only as static libraries
 The plugins do not have a proper SONAME, so we cannot include them as shared
 libraries. We build them as static-only libraries to make it clear that this
 is intentional.