From patchwork Sat Jul 6 07:03:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1128405 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45gjPQ0HMSz9sN4 for ; Sat, 6 Jul 2019 17:04:08 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 79C3F8496B; Sat, 6 Jul 2019 07:04:05 +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 m38LD2elk69b; Sat, 6 Jul 2019 07:04:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 62B31847C5; Sat, 6 Jul 2019 07:04:04 +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 AF0541BF2B0 for ; Sat, 6 Jul 2019 07:04:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A2BC087527 for ; Sat, 6 Jul 2019 07:04:02 +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 2zztcfJsPtsj for ; Sat, 6 Jul 2019 07:04:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by hemlock.osuosl.org (Postfix) with ESMTPS id 726E48751C for ; Sat, 6 Jul 2019 07:04:01 +0000 (UTC) Received: from fwd34.aul.t-online.de (fwd34.aul.t-online.de [172.20.26.145]) by mailout04.t-online.de (Postfix) with SMTP id 2878B41E2FBA; Sat, 6 Jul 2019 09:03:59 +0200 (CEST) Received: from fli4l.lan.fli4l (bLzW5TZpohlCqZSqEN6j6+6Ct4yEZpUUMAkAYgTmYb80xQ5kkz-YWdQUvhDo3Wcg5P@[91.58.12.45]) by fwd34.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1hjejl-3Ds50i0; Sat, 6 Jul 2019 09:03:57 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:47928) by fli4l.lan.fli4l with esmtp (Exim 4.92) (envelope-from ) id 1hjejk-0004tF-Am; Sat, 06 Jul 2019 09:03:56 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 6 Jul 2019 09:03:55 +0200 Message-Id: <20190706070355.8210-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-ID: bLzW5TZpohlCqZSqEN6j6+6Ct4yEZpUUMAkAYgTmYb80xQ5kkz-YWdQUvhDo3Wcg5P X-TOI-MSGID: 990a0ed6-4a35-4054-aec0-235241429042 Subject: [Buildroot] [PATCH 1/1] package/libva: bump version to 2.5.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabrice Fontaine Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Removed patch which was applied upstream: https://github.com/intel/libva/commit/6724011e8b52901f13dded130f0b47e8bdbd4dda Signed-off-by: Bernd Kuhls --- ...trace-unbreak-with-C89-after-b369467.patch | 35 ------------------- package/libva/libva.hash | 6 ++-- package/libva/libva.mk | 2 +- 3 files changed, 4 insertions(+), 39 deletions(-) delete mode 100644 package/libva/0001-va-va_trace-unbreak-with-C89-after-b369467.patch diff --git a/package/libva/0001-va-va_trace-unbreak-with-C89-after-b369467.patch b/package/libva/0001-va-va_trace-unbreak-with-C89-after-b369467.patch deleted file mode 100644 index 19192742c8..0000000000 --- a/package/libva/0001-va-va_trace-unbreak-with-C89-after-b369467.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 6724011e8b52901f13dded130f0b47e8bdbd4dda Mon Sep 17 00:00:00 2001 -From: Jan Beich -Date: Wed, 10 Apr 2019 11:37:28 +0000 -Subject: [PATCH] va/va_trace: unbreak with C89 after b3694671c784 - -va/va_trace.c: In function 'va_TraceVAEncMiscParameterBuffer': -va/va_trace.c:3281: error: 'for' loop initial declaration used outside C99 mode -Signed-off-by: Fabrice Fontaine -[Retrieved from: -https://github.com/intel/libva/commit/6724011e8b52901f13dded130f0b47e8bdbd4dda] ---- - va/va_trace.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/va/va_trace.c b/va/va_trace.c -index 0a17e5cd..d41f62c1 100755 ---- a/va/va_trace.c -+++ b/va/va_trace.c -@@ -3271,6 +3271,7 @@ static void va_TraceVAEncMiscParameterBuffer( - } - case VAEncMiscParameterTypeROI: - { -+ int i; - VAEncMiscParameterBufferROI *p = (VAEncMiscParameterBufferROI *)tmp->data; - - va_TraceMsg(trace_ctx, "\t--VAEncMiscParameterBufferROI\n"); -@@ -3278,7 +3279,7 @@ static void va_TraceVAEncMiscParameterBuffer( - va_TraceMsg(trace_ctx, "\tmax_delta_qp = %d\n", p->max_delta_qp); - va_TraceMsg(trace_ctx, "\tmin_delta_qp = %d\n", p->min_delta_qp); - va_TraceMsg(trace_ctx, "\troi_flags.bits.roi_value_is_qp_delta = %d\n", p->roi_flags.bits.roi_value_is_qp_delta); -- for (int i = 0; i < p->num_roi; i++) { -+ for (i = 0; i < p->num_roi; i++) { - va_TraceMsg(trace_ctx, "\troi[%d].roi_rectangle.x = %d\n", i, p->roi[i].roi_rectangle.x); - va_TraceMsg(trace_ctx, "\troi[%d].roi_rectangle.y = %d\n", i, p->roi[i].roi_rectangle.y); - va_TraceMsg(trace_ctx, "\troi[%d].roi_rectangle.width = %d\n", i, p->roi[i].roi_rectangle.width); diff --git a/package/libva/libva.hash b/package/libva/libva.hash index 661eedf16a..4a62a9450a 100644 --- a/package/libva/libva.hash +++ b/package/libva/libva.hash @@ -1,5 +1,5 @@ -# From https://github.com/intel/libva/releases/download/2.4.1/libva-2.4.1.tar.bz2.sha1sum -sha1 5aeffc9929b4a9a5ebbed94adf065d08fc50bcf9 libva-2.4.1.tar.bz2 +# From https://github.com/intel/libva/releases/download/2.5.0/libva-2.5.0.tar.bz2.sha1sum +sha1 5bd2b0bc9d1e49cf1e21d9a63696f13a1483bd86 libva-2.5.0.tar.bz2 # Locally computed -sha256 e9e053908591b121793eaa5d8aa37675b4cd3af4b12f1f377dff4767f39cee70 libva-2.4.1.tar.bz2 +sha256 3aa89cd369a506ac4dbe5de7c0ef5da4f3d220bf986403f02fa1f6f702af6878 libva-2.5.0.tar.bz2 sha256 c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de COPYING diff --git a/package/libva/libva.mk b/package/libva/libva.mk index e876a1a3d0..7bf1839f4c 100644 --- a/package/libva/libva.mk +++ b/package/libva/libva.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBVA_VERSION = 2.4.1 +LIBVA_VERSION = 2.5.0 LIBVA_SOURCE = libva-$(LIBVA_VERSION).tar.bz2 LIBVA_SITE = https://github.com/intel/libva/releases/download/$(LIBVA_VERSION) LIBVA_LICENSE = MIT