From patchwork Thu Apr 20 21:33:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 753019 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3w8Btl6zwsz9s4s for ; Fri, 21 Apr 2017 07:33:19 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 22E3089BF5; Thu, 20 Apr 2017 21:33:18 +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 DwPEHlMCDRGl; Thu, 20 Apr 2017 21:33:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 54E9789B8F; Thu, 20 Apr 2017 21:33:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 779B31C2767 for ; Thu, 20 Apr 2017 21:33:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 702BC8A2A8 for ; Thu, 20 Apr 2017 21:33:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bapayian9xns for ; Thu, 20 Apr 2017 21:33:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by hemlock.osuosl.org (Postfix) with ESMTPS id 49FAB8A28F for ; Thu, 20 Apr 2017 21:33:12 +0000 (UTC) Received: from fwd37.aul.t-online.de (fwd37.aul.t-online.de [172.20.27.137]) by mailout11.t-online.de (Postfix) with SMTP id DF1D1424A8B3 for ; Thu, 20 Apr 2017 23:33:09 +0200 (CEST) Received: from fli4l.lan.fli4l (Vylxu+ZUohhMNhVB8W7kLHSGGkt08gkgVJ1iv1AijyUJd44taP0IOVKy4aLPKkpZNF@[79.228.27.202]) by fwd37.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1d1JhH-1UBmaW0; Thu, 20 Apr 2017 23:33:03 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:44132 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1d1JhG-0003D4-Ul for buildroot@buildroot.org; Thu, 20 Apr 2017 23:33:03 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 20 Apr 2017 23:33:02 +0200 Message-Id: <20170420213302.31155-2-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170420213302.31155-1-bernd.kuhls@t-online.de> References: <20170420213302.31155-1-bernd.kuhls@t-online.de> X-ID: Vylxu+ZUohhMNhVB8W7kLHSGGkt08gkgVJ1iv1AijyUJd44taP0IOVKy4aLPKkpZNF X-TOI-MSGID: a4f68cb4-bcef-40ae-8cd4-2db4cc9ab670 Subject: [Buildroot] [PATCH 2/2] package/libpng: bump version to 1.6.29 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Refactored patch 0002, added support for Intel SSE2. Changelog: https://sourceforge.net/p/libpng/code/ci/b363e01e6b5e865e536db62ca4480f3a2d4690bd/#diff-2 Signed-off-by: Bernd Kuhls --- ...02-Don-t-append-prefix-to-symbol-names-in-version-script.patch | 5 ++++- package/libpng/libpng.hash | 6 +++--- package/libpng/libpng.mk | 8 +++++++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package/libpng/0002-Don-t-append-prefix-to-symbol-names-in-version-script.patch b/package/libpng/0002-Don-t-append-prefix-to-symbol-names-in-version-script.patch index 2a9bfd1e1..de772225b 100644 --- a/package/libpng/0002-Don-t-append-prefix-to-symbol-names-in-version-script.patch +++ b/package/libpng/0002-Don-t-append-prefix-to-symbol-names-in-version-script.patch @@ -15,6 +15,9 @@ Signed-off-by: Gustavo Zacarias [Julien: update for 1.6.25] Signed-off-by: Julien Boibessot +[Bernd: update for 1.6.29] +Signed-off-by: Bernd Kuhls + Signed-off-by: Gustavo Zacarias --- Makefile.am | 2 +- @@ -44,7 +47,7 @@ index 4e67782..5f468d9 100644 -DPNGLIB_VERSION='@PNGLIB_VERSION@' \ - -DSYMBOL_PREFIX='$(SYMBOL_PREFIX)' -DPNG_NO_USE_READ_MACROS \ + -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS \ - -DPNG_BUILDING_SYMBOL_TABLE $(am__append_7) + -DPNG_BUILDING_SYMBOL_TABLE $(am__append_9) # EXT_LIST is a list of the possibly library directory extensions, this exists -- diff --git a/package/libpng/libpng.hash b/package/libpng/libpng.hash index e5bd6ba03..279420a70 100644 --- a/package/libpng/libpng.hash +++ b/package/libpng/libpng.hash @@ -1,4 +1,4 @@ -# From http://sourceforge.net/projects/libpng/files/libpng16/1.6.28/ -sha1 ff4dceadb15e2c929ad26283118d56f66f4a6cff libpng-1.6.28.tar.xz +# From http://sourceforge.net/projects/libpng/files/libpng16/1.6.29/ +sha1 7dbe6a5088b938545fc0857c507d4e0cf5d9023e libpng-1.6.29.tar.xz # Locally computed: -sha256 d8d3ec9de6b5db740fefac702c37ffcf96ae46cb17c18c1544635a3852f78f7a libpng-1.6.28.tar.xz +sha256 4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239 libpng-1.6.29.tar.xz diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk index 4272f4e38..002fa3aa3 100644 --- a/package/libpng/libpng.mk +++ b/package/libpng/libpng.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBPNG_VERSION = 1.6.28 +LIBPNG_VERSION = 1.6.29 LIBPNG_SERIES = 16 LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION) @@ -21,5 +21,11 @@ else LIBPNG_CONF_OPTS += --disable-arm-neon endif +ifeq ($(BR2_X86_CPU_HAS_SSE2),xy) +LIBPNG_CONF_OPTS += --enable-intel-sse=yes +else +LIBPNG_CONF_OPTS += --disable-intel-sse +endif + $(eval $(autotools-package)) $(eval $(host-autotools-package))