mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pipewire: version bump 0.3.68 -> 0.3.70
@ 2023-04-24 18:01 Philipp Zabel
  2023-05-02  7:06 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2023-04-24 18:01 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.70#pipewire-0370-2023-04-20

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

diff --git a/rules/pipewire.make b/rules/pipewire.make
index 5f78663fc8cf..f4b3deb4112d 100644
--- a/rules/pipewire.make
+++ b/rules/pipewire.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire
 #
 # Paths and names
 #
-PIPEWIRE_VERSION	:= 0.3.68
-PIPEWIRE_MD5		:= e0572cb5ff19411fb51c88b9b156acca
+PIPEWIRE_VERSION	:= 0.3.70
+PIPEWIRE_MD5		:= 2f4f2fe2a60b72f3ead5472f9433973c
 PIPEWIRE		:= pipewire-$(PIPEWIRE_VERSION)
 PIPEWIRE_SUFFIX		:= tar.bz2
 PIPEWIRE_URL		:= https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX)
@@ -83,6 +83,7 @@ PIPEWIRE_CONF_OPT	:= \
 	-Dlibv4l2-path= \
 	-Dlv2=disabled \
 	-Dman=disabled \
+	-Dopus=disabled \
 	-Dpam-defaults-install=false \
 	-Dpam-memlock-default=8192 \
 	-Dpipewire-alsa=enabled \
@@ -189,6 +190,7 @@ endif
 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-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 0.3.68 -> 0.3.70
  2023-04-24 18:01 [ptxdist] [PATCH] pipewire: version bump 0.3.68 -> 0.3.70 Philipp Zabel
@ 2023-05-02  7:06 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-05-02  7:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as d4633b3e0769d650c06884221d4f0c3bd37cefae.

Michael

[sent from post-receive hook]

On Tue, 02 May 2023 09:06:07 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.70#pipewire-0370-2023-04-20
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230424180157.3669836-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 5f78663fc8cf..f4b3deb4112d 100644
> --- a/rules/pipewire.make
> +++ b/rules/pipewire.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire
>  #
>  # Paths and names
>  #
> -PIPEWIRE_VERSION	:= 0.3.68
> -PIPEWIRE_MD5		:= e0572cb5ff19411fb51c88b9b156acca
> +PIPEWIRE_VERSION	:= 0.3.70
> +PIPEWIRE_MD5		:= 2f4f2fe2a60b72f3ead5472f9433973c
>  PIPEWIRE		:= pipewire-$(PIPEWIRE_VERSION)
>  PIPEWIRE_SUFFIX		:= tar.bz2
>  PIPEWIRE_URL		:= https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX)
> @@ -83,6 +83,7 @@ PIPEWIRE_CONF_OPT	:= \
>  	-Dlibv4l2-path= \
>  	-Dlv2=disabled \
>  	-Dman=disabled \
> +	-Dopus=disabled \
>  	-Dpam-defaults-install=false \
>  	-Dpam-memlock-default=8192 \
>  	-Dpipewire-alsa=enabled \
> @@ -189,6 +190,7 @@ endif
>  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-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:[~2023-05-02  7:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-24 18:01 [ptxdist] [PATCH] pipewire: version bump 0.3.68 -> 0.3.70 Philipp Zabel
2023-05-02  7:06 ` [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