Juergen Daubert 16fc8ec732 [notify] lcms2: update to 2.15, new build system meson
by the use of the meson build system the libtool file
liblcms2 is no longer available. Rebuild other libs or
progs that use this file:

  for f in $(grep -lrs liblcms2.la /usr/lib); do \
    pkginfo -o $f | awk '!/^(Package|pkginfo)/ {print $1}' \
  done | sort -u
2023-03-02 10:22:17 +01:00
..