From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 24 Mar 2025 08:45:46 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1twcVH-003Urn-0M for lore@lore.pengutronix.de; Mon, 24 Mar 2025 08:45:46 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1twcVG-0003TP-5x; Mon, 24 Mar 2025 08:45:46 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1twcVA-0003T8-2E; Mon, 24 Mar 2025 08:45:40 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1twcV9-001N7x-1S; Mon, 24 Mar 2025 08:45:39 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1twcV9-00ACXU-2f; Mon, 24 Mar 2025 08:45:39 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 24 Mar 2025 08:45:39 +0100 Message-Id: <20250324074539.2431473-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250310153405.2474418-1-p.zabel@pengutronix.de> References: <20250310153405.2474418-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] pipewire: version bump 1.2.7 -> 1.4.0 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as eac57faaad04ab1e6c6b54e9b2e5daf8eee26e15. Michael [sent from post-receive hook] On Mon, 24 Mar 2025 08:45:39 +0100, Philipp Zabel wrote: > https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/1.4.0 > > Signed-off-by: Philipp Zabel > Message-Id: <20250310153405.2474418-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/pipewire.make b/rules/pipewire.make > index 29d209720336..dc8696de0d3e 100644 > --- a/rules/pipewire.make > +++ b/rules/pipewire.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire > # > # Paths and names > # > -PIPEWIRE_VERSION := 1.2.7 > -PIPEWIRE_MD5 := 244a64d8873a868d102b2dd02c964906 > +PIPEWIRE_VERSION := 1.4.0 > +PIPEWIRE_MD5 := f5c9f60f9f7d24c4511f1c25e714a6b7 > PIPEWIRE := pipewire-$(PIPEWIRE_VERSION) > PIPEWIRE_SUFFIX := tar.bz2 > PIPEWIRE_URL := https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX) > @@ -50,6 +50,7 @@ PIPEWIRE_CONF_OPT := \ > -Dbluez5-backend-ofono=disabled \ > -Dbluez5-codec-aac=disabled \ > -Dbluez5-codec-aptx=disabled \ > + -Dbluez5-codec-g722=disabled \ > -Dbluez5-codec-lc3=disabled \ > -Dbluez5-codec-lc3plus=disabled \ > -Dbluez5-codec-ldac=disabled \ > @@ -61,6 +62,7 @@ PIPEWIRE_CONF_OPT := \ > -Ddoc-sysconfdir-value= \ > -Ddocdir= \ > -Ddocs=disabled \ > + -Debur128=disabled \ > -Decho-cancel-webrtc=$(call ptx/endis,PTXCONF_PIPEWIRE_ECHO_CANCEL)d \ > -Devl=disabled \ > -Dexamples=enabled \ > @@ -96,6 +98,7 @@ PIPEWIRE_CONF_OPT := \ > -Dpw-cat-ffmpeg=disabled \ > -Draop=$(call ptx/endis,PTXCONF_PIPEWIRE_RAOP)d \ > -Dreadline=$(call ptx/endis,PTXCONF_PIPEWIRE_PW_CTL)d \ > + -Dresampler-precomp-tuples='["32000,44100","32000,48000","48000,44100","44100,48000"]' \ > -Drlimits-install=false \ > -Drlimits-match=@pipewire \ > -Drlimits-memlock=4194304 \ > @@ -181,6 +184,9 @@ PIPEWIRE_SPA_MODULES := \ > $(call ptx/ifdef,PTXCONF_PIPEWIRE_BLUETOOTH,bluez5/libspa-codec-bluez5-sbc) \ > $(call ptx/ifdef,PTXCONF_PIPEWIRE_LIBCAMERA,libcamera/libspa-libcamera) \ > support/libspa-dbus \ > + filter-graph/libspa-filter-graph \ > + filter-graph/libspa-filter-graph-plugin-builtin \ > + filter-graph/libspa-filter-graph-plugin-ladspa \ > $(call ptx/ifdef,PTXCONF_PIPEWIRE_SYSTEMD,support/libspa-journal) \ > support/libspa-support \ > v4l2/libspa-v4l2 \ > @@ -241,7 +247,6 @@ endif > spa-0.2/$(module))$(ptx/nl)) > > @$(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) > @@ -253,6 +258,7 @@ endif > @$(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/filter-chain/sink-upmix-5.1-filter.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) >