From patchwork Wed Apr 2 09:07:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lei Maohui X-Patchwork-Id: 60583 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 aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E156CC3601B for ; Wed, 2 Apr 2025 09:08:08 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web11.3769.1743584886227064229 for ; Wed, 02 Apr 2025 02:08:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=aoMav65x; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: leimaohui@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1743584886; x=1775120886; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=CuzGZg3d1KJv04mgh1GDdpcS8s5Ulj1nnI56twv0y1U=; b=aoMav65xVKzfnoBHuQfjLR+nQfW9BlWRi061TWvATtaqyKE3RV4t3E8M mIfYpwPtLSDHfuDhI+dQanTdJs/7DabG0P8qnawRZm2/l3urgXWI9Ur2v qTTzvHDUC+kDwlB/DBmOV+J9F6E4J3SUWtBHXEb9D6SQtkcV/8UB42YDH YZ+8nBbh/0Y41ay7ukLgOygsz4j9cX1DGkuqQazUCk/z1rr/kDXT1D//l AYbIVKx3kzXZl/WSQ23Gsz//JIl9loOF//iBPVal6d0cAmfxP3xjNTIls aEdYTkxtMeyknQxla/lZZ7ISvU1NKjLLx+7/MelylareUzNK5Z1XWjPzA A==; X-CSE-ConnectionGUID: uyYDgJj3Q+2foFM4+rvPog== X-CSE-MsgGUID: o1WjMAdvQIKedZXQ9MEpmg== X-IronPort-AV: E=McAfee;i="6700,10204,11391"; a="174121002" X-IronPort-AV: E=Sophos;i="6.14,295,1736780400"; d="scan'208";a="174121002" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2025 18:08:04 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id C8992C3F9A for ; Wed, 2 Apr 2025 18:08:01 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 8C60D16E6D for ; Wed, 2 Apr 2025 18:08:01 +0900 (JST) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.167.135.33]) by edo.cn.fujitsu.com (Postfix) with ESMTP id DD4A11A0078; Wed, 2 Apr 2025 17:08:00 +0800 (CST) From: Lei Maohui To: Alexander Kanavin Cc: Jose Quaresma , Anuj Mittal , openembedded-core@lists.openembedded.org, Lei Maohui Subject: [OE-core] [PATCH v4 04/10] gstreamer1.0-vaapi: upgrade 1.24.12 -> 1.26.0 Date: Wed, 2 Apr 2025 17:07:43 +0800 Message-Id: <20250402090749.2119-5-leimaohui@fujitsu.com> X-Mailer: git-send-email 2.38.1.windows.1 In-Reply-To: <20250402090749.2119-1-leimaohui@fujitsu.com> References: <20250402090749.2119-1-leimaohui@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Apr 2025 09:08:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214238 Signed-off-by: Lei Maohui --- ...treamer1.0-vaapi_1.24.12.bb => gstreamer1.0-vaapi_1.26.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.24.12.bb => gstreamer1.0-vaapi_1.26.0.bb} (95%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.12.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.0.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.12.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.0.bb index c634de7c6a..8ed84d0ebe 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.12.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.0.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "39ab3d2a381c99a9e10f46182ed57c6baaeaa8be810bd2f84f162c8be299753c" +SRC_URI[sha256sum] = "573931d455f5a96f63db7c8d35d51322b8d287816e8c6a77d84cfbb9fa1351f1" S = "${WORKDIR}/${REALPN}-${PV}" DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"