mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH] pipewire: version bump 1.2.7 -> 1.4.0
Date: Mon, 10 Mar 2025 16:34:05 +0100	[thread overview]
Message-ID: <20250310153405.2474418-1-p.zabel@pengutronix.de> (raw)

https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/1.4.0

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/pipewire.make | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

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)
 
-- 
2.39.5




                 reply	other threads:[~2025-03-10 15:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250310153405.2474418-1-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox