From patchwork Fri Nov 3 19:52:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33632 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 0EB24C19F2A for ; Fri, 3 Nov 2023 19:52:53 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.63877.1699041166970464217 for ; Fri, 03 Nov 2023 12:52:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=PusN4M/9; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=bUEBDPfe; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018b96beca92-c23491b4-e265-48b6-826b-407851a8a508-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1699041168; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ysLzKl2azNfLc3mh1jislQn+nncGU7o3cdsmIrGMm9M=; b=PusN4M/9s2x2XfaMjyPOhc/hWN5vaR7JuvKIhQLxLfAIgI1N+aOKGcGt9Gxm4lq7 0dpesCKoVymT3xLmPrY2qwT1X9lLnlzkkEG3uTAXohSo0lHr6SSnW1cOoSugwyj1Fr6 ZovhQBjjajrtCupTubS9v34cyQ0+xBclvhCTCxIQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041168; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ysLzKl2azNfLc3mh1jislQn+nncGU7o3cdsmIrGMm9M=; b=bUEBDPfeys+3TJjwAcBSDD4fK/wXiaTTeYP2Qe2fv3Rjxhk27a/3Nz8fBxu2YyDo Mbe3Ptk79IfVBqeNmfG3FevypffKRfxHaYmfYwTWH3pF//pKioMli3ZirysGHFb7z7L O763YE7nAird8Bcb7Dvxc8FFZ598MCu6gPTOIgXA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] jack: upgrading to 2 SUCCEEDED Message-ID: <0101018b96beca92-c23491b4-e265-48b6-826b-407851a8a508-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 19:52:48 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-54.240.27.45 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 ; Fri, 03 Nov 2023 19:52:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105945 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *jack* to *2* has Succeeded. Next steps: - apply the patch: git am 0001-jack-upgrade-1.19.22-2.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 eef657c9b09e20176899189525b158e63b1405ae Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 13:23:36 +0000 Subject: [PATCH] jack: upgrade 1.19.22 -> 2 --- .../jack/{jack_1.19.22.bb => jack_2.bb} | 63 +++++++++++++++++-- 1 file changed, 57 insertions(+), 6 deletions(-) rename meta-oe/recipes-multimedia/jack/{jack_1.19.22.bb => jack_2.bb} (38%) diff --git a/meta-oe/recipes-multimedia/jack/jack_1.19.22.bb b/meta-oe/recipes-multimedia/jack/jack_2.bb similarity index 38% rename from meta-oe/recipes-multimedia/jack/jack_1.19.22.bb rename to meta-oe/recipes-multimedia/jack/jack_2.bb index ef9936dab..4b31be7b4 100644 --- a/meta-oe/recipes-multimedia/jack/jack_1.19.22.bb +++ b/meta-oe/recipes-multimedia/jack/jack_2.bb @@ -1,3 +1,55 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- common/jack/control.h +# +++ common/jack/control.h +# @@ -1,20 +1,20 @@ +# -/* +# - JACK control API +# +/* JACK server control API */ +# +/* SPDX-FileCopyrightText: 2008-2023 Nedko Arnaudov */ +# +/* SPDX-FileCopyrightText: 2008-2023 Grame */ +# +/* SPDX-License-Identifier: ( GPL-2.0-or-later OR LGPL-2.1-or-later OR MIT OR AFL-2.1 ) */ +# +/** +# + * @file jack/control.h +# + * @ingroup publicheader +# + * @brief JACK control API +# + * +# + */ +# +# - Copyright (C) 2008 Nedko Arnaudov +# - Copyright (C) 2008 GRAME +# +#ifndef JACKCTL_H__2EEDAD78_DF4C_4B26_83B7_4FF1A446A47E__INCLUDED +# +#define JACKCTL_H__2EEDAD78_DF4C_4B26_83B7_4FF1A446A47E__INCLUDED +# +# - This program is free software; you can redistribute it and/or modify +# - it under the terms of the GNU General Public License as published by +# - the Free Software Foundation; version 2 of the License. +# - +# - This program is distributed in the hope that it will be useful, +# - but WITHOUT ANY WARRANTY; without even the implied warranty of +# - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# - GNU General Public License for more details. +# - +# - You should have received a copy of the GNU General Public License +# - along with this program; if not, write to the Free Software +# - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# - +# -*/ +# +#include +# +#include +# +#include +# +#if !defined(sun) && !defined(__sun__) +# +#include +# +#endif +# +# + DESCRIPTION = "jackdmp is a C++ version of the JACK low-latency audio \ server for multi-processor machines. It is a new implementation of the \ JACK server core features that aims in removing some limitations of \ @@ -7,15 +59,14 @@ been used to have a more dynamic and robust system." SECTION = "libs/multimedia" LICENSE = "GPL-2.0-only & LGPL-2.1-only" -LIC_FILES_CHKSUM = " \ - file://common/jack/control.h;beginline=2;endline=21;md5=e6df0bf30cde8b3b825451459488195d \ - file://common/jack/jack.h;beginline=1;endline=19;md5=6b736ed6b810592b135480a5e853392e \ -" +LIC_FILES_CHKSUM = "file://common/jack/control.h;beginline=2;endline=21;md5=9edb8b99b7a0dcd49dbf8741444f123d \ + file://common/jack/jack.h;beginline=1;endline=19;md5=6b736ed6b810592b135480a5e853392e \ + " DEPENDS = "libsamplerate0 libsndfile1" -SRC_URI = "git://github.com/jackaudio/jack2.git;branch=master;protocol=https" -SRCREV = "4f58969432339a250ce87fe855fb962c67d00ddb" +SRC_URI = "git://github.com/jackaudio/jack2.git;branch=develop;protocol=https" +SRCREV = "520dfa0ac5a72d292f5b9fc5835926f925129764" S = "${WORKDIR}/git"