From patchwork Wed Aug 23 14:29:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 29326 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 74AF7EE49A0 for ; Wed, 23 Aug 2023 14:30:07 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.web11.12865.1692801001237845354 for ; Wed, 23 Aug 2023 07:30:01 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd82.aul.t-online.de (fwd82.aul.t-online.de [10.223.144.108]) by mailout01.t-online.de (Postfix) with SMTP id DCBD11D8EA for ; Wed, 23 Aug 2023 16:29:58 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.170.236]) by fwd82.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qYoru-15EBKz0; Wed, 23 Aug 2023 16:29:58 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-multimedia][PATCH] pipewire: upgrade 0.3.77 -> 0.3.78 Date: Wed, 23 Aug 2023 16:29:51 +0200 Message-ID: <20230823142951.220768-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1692800998-2AFE3D37-3DE2E42B/0/0 CLEAN NORMAL X-TOI-MSGID: e53d81b3-c168-431f-8889-7bb40774f893 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, 23 Aug 2023 14:30:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104550 This is a small bugfix release that is API and ABI compatible with previous 0.3.x releases. - An old regression was fixed with where some nodes would not run. - A regression was fixed where removed events would not be shown in some cases. This would result in duplicate entries in audio clients. - Fix an off-by-one in the vban audio receiver. Tweak the rate adaption a little. - ACP will now set a UCM verb before probing the pro-audio devices. - More bugfixes and improvements. - An old regression was fixed with where some nodes would not run. (#3405) - Suspend was improved a little to avoid races when the session manager would suspend right when a driver was starting. - module-rtp-sap does not use the deprecated inet_aton anymore. - Fix an off-by-one in the vban audio receiver. Tweak the rate adaption a little. (#3380) - ACP will now set a UCM verb before probing the pro-audio devices. (#3407) - The mandatory flag will be set now on the video modifiers. - EVL was updated to Xenomai4 r46 and xbuf creation was improved. - An option was added to force colors in the log even when logging to !tty. - The return type of spa_pod_builder_control() was fixed. - inotify errors are handled better now. (#3439) - A regression was fixed where removed events would not be shown in some cases. (#3414) - Improve compatibility with more devices, avoid reusing the same transport for different media-sink instances to avoid encoder resets. - Improve enumeration of codec profiles for BAP and A2DP. - Ensure we can't iterate ports from a deactivated client. Also make sure the JACK clients with the node.always-process=false always show their ports. (#3416) - A potential crash was fixed in the device provider when stopping. Signed-off-by: Markus Volk --- .../pipewire/{pipewire_0.3.77.bb => pipewire_0.3.78.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_0.3.77.bb => pipewire_0.3.78.bb} (99%) diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.77.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.78.bb similarity index 99% rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.77.bb rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.78.bb index 34b372096a..cf2773ff49 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.77.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.78.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \ DEPENDS = "dbus ncurses" -SRCREV = "31cd694602cc37ada3a6d02a5a381f4e3933ecef" +SRCREV = "188f784430283afb08abb8e6540ddbc674e09399" SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https" S = "${WORKDIR}/git"