From patchwork Tue Sep 3 13:59:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markos Chandras X-Patchwork-Id: 272265 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id A8BB72C00A3 for ; Wed, 4 Sep 2013 00:00:32 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 903908B132; Tue, 3 Sep 2013 14:00:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dOYpjSHUAWiS; Tue, 3 Sep 2013 14:00:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 650368B103; Tue, 3 Sep 2013 14:00:30 +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 2C83B1CE444 for ; Tue, 3 Sep 2013 14:00:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 21EDB88340 for ; Tue, 3 Sep 2013 14:00:29 +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 E2lKhC4EzQDA for ; Tue, 3 Sep 2013 14:00:28 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4C4B987F1A for ; Tue, 3 Sep 2013 14:00:28 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hm2so801698wib.4 for ; Tue, 03 Sep 2013 07:00:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=m5dSB2NilD+OhMOQ9oKcoCXpxDXDf/2lQMzfmydUGSo=; b=GgkfYBQA4u+6u3DnKLozXHUjTog8DiKVF7tkRbDUnXebYaP28bG4o4v3U/aRBk8nnJ MjQjvTdcuf3Zvl5C8+y7cCiyPNqXfLTIhR2hIiO0Fx6yigQCKvpmbyz5F4Sj/WT1LVVe +zzc0WX4u/V8NOBRnoybZKv2jBw8nHuTj74ulQvkyKWr4MJe7PNqzu6ppDRpL15iRhD/ TX3QG5CCjB97V9jxEEIO/uOmqNyt0EmB0Bz3pjirwmhqXoQrxgOz4Q8LzbJfM9uMXxe5 QnJVwunghjCUD8E2H8J/deS/p/fZoELFH0SstqKiZTOdqlsuyEq6G8lydr1DgjvjcPaW nopA== X-Received: by 10.180.9.99 with SMTP id y3mr18437097wia.61.1378216826854; Tue, 03 Sep 2013 07:00:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.58.74 with HTTP; Tue, 3 Sep 2013 06:59:45 -0700 (PDT) From: Markos Chandras Date: Tue, 3 Sep 2013 14:59:45 +0100 Message-ID: To: "buildroot@busybox.net" Subject: [Buildroot] [pull request] webkit: Version bump to 1.11.5 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Hi, The following pull request bumps webkit to 1.11.5. A few upstream patches are necessary to make it work properly. It also restores the build on MIPS which is currently (1.9.6 and 1.11.5) broken due to missing assembly functions. The following patches have been applied: - upstream fix for 32-bit autotools - upstream fix for conditional gstreamer build of gtklauncher - upstream fix for detecting the latest harfbuzz - Update existing patch for disabling docs - Update existing patch for execinfo_h - upstream patch for the MIPS DFG support. This fixes compilation problems on MIPS. The patch was tested with MIPS32r2, x86_64 and ARM cortex-a9 configurations. The following changes since commit b7c0041c31754a5679eb0a3e4bcf41f80d473ae2: kmod: does not support static builds (2013-09-02 23:22:14 +0200) are available in the git repository at: https://github.com/hwoarang/buildroot.git webkit for you to fetch changes up to 26a8323eeed2a3cea5b53917565d4a23d7aa0889: webkit: Version bump to 1.11.5 (2013-09-03 13:19:32 +0100) ---------------------------------------------------------------- Markos Chandras (1): webkit: Version bump to 1.11.5 package/webkit/Config.in | 13 +- package/webkit/webkit-build-fix-for-32-bit-autotools.patch | 34 +++ package/webkit/webkit-build-fix-for-gtklauncher.patch | 51 ++++ package/webkit/webkit-detect-harfbuzz-icu.patch | 28 +++ package/webkit/webkit-disable-docrebase.patch | 13 +- package/webkit/webkit-execinfo_h.patch | 20 +- package/webkit/webkit-mips-dfg.patch | 1490 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ package/webkit/webkit.mk | 18 +- 8 files changed, 1637 insertions(+), 30 deletions(-) create mode 100644 package/webkit/webkit-build-fix-for-32-bit-autotools.patch create mode 100644 package/webkit/webkit-build-fix-for-gtklauncher.patch create mode 100644 package/webkit/webkit-detect-harfbuzz-icu.patch create mode 100644 package/webkit/webkit-mips-dfg.patch