From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 04 Aug 2022 17:15:42 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oJcZY-00BOl6-Jq for lore@lore.pengutronix.de; Thu, 04 Aug 2022 17:15:42 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1oJcZZ-0005j2-VW; Thu, 04 Aug 2022 17:15:41 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oJcYB-00048a-6F; Thu, 04 Aug 2022 17:14:15 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1oJcY8-001ifP-7N; Thu, 04 Aug 2022 17:14:14 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1oJcY9-000jXx-LH; Thu, 04 Aug 2022 17:14:13 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 4 Aug 2022 17:14:13 +0200 Message-Id: <20220804151413.175037-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220720104125.3101085-1-p.zabel@pengutronix.de> References: <20220720104125.3101085-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] pipewire: version bump 0.3.54 -> 0.3.56 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 6d2d1bf5565b810a9a126fc2e40cb591deb2ce56. Michael [sent from post-receive hook] On Thu, 04 Aug 2022 17:14:13 +0200, Philipp Zabel wrote: > Keep the experimental AVB plugin disabled for now. > Release notes at: > > https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.56 > > Signed-off-by: Philipp Zabel > Message-Id: <20220720104125.3101085-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/pipewire.make b/rules/pipewire.make > index d87071e9b68d..5db035bafb77 100644 > --- a/rules/pipewire.make > +++ b/rules/pipewire.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire > # > # Paths and names > # > -PIPEWIRE_VERSION := 0.3.54 > -PIPEWIRE_MD5 := c1a8dd8231270c208f51fd0e83549f00 > +PIPEWIRE_VERSION := 0.3.56 > +PIPEWIRE_MD5 := 4ca296732cfc5ffefe30d8957328a3ef > PIPEWIRE := pipewire-$(PIPEWIRE_VERSION) > PIPEWIRE_SUFFIX := tar.bz2 > PIPEWIRE_URL := https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX) > @@ -44,6 +44,7 @@ PIPEWIRE_CONF_OPT := \ > -Daudiomixer=enabled \ > -Daudiotestsrc=enabled \ > -Davahi=disabled \ > + -Davb=disabled \ > -Dbluez5=disabled \ > -Dbluez5-backend-hfp-native=disabled \ > -Dbluez5-backend-hsp-native=disabled \ > @@ -200,12 +201,16 @@ endif > > @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/client.conf) > @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/client-rt.conf) > + @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/filter-chain.conf) > @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/filter-chain/demonic.conf) > @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/filter-chain/sink-dolby-surround.conf) > @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/filter-chain/sink-eq6.conf) > + @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/filter-chain/sink-make-LFE.conf) > @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/filter-chain/sink-matrix-spatialiser.conf) > + @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/filter-chain/sink-mix-FL-FR.conf) > @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/filter-chain/sink-virtual-surround-5.1-kemar.conf) > @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/filter-chain/sink-virtual-surround-7.1-hesuvi.conf) > + @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/filter-chain/source-duplicate-FL.conf) > @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/filter-chain/source-rnnoise.conf) > @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/pipewire.conf) > @$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/minimal.conf)