libpng: update to 1.2.54
Message ID | 1455797205-15851-1-git-send-email-lorenz.marcel@web.de |
---|---|
State | Dropped |
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 3D97762702 for <patchwork@ipfire.org>; Thu, 18 Feb 2016 12:55:56 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 1EFF0CC9; Thu, 18 Feb 2016 12:55:55 +0100 (CET) Received: from mint01.skynet.local (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 9D0E1CB5; Thu, 18 Feb 2016 12:55:51 +0100 (CET) From: Marcel Lorenz <lorenz.marcel@web.de> To: development@lists.ipfire.org Subject: [PATCH] libpng: update to 1.2.54 Date: Thu, 18 Feb 2016 13:06:45 +0100 Message-Id: <1455797205-15851-1-git-send-email-lorenz.marcel@web.de> 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
Feb. 18, 2016, 11:06 p.m. UTC
--- config/rootfiles/common/libpng | 4 ++-- lfs/libpng | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-)
Comments
Hi Marcel, since i currently update Apache and PHP and a part of PHP´s optional system utilities and libs contains also an updated version of libpng (libtiff and some others too). While a fast try to build them properly with updated versions, libpng needed also a updated version of Ghostscript and the build stops with a configure error, did you face that problems too ? Greetings, Erik Am 18.02.2016 um 13:06 schrieb Marcel Lorenz <lorenz.marcel@web.de>: > --- > config/rootfiles/common/libpng | 4 ++-- > lfs/libpng | 7 +++---- > 2 files changed, 5 insertions(+), 6 deletions(-) > > diff --git a/config/rootfiles/common/libpng b/config/rootfiles/common/libpng > index c29eaa7..49e739b 100644 > --- a/config/rootfiles/common/libpng > +++ b/config/rootfiles/common/libpng > @@ -9,12 +9,12 @@ > #usr/lib/libpng.la > usr/lib/libpng.so > usr/lib/libpng.so.3 > -usr/lib/libpng.so.3.46.0 > +usr/lib/libpng.so.3.54.0 > #usr/lib/libpng12.a > #usr/lib/libpng12.la > usr/lib/libpng12.so > usr/lib/libpng12.so.0 > -usr/lib/libpng12.so.0.46.0 > +usr/lib/libpng12.so.0.54.0 > #usr/lib/pkgconfig/libpng.pc > #usr/lib/pkgconfig/libpng12.pc > #usr/share/man/man3/libpng.3 > diff --git a/lfs/libpng b/lfs/libpng > index 7075118..4ce0d60 100644 > --- a/lfs/libpng > +++ b/lfs/libpng > @@ -21,13 +21,12 @@ > ############################################################################### > # Definitions > ############################################################################### > - > include Config > > -VER = 1.2.46 > +VER = 1.2.54 > > THISAPP = libpng-$(VER) > -DL_FILE = $(THISAPP).tar.gz > +DL_FILE = $(THISAPP).tar.xz > DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > @@ -40,7 +39,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 03ddfc17ad321db93f984581e9415d22 > +$(DL_FILE)_MD5 = bbb7a7264f1c7d9c444fd16bf6f89832 > > install : $(TARGET) > > -- > 1.9.1 >
Hi Erik, I planned ghostscript in the next package of pachtes... not all on one day... :-) if you wish i will submit this evening the ghostscript update... Marcel -----Ursprüngliche Nachricht----- Von: Development [mailto:development-bounces@lists.ipfire.org] Im Auftrag von ummeegge Gesendet: Donnerstag, 18. Februar 2016 17:11 An: development@lists.ipfire.org Betreff: Re: [PATCH] libpng: update to 1.2.54 Hi Marcel, since i currently update Apache and PHP and a part of PHP´s optional system utilities and libs contains also an updated version of libpng (libtiff and some others too). While a fast try to build them properly with updated versions, libpng needed also a updated version of Ghostscript and the build stops with a configure error, did you face that problems too ? Greetings, Erik Am 18.02.2016 um 13:06 schrieb Marcel Lorenz <lorenz.marcel@web.de>: > --- > config/rootfiles/common/libpng | 4 ++-- > lfs/libpng | 7 +++---- > 2 files changed, 5 insertions(+), 6 deletions(-) > > diff --git a/config/rootfiles/common/libpng > b/config/rootfiles/common/libpng index c29eaa7..49e739b 100644 > --- a/config/rootfiles/common/libpng > +++ b/config/rootfiles/common/libpng > @@ -9,12 +9,12 @@ > #usr/lib/libpng.la > usr/lib/libpng.so > usr/lib/libpng.so.3 > -usr/lib/libpng.so.3.46.0 > +usr/lib/libpng.so.3.54.0 > #usr/lib/libpng12.a > #usr/lib/libpng12.la > usr/lib/libpng12.so > usr/lib/libpng12.so.0 > -usr/lib/libpng12.so.0.46.0 > +usr/lib/libpng12.so.0.54.0 > #usr/lib/pkgconfig/libpng.pc > #usr/lib/pkgconfig/libpng12.pc > #usr/share/man/man3/libpng.3 > diff --git a/lfs/libpng b/lfs/libpng > index 7075118..4ce0d60 100644 > --- a/lfs/libpng > +++ b/lfs/libpng > @@ -21,13 +21,12 @@ > ###################################################################### > ######### > # Definitions > ###################################################################### > ######### > - > include Config > > -VER = 1.2.46 > +VER = 1.2.54 > > THISAPP = libpng-$(VER) > -DL_FILE = $(THISAPP).tar.gz > +DL_FILE = $(THISAPP).tar.xz > DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > @@ -40,7 +39,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 03ddfc17ad321db93f984581e9415d22 > +$(DL_FILE)_MD5 = bbb7a7264f1c7d9c444fd16bf6f89832 > > install : $(TARGET) > > -- > 1.9.1 >