libjpeg: update to 1.4.2 v2
Message ID | 1468007579-29910-1-git-send-email-marcel.lorenz@ipfire.org |
---|---|
State | Superseded |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 68EA161AE3 for <patchwork@ipfire.org>; Fri, 8 Jul 2016 21:53:00 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 8BC85960; Fri, 8 Jul 2016 21:52:49 +0200 (CEST) Received: from localhost.localdomain (ip5f5b7cdb.dynamic.kabel-deutschland.de [95.91.124.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 82188960 for <development@lists.ipfire.org>; Fri, 8 Jul 2016 21:52:47 +0200 (CEST) From: Marcel Lorenz <marcel.lorenz@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] libjpeg: update to 1.4.2 v2 Date: Fri, 8 Jul 2016 21:52:59 +0200 Message-Id: <1468007579-29910-1-git-send-email-marcel.lorenz@ipfire.org> X-Mailer: git-send-email 1.9.1 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
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