[1/3] libjpeg: update to 1.4.2
Message ID | 1466933705-16397-2-git-send-email-marcel.lorenz@ipfire.org |
---|---|
State | Superseded |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 088FA61C24 for <patchwork@ipfire.org>; Sun, 26 Jun 2016 11:35:08 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id D658A4524; Sun, 26 Jun 2016 11:35:04 +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 2987AA21 for <development@lists.ipfire.org>; Sun, 26 Jun 2016 11:35:01 +0200 (CEST) From: Marcel Lorenz <marcel.lorenz@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 1/3] libjpeg: update to 1.4.2 Date: Sun, 26 Jun 2016 11:35:03 +0200 Message-Id: <1466933705-16397-2-git-send-email-marcel.lorenz@ipfire.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1466933705-16397-1-git-send-email-marcel.lorenz@ipfire.org> References: <1466933705-16397-1-git-send-email-marcel.lorenz@ipfire.org> 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
June 26, 2016, 7:35 p.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
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
config/rootfiles/common/libjpeg | 19 ++++++--
config/rootfiles/common/libjpeg-compat | 33 ++++++++++++++
lfs/libjpeg | 14 +++---
lfs/libjpeg-compat | 80 ++++++++++++++++++++++++++++++++++
make.sh | 1 +
5 files changed, 138 insertions(+), 9 deletions(-)
create mode 100644 config/rootfiles/common/libjpeg-compat
create mode 100644 lfs/libjpeg-compat