mbox

libjpeg: update to 1.4.2 v2

Message ID 1468007579-29910-1-git-send-email-marcel.lorenz@ipfire.org
State Superseded
Headers

Message

Marcel Lorenz July 9, 2016, 5:52 a.m. UTC
  The old libjpeg is renamed to libjpeg-compat
The compat makes the old libs maintainable
The new 1.4.2 is build after the old and all IPFire componentes will
build with the new libary. The old are renamed while building the new.

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
 config/rootfiles/common/libjpeg        | 19 ++++++--
 config/rootfiles/common/libjpeg-compat | 33 ++++++++++++++
 lfs/libjpeg                            | 19 +++++---
 lfs/libjpeg-compat                     | 80 ++++++++++++++++++++++++++++++++++
 make.sh                                |  1 +
 5 files changed, 143 insertions(+), 9 deletions(-)
 create mode 100644 config/rootfiles/common/libjpeg-compat
 create mode 100644 lfs/libjpeg-compat