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

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

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

diff --git a/rules/pipewire.make b/rules/pipewire.make
index da7474d82e55..5f78663fc8cf 100644
--- a/rules/pipewire.make
+++ b/rules/pipewire.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire
 #
 # Paths and names
 #
-PIPEWIRE_VERSION	:= 0.3.67
-PIPEWIRE_MD5		:= 2c9807b2878418be900a220aa4ff6974
+PIPEWIRE_VERSION	:= 0.3.68
+PIPEWIRE_MD5		:= e0572cb5ff19411fb51c88b9b156acca
 PIPEWIRE		:= pipewire-$(PIPEWIRE_VERSION)
 PIPEWIRE_SUFFIX		:= tar.bz2
 PIPEWIRE_URL		:= https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX)
@@ -146,6 +146,7 @@ PIPEWIRE_MODULES-y := \
 	protocol-simple \
 	rt \
 	session-manager \
+	rtp-sap \
 	rtp-source \
 	rtp-sink \
 	spa-device \
@@ -182,7 +183,7 @@ $(STATEDIR)/pipewire.targetinstall:
 
 	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pipewire)
 ifdef PTXCONF_PIPEWIRE_PULSEAUDIO
-	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pipewire-pulse)
+	@$(call install_link, pipewire, pipewire, /usr/bin/pipewire-pulse)
 endif
 	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-cat)
 ifdef PTXCONF_PIPEWIRE_PW_CTL
-- 
2.39.2




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

* Re: [ptxdist] [APPLIED] pipewire: version bump 0.3.67 -> 0.3.68
  2023-04-06 13:39 [ptxdist] [PATCH] pipewire: version bump 0.3.67 -> 0.3.68 Philipp Zabel
@ 2023-04-12  6:29 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-04-12  6:29 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 8037a1e7d7f0cb341ee6a7c1a8623602682de371.

Michael

[sent from post-receive hook]

On Wed, 12 Apr 2023 08:29:54 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.68
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230406133942.3302377-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 da7474d82e55..5f78663fc8cf 100644
> --- a/rules/pipewire.make
> +++ b/rules/pipewire.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire
>  #
>  # Paths and names
>  #
> -PIPEWIRE_VERSION	:= 0.3.67
> -PIPEWIRE_MD5		:= 2c9807b2878418be900a220aa4ff6974
> +PIPEWIRE_VERSION	:= 0.3.68
> +PIPEWIRE_MD5		:= e0572cb5ff19411fb51c88b9b156acca
>  PIPEWIRE		:= pipewire-$(PIPEWIRE_VERSION)
>  PIPEWIRE_SUFFIX		:= tar.bz2
>  PIPEWIRE_URL		:= https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX)
> @@ -146,6 +146,7 @@ PIPEWIRE_MODULES-y := \
>  	protocol-simple \
>  	rt \
>  	session-manager \
> +	rtp-sap \
>  	rtp-source \
>  	rtp-sink \
>  	spa-device \
> @@ -182,7 +183,7 @@ $(STATEDIR)/pipewire.targetinstall:
>  
>  	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pipewire)
>  ifdef PTXCONF_PIPEWIRE_PULSEAUDIO
> -	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pipewire-pulse)
> +	@$(call install_link, pipewire, pipewire, /usr/bin/pipewire-pulse)
>  endif
>  	@$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-cat)
>  ifdef PTXCONF_PIPEWIRE_PW_CTL



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

end of thread, other threads:[~2023-04-12  6:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-06 13:39 [ptxdist] [PATCH] pipewire: version bump 0.3.67 -> 0.3.68 Philipp Zabel
2023-04-12  6: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