* [ptxdist] [PATCH] pipewire: version bump 0.3.59 -> 0.3.60
@ 2022-11-10 14:20 Philipp Zabel
2022-11-11 18:04 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2022-11-10 14:20 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/pipewire.make | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/rules/pipewire.make b/rules/pipewire.make
index 3b9e1b51a914..b8d04e8f8fd4 100644
--- a/rules/pipewire.make
+++ b/rules/pipewire.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire
#
# Paths and names
#
-PIPEWIRE_VERSION := 0.3.59
-PIPEWIRE_MD5 := d310bf1f3cc5b2b446aecfa97c2cde82
+PIPEWIRE_VERSION := 0.3.60
+PIPEWIRE_MD5 := 3b77c023fef647f848fb4189349bde80
PIPEWIRE := pipewire-$(PIPEWIRE_VERSION)
PIPEWIRE_SUFFIX := tar.bz2
PIPEWIRE_URL := https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX)
@@ -49,6 +49,7 @@ PIPEWIRE_CONF_OPT := \
-Dbluez5-backend-hfp-native=disabled \
-Dbluez5-backend-hsp-native=disabled \
-Dbluez5-backend-hsphfpd=disabled \
+ -Dbluez5-backend-native-mm=disabled \
-Dbluez5-backend-ofono=disabled \
-Dbluez5-codec-aac=disabled \
-Dbluez5-codec-aptx=disabled \
@@ -84,6 +85,7 @@ PIPEWIRE_CONF_OPT := \
-Dpipewire-v4l2=disabled \
-Dpw-cat=enabled \
-Draop=$(call ptx/endis,PTXCONF_PIPEWIRE_RAOP)d \
+ -Dreadline=$(call ptx/endis,PIPEWIRE_PW_CTL)d \
-Droc=disabled \
-Dsdl2=disabled \
-Dsession-managers= \
@@ -132,6 +134,8 @@ PIPEWIRE_MODULES-y := \
protocol-simple \
rt \
session-manager \
+ rtp-source \
+ rtp-sink \
spa-device \
spa-device-factory \
spa-node \
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] pipewire: version bump 0.3.59 -> 0.3.60
2022-11-10 14:20 [ptxdist] [PATCH] pipewire: version bump 0.3.59 -> 0.3.60 Philipp Zabel
@ 2022-11-11 18:04 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-11-11 18:04 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 78eb1f942010f99309c8e2a609eb54f5c4bda270.
Michael
[sent from post-receive hook]
On Fri, 11 Nov 2022 19:04:34 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221110142001.4058859-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 3b9e1b51a914..b8d04e8f8fd4 100644
> --- a/rules/pipewire.make
> +++ b/rules/pipewire.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire
> #
> # Paths and names
> #
> -PIPEWIRE_VERSION := 0.3.59
> -PIPEWIRE_MD5 := d310bf1f3cc5b2b446aecfa97c2cde82
> +PIPEWIRE_VERSION := 0.3.60
> +PIPEWIRE_MD5 := 3b77c023fef647f848fb4189349bde80
> PIPEWIRE := pipewire-$(PIPEWIRE_VERSION)
> PIPEWIRE_SUFFIX := tar.bz2
> PIPEWIRE_URL := https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX)
> @@ -49,6 +49,7 @@ PIPEWIRE_CONF_OPT := \
> -Dbluez5-backend-hfp-native=disabled \
> -Dbluez5-backend-hsp-native=disabled \
> -Dbluez5-backend-hsphfpd=disabled \
> + -Dbluez5-backend-native-mm=disabled \
> -Dbluez5-backend-ofono=disabled \
> -Dbluez5-codec-aac=disabled \
> -Dbluez5-codec-aptx=disabled \
> @@ -84,6 +85,7 @@ PIPEWIRE_CONF_OPT := \
> -Dpipewire-v4l2=disabled \
> -Dpw-cat=enabled \
> -Draop=$(call ptx/endis,PTXCONF_PIPEWIRE_RAOP)d \
> + -Dreadline=$(call ptx/endis,PIPEWIRE_PW_CTL)d \
> -Droc=disabled \
> -Dsdl2=disabled \
> -Dsession-managers= \
> @@ -132,6 +134,8 @@ PIPEWIRE_MODULES-y := \
> protocol-simple \
> rt \
> session-manager \
> + rtp-source \
> + rtp-sink \
> spa-device \
> spa-device-factory \
> spa-node \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-11 18:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 14:20 [ptxdist] [PATCH] pipewire: version bump 0.3.59 -> 0.3.60 Philipp Zabel
2022-11-11 18:04 ` [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