Commit Graph

10 Commits

Author SHA1 Message Date
410e930590 lcms2: update to 2.16 2023-12-04 10:23:57 +01:00
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
0bcb3a5a51 lcms2: update to 2.14 2022-11-02 14:35:20 +01:00
a8a638fdfa lcms2: update to 2.13 2022-01-30 11:26:51 +01:00
e98298fdeb lcms2: update to 2.12 2021-02-15 15:23:35 +01:00
10fe82ea4c lcms2: update to 2.10 2020-06-01 13:50:02 +02:00
cebf9d3a6b lcms2: update to 2.8 2016-07-26 12:30:03 +02:00
ebadcae1d3 lcms2: update to 2.7 2015-03-19 13:08:54 +01:00
b54233f924 lcms2: update to 2.6 2014-03-16 18:35:29 +01:00
d6df59bbfe [notify] lcms2: initial release
the lcms 1.x library (opt/lcms), is discontinued upstream and
replaced by liblcms2 since 2009. Due to this bugs in lcms are
not fixed any more by upstream and important improvements in
color reproduction and safety against crashes are not done.

Therefore we should try to remove lcms and migrate all programs
using it to lcms2.

This first commit includes lcms2 in our opt repository.

Next new version of poppler and cups-filters using lcms2 instead
of lcms will follow the next days.

Note:
-----
lcms and lcms2 can be installed together without conflicts.
2013-08-06 19:16:50 +02:00