From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 62D29C433F5 for ; Thu, 21 Apr 2022 17:25:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 0FEDD405C4; Thu, 21 Apr 2022 17:25:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0RZm2F5SBHbe; Thu, 21 Apr 2022 17:25:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 4EC19409EA; Thu, 21 Apr 2022 17:25:02 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id B82241C1189 for ; Thu, 21 Apr 2022 17:24:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id A628A405C4 for ; Thu, 21 Apr 2022 17:24:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DNoet6aQFdJn for ; Thu, 21 Apr 2022 17:24:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by smtp2.osuosl.org (Postfix) with ESMTPS id A4E4E4015D for ; Thu, 21 Apr 2022 17:24:46 +0000 (UTC) Received: from fwd89.dcpf.telekom.de (fwd89.aul.t-online.de [10.223.144.115]) by mailout10.t-online.de (Postfix) with SMTP id A0337A0AD; Thu, 21 Apr 2022 19:24:15 +0200 (CEST) Received: from fli4l.lan.fli4l ([79.214.196.216]) by fwd89.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1nhaXH-2F7N4r0; Thu, 21 Apr 2022 19:24:07 +0200 Received: from bruckner.lan.fli4l ([192.168.1.1]:51098) by fli4l.lan.fli4l with esmtp (Exim 4.95) (envelope-from ) id 1nhaXH-0007Al-0k; Thu, 21 Apr 2022 19:24:07 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 21 Apr 2022 19:24:06 +0200 Message-Id: <20220421172407.2759939-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1650561847-0000F5B3-E45F85EC/0/0 CLEAN NORMAL X-TOI-MSGID: cc253eb0-4eb4-4735-8424-f5c11d84eb9c Subject: [Buildroot] [PATCH 1/2] package/intel-mediadriver: bump version to 22.4.0 X-BeenThere: buildroot@buildroot.org 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: Louis-Paul Cordier Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/intel-mediadriver/intel-mediadriver.hash | 2 +- package/intel-mediadriver/intel-mediadriver.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/intel-mediadriver/intel-mediadriver.hash b/package/intel-mediadriver/intel-mediadriver.hash index 5c3d25eed8..e6cd7a1cd3 100644 --- a/package/intel-mediadriver/intel-mediadriver.hash +++ b/package/intel-mediadriver/intel-mediadriver.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 0fdccad95a561178bd19fba69ab94be23bd4a3072e68aa18c3304c990d87d7d8 intel-media-22.3.1.tar.gz +sha256 f070527b141174970a17195d0225ed43693c39fec83cd5e6d0effaa88e2a5553 intel-media-22.4.0.tar.gz sha256 74979d5aaee78b8da82e3aafd415a216b6131dfff6d95d6930927c8a4e3bded3 LICENSE.md diff --git a/package/intel-mediadriver/intel-mediadriver.mk b/package/intel-mediadriver/intel-mediadriver.mk index 4280f7fd29..f3833fcc45 100644 --- a/package/intel-mediadriver/intel-mediadriver.mk +++ b/package/intel-mediadriver/intel-mediadriver.mk @@ -6,7 +6,7 @@ # based on https://software.intel.com/en-us/articles/build-and-debug-open-source-media-stack -INTEL_MEDIADRIVER_VERSION = 22.3.1 +INTEL_MEDIADRIVER_VERSION = 22.4.0 INTEL_MEDIADRIVER_SITE = https://github.com/intel/media-driver/archive INTEL_MEDIADRIVER_SOURCE= intel-media-$(INTEL_MEDIADRIVER_VERSION).tar.gz INTEL_MEDIADRIVER_LICENSE = MIT, BSD-3-Clause -- 2.30.2 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot