From patchwork Sat Feb 1 13:21:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 56449 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 10841C021A0 for ; Sat, 1 Feb 2025 13:21:13 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.42643.1738416064017076463 for ; Sat, 01 Feb 2025 05:21:10 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=ayv2ehO3; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=WOJUhJho; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 01010194c1ac1e6c-3a598461-5c43-4c10-8822-dfca9968a1be-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1738416070; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=rIMbWF4e3Gwt1O32QUO0XiBPVe1BkwIg9kbkxWIQ0uo=; b=ayv2ehO3fglZ7ZFb8qU8OWHUyBMhy0oCHrkPGvelYCGRX2BN2WYjP5/Pq1eQDnYi Hom8iR+H+OBOSoRoiFZ2DkdqyBKkkJJlLUQRyaUpBLXrRhGA5/12gp3F5xEg99EIqYw cUAO8X9VdvhSVjVVUiqMNIc7/zb9KyQrgu4DmTfw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1738416070; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=rIMbWF4e3Gwt1O32QUO0XiBPVe1BkwIg9kbkxWIQ0uo=; b=WOJUhJho1LGBRMHPR4fs/lgaeU/FRhw0IodCvBVtDSPNsFj5TKRzOT5N9mp5kmsC +lYVavLYseu80BSDsYOUUb6wlEMcxK+4+ptdXCnAWBF5xV5UIo3G+jS2N0hSR0mw1Ml JXVD7km0jINF0EZ5rLZRgOUgJKAIL3idYfqoNePo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gstreamer1.0-vaapi: upgrading to 1.24.12 SUCCEEDED Message-ID: <01010194c1ac1e6c-3a598461-5c43-4c10-8822-dfca9968a1be-000000@us-west-2.amazonses.com> Date: Sat, 1 Feb 2025 13:21:10 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.01-54.240.27.191 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 ; Sat, 01 Feb 2025 13:21:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210595 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gstreamer1.0-vaapi* to *1.24.12* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-vaapi-upgrade-1.24.10-1.24.12.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From e69a07c252ac77f1d28c6cde71fae5400c55d83d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Feb 2025 12:51:41 +0000 Subject: [PATCH] gstreamer1.0-vaapi: upgrade 1.24.10 -> 1.24.12 --- ...-required-lines-accidentally-removed.patch | 33 ------------------- ...24.10.bb => gstreamer1.0-vaapi_1.24.12.bb} | 6 ++-- 2 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-meson-Re-added-required-lines-accidentally-removed.patch rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.24.10.bb => gstreamer1.0-vaapi_1.24.12.bb} (91%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-meson-Re-added-required-lines-accidentally-removed.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-meson-Re-added-required-lines-accidentally-removed.patch deleted file mode 100644 index 404ee5fb78..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-meson-Re-added-required-lines-accidentally-removed.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 75730490d2c0416ae8ad4d3e2a47ccb66d260d9f Mon Sep 17 00:00:00 2001 -From: Nirbheek Chauhan -Date: Fri, 13 Sep 2024 14:37:10 +0530 -Subject: [PATCH] meson: Re-added required: lines accidentally removed - -Broke in e3f086c648171c3c993f5dd73e2d025480c3729e - -Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3801 - -Part-of: -Upstream-Status: Backport [https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/577df3a02f7f26283b2749c58ae7738bbdf4be4c] -Signed-off-by: Alexander Kanavin ---- - meson.build | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/meson.build b/meson.build -index 1a8301f..6c61773 100644 ---- a/meson.build -+++ b/meson.build -@@ -80,9 +80,9 @@ else - endif - - libva_dep = dependency('libva', version: libva_req) --libva_drm_dep = dependency('libva-drm', version: libva_req) --libva_wayland_dep = dependency('libva-wayland', version: libva_req) --libva_x11_dep = dependency('libva-x11', version: libva_req) -+libva_drm_dep = dependency('libva-drm', required: get_option('drm'), version: libva_req) -+libva_wayland_dep = dependency('libva-wayland', required: get_option('wayland'), version: libva_req) -+libva_x11_dep = dependency('libva-x11', required: get_option('x11'), version: libva_req) - - libdrm_dep = dependency('libdrm', version: libdrm_req, required: get_option('drm')) - libudev_dep = dependency('libudev', required: get_option('drm')) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.10.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.12.bb similarity index 91% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.10.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.12.bb index 31b4aa27e3..c634de7c6a 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.10.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.12.bb @@ -9,11 +9,9 @@ REALPN = "gstreamer-vaapi" LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" -SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz \ - file://0001-meson-Re-added-required-lines-accidentally-removed.patch \ - " +SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "21593dbde5c6bcdcfe99195defbe3c3f4da01cb85f8ec10aae943887d39d8a4c" +SRC_URI[sha256sum] = "39ab3d2a381c99a9e10f46182ed57c6baaeaa8be810bd2f84f162c8be299753c" S = "${WORKDIR}/${REALPN}-${PV}" DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"