From patchwork Fri Oct 25 11:34:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 286127 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 8BCB92C0119 for ; Fri, 25 Oct 2013 22:35:08 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C00598CEFC; Fri, 25 Oct 2013 11:35:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Iihk1lPMg13J; Fri, 25 Oct 2013 11:35:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id F240A8CE83; Fri, 25 Oct 2013 11:35:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6867F1BFA8F for ; Fri, 25 Oct 2013 11:35:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 64A178CE83 for ; Fri, 25 Oct 2013 11:35:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oxWoHAGOGnJe for ; Fri, 25 Oct 2013 11:35:06 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id B86888CE5C for ; Fri, 25 Oct 2013 11:35:05 +0000 (UTC) Received: from asgard (host58.190-231-106.telecom.net.ar [190.231.106.58]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r9PBYxbw028191 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 25 Oct 2013 11:35:01 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1382700903; bh=2/7CITtk/RAozlx+W22EhuCWyrQ27FxP6+E8U07H+/M=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=BK+vsdknzg3a6fTxLeB+0jNLbyXuV9jnzKmcyOuFEOUY7QS7KqecDDjlyJO17wajs NvoHnjOZE2Kcrxt8CjKtjjJHKLvJ4DWViPCCDu4IoubH1K9vi/8au/YF7E5BzDRqe3 I2ed+Mw8X3NjSz+XyT0IYFWXW9w2P4xsSI3s1iOs= Received: by asgard (sSMTP sendmail emulation); Fri, 25 Oct 2013 08:34:54 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 25 Oct 2013 08:34:39 -0300 Message-Id: <1382700881-28336-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1382700881-28336-1-git-send-email-gustavo@zacarias.com.ar> References: <1382700881-28336-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.8 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/4] libpng: bump to version 1.6.6 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/libpng/libpng.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk index f5bf956..5ce828e 100644 --- a/package/libpng/libpng.mk +++ b/package/libpng/libpng.mk @@ -4,15 +4,16 @@ # ################################################################################ -LIBPNG_VERSION = 1.4.12 -LIBPNG_SERIES = 14 -LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.bz2 +LIBPNG_VERSION = 1.6.6 +LIBPNG_SERIES = 16 +LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION) LIBPNG_LICENSE = libpng license LIBPNG_LICENSE_FILES = LICENSE LIBPNG_INSTALL_STAGING = YES LIBPNG_DEPENDENCIES = host-pkgconf zlib LIBPNG_CONFIG_SCRIPTS = libpng$(LIBPNG_SERIES)-config libpng-config +LIBPNG_CONF_OPT = $(if $(BR2_ARM_CPU_HAS_NEON),--enable-arm-neon=yes,--enable-arm-neon=no) $(eval $(autotools-package)) $(eval $(host-autotools-package))