mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pipewire: version bump 1.0.7 -> 1.2.0
@ 2024-06-27 16:05 Philipp Zabel
  2024-07-02 12:29 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2024-06-27 16:05 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

https://gitlab.freedesktop.org/pipewire/pipewire/-/releases#pipewire-120-2024-06-27

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

diff --git a/rules/pipewire.make b/rules/pipewire.make
index 6ee276089ccb..02da82f9733f 100644
--- a/rules/pipewire.make
+++ b/rules/pipewire.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire
 #
 # Paths and names
 #
-PIPEWIRE_VERSION	:= 1.0.7
-PIPEWIRE_MD5		:= 31cede8c6394ae41e3195175f08be598
+PIPEWIRE_VERSION	:= 1.2.0
+PIPEWIRE_MD5		:= 5aa49aee429d3e23dc4844b26bd87d43
 PIPEWIRE		:= pipewire-$(PIPEWIRE_VERSION)
 PIPEWIRE_SUFFIX		:= tar.bz2
 PIPEWIRE_URL		:= https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX)
@@ -57,6 +57,8 @@ PIPEWIRE_CONF_OPT	:= \
 	-Dcompress-offload=disabled \
 	-Dcontrol=enabled \
 	-Ddbus=enabled \
+	-Ddoc-prefix-value= \
+	-Ddoc-sysconfdir-value= \
 	-Ddocdir= \
 	-Ddocs=disabled \
 	-Decho-cancel-webrtc=disabled \
@@ -65,6 +67,7 @@ PIPEWIRE_CONF_OPT	:= \
 	-Dffmpeg=disabled \
 	-Dflatpak=disabled \
 	-Dgsettings=disabled \
+	-Dgsettings-pulse-schema=disabled \
 	-Dgstreamer=$(call ptx/endis,PTXCONF_PIPEWIRE_GSTREAMER)d \
 	-Dgstreamer-device-provider=$(call ptx/endis,PTXCONF_PIPEWIRE_GSTREAMER)d \
 	-Dinstalled_tests=disabled \
@@ -102,6 +105,7 @@ PIPEWIRE_CONF_OPT	:= \
 	-Dsdl2=disabled \
 	-Dselinux=disabled \
 	-Dsession-managers= \
+	-Dsnap=disabled \
 	-Dsndfile=enabled \
 	-Dspa-plugins=enabled \
 	-Dsupport=enabled \
@@ -137,6 +141,7 @@ PIPEWIRE_MODULES-y := \
 	echo-cancel \
 	netjack2-driver \
 	netjack2-manager \
+	parametric-equalizer \
 	fallback-sink \
 	filter-chain \
 	link-factory \
@@ -196,6 +201,7 @@ ifdef PTXCONF_PIPEWIRE_PW_CTL
 	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-cli)
 endif
 	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-config)
+	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-container)
 	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-dot)
 	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-dump)
 	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-link)
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] pipewire: version bump 1.0.7 -> 1.2.0
  2024-06-27 16:05 [ptxdist] [PATCH] pipewire: version bump 1.0.7 -> 1.2.0 Philipp Zabel
@ 2024-07-02 12:29 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-07-02 12:29 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as db6e1a1fae272dff62cb1cc45e670be171a32360.

Michael

[sent from post-receive hook]

On Tue, 02 Jul 2024 14:29:59 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://gitlab.freedesktop.org/pipewire/pipewire/-/releases#pipewire-120-2024-06-27
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20240627160511.2722206-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 6ee276089ccb..02da82f9733f 100644
> --- a/rules/pipewire.make
> +++ b/rules/pipewire.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire
>  #
>  # Paths and names
>  #
> -PIPEWIRE_VERSION	:= 1.0.7
> -PIPEWIRE_MD5		:= 31cede8c6394ae41e3195175f08be598
> +PIPEWIRE_VERSION	:= 1.2.0
> +PIPEWIRE_MD5		:= 5aa49aee429d3e23dc4844b26bd87d43
>  PIPEWIRE		:= pipewire-$(PIPEWIRE_VERSION)
>  PIPEWIRE_SUFFIX		:= tar.bz2
>  PIPEWIRE_URL		:= https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX)
> @@ -57,6 +57,8 @@ PIPEWIRE_CONF_OPT	:= \
>  	-Dcompress-offload=disabled \
>  	-Dcontrol=enabled \
>  	-Ddbus=enabled \
> +	-Ddoc-prefix-value= \
> +	-Ddoc-sysconfdir-value= \
>  	-Ddocdir= \
>  	-Ddocs=disabled \
>  	-Decho-cancel-webrtc=disabled \
> @@ -65,6 +67,7 @@ PIPEWIRE_CONF_OPT	:= \
>  	-Dffmpeg=disabled \
>  	-Dflatpak=disabled \
>  	-Dgsettings=disabled \
> +	-Dgsettings-pulse-schema=disabled \
>  	-Dgstreamer=$(call ptx/endis,PTXCONF_PIPEWIRE_GSTREAMER)d \
>  	-Dgstreamer-device-provider=$(call ptx/endis,PTXCONF_PIPEWIRE_GSTREAMER)d \
>  	-Dinstalled_tests=disabled \
> @@ -102,6 +105,7 @@ PIPEWIRE_CONF_OPT	:= \
>  	-Dsdl2=disabled \
>  	-Dselinux=disabled \
>  	-Dsession-managers= \
> +	-Dsnap=disabled \
>  	-Dsndfile=enabled \
>  	-Dspa-plugins=enabled \
>  	-Dsupport=enabled \
> @@ -137,6 +141,7 @@ PIPEWIRE_MODULES-y := \
>  	echo-cancel \
>  	netjack2-driver \
>  	netjack2-manager \
> +	parametric-equalizer \
>  	fallback-sink \
>  	filter-chain \
>  	link-factory \
> @@ -196,6 +201,7 @@ ifdef PTXCONF_PIPEWIRE_PW_CTL
>  	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-cli)
>  endif
>  	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-config)
> +	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-container)
>  	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-dot)
>  	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-dump)
>  	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-link)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-02 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-27 16:05 [ptxdist] [PATCH] pipewire: version bump 1.0.7 -> 1.2.0 Philipp Zabel
2024-07-02 12:29 ` [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