* [ptxdist] [PATCH] pipewire: version bump 1.2.7 -> 1.4.0
@ 2025-03-10 15:34 Philipp Zabel
2025-03-24 7:45 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2025-03-10 15:34 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] pipewire: version bump 1.2.7 -> 1.4.0
2025-03-10 15:34 [ptxdist] [PATCH] pipewire: version bump 1.2.7 -> 1.4.0 Philipp Zabel
@ 2025-03-24 7:45 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-03-24 7:45 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as eac57faaad04ab1e6c6b54e9b2e5daf8eee26e15.
Michael
[sent from post-receive hook]
On Mon, 24 Mar 2025 08:45:39 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/1.4.0
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20250310153405.2474418-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> 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)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-24 7:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-10 15:34 [ptxdist] [PATCH] pipewire: version bump 1.2.7 -> 1.4.0 Philipp Zabel
2025-03-24 7:45 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox