mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pipewire: version bump 0.3.56 -> 0.3.58
@ 2022-09-22  7:58 Philipp Zabel
  2022-09-28 14:28 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2022-09-22  7:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/pipewire.make b/rules/pipewire.make
index 5db035bafb77..474b68393c5a 100644
--- a/rules/pipewire.make
+++ b/rules/pipewire.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire
 #
 # Paths and names
 #
-PIPEWIRE_VERSION	:= 0.3.56
-PIPEWIRE_MD5		:= 4ca296732cfc5ffefe30d8957328a3ef
+PIPEWIRE_VERSION	:= 0.3.58
+PIPEWIRE_MD5		:= 4a14fa6db732b00957f835b09d47c406
 PIPEWIRE		:= pipewire-$(PIPEWIRE_VERSION)
 PIPEWIRE_SUFFIX		:= tar.bz2
 PIPEWIRE_URL		:= https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX)
@@ -54,6 +54,7 @@ PIPEWIRE_CONF_OPT	:= \
 	-Dbluez5-codec-aptx=disabled \
 	-Dbluez5-codec-lc3plus=disabled \
 	-Dbluez5-codec-ldac=disabled \
+	-Dbluez5-codec-opus=disabled \
 	-Dcontrol=enabled \
 	-Ddbus=enabled \
 	-Ddocdir= \
@@ -62,11 +63,13 @@ PIPEWIRE_CONF_OPT	:= \
 	-Devl=disabled \
 	-Dexamples=enabled \
 	-Dffmpeg=disabled \
+	-Dflatpak=disabled \
 	-Dgstreamer=$(call ptx/endis,PTXCONF_PIPEWIRE_GSTREAMER)d \
 	-Dgstreamer-device-provider=$(call ptx/endis,PTXCONF_PIPEWIRE_GSTREAMER)d \
 	-Dinstalled_tests=disabled \
 	-Djack=disabled \
 	-Djack-devel=false \
+	-Dlegacy-rtkit=false \
 	-Dlibcamera=disabled \
 	-Dlibcanberra=disabled \
 	-Dlibjack-path= \
@@ -100,7 +103,8 @@ PIPEWIRE_CONF_OPT	:= \
 	-Dvideotestsrc=enabled \
 	-Dvolume=enabled \
 	-Dvulkan=disabled \
-	-Dx11=disabled
+	-Dx11=disabled \
+	-Dx11-xfixes=disabled
 
 PIPEWIRE_CPPFLAGS = -isystem $(KERNEL_HEADERS_INCLUDE_DIR)
 
@@ -126,7 +130,6 @@ PIPEWIRE_MODULES-y := \
 	protocol-pulse \
 	protocol-simple \
 	rt \
-	rtkit \
 	session-manager \
 	spa-device \
 	spa-device-factory \
-- 
2.30.2




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

* Re: [ptxdist] [APPLIED] pipewire: version bump 0.3.56 -> 0.3.58
  2022-09-22  7:58 [ptxdist] [PATCH] pipewire: version bump 0.3.56 -> 0.3.58 Philipp Zabel
@ 2022-09-28 14:28 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-09-28 14:28 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 2803f56052a2263cbceb4468e127e1ebab2965f4.

Michael

[sent from post-receive hook]

On Wed, 28 Sep 2022 16:28:52 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20220922075841.3531216-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 5db035bafb77..474b68393c5a 100644
> --- a/rules/pipewire.make
> +++ b/rules/pipewire.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire
>  #
>  # Paths and names
>  #
> -PIPEWIRE_VERSION	:= 0.3.56
> -PIPEWIRE_MD5		:= 4ca296732cfc5ffefe30d8957328a3ef
> +PIPEWIRE_VERSION	:= 0.3.58
> +PIPEWIRE_MD5		:= 4a14fa6db732b00957f835b09d47c406
>  PIPEWIRE		:= pipewire-$(PIPEWIRE_VERSION)
>  PIPEWIRE_SUFFIX		:= tar.bz2
>  PIPEWIRE_URL		:= https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX)
> @@ -54,6 +54,7 @@ PIPEWIRE_CONF_OPT	:= \
>  	-Dbluez5-codec-aptx=disabled \
>  	-Dbluez5-codec-lc3plus=disabled \
>  	-Dbluez5-codec-ldac=disabled \
> +	-Dbluez5-codec-opus=disabled \
>  	-Dcontrol=enabled \
>  	-Ddbus=enabled \
>  	-Ddocdir= \
> @@ -62,11 +63,13 @@ PIPEWIRE_CONF_OPT	:= \
>  	-Devl=disabled \
>  	-Dexamples=enabled \
>  	-Dffmpeg=disabled \
> +	-Dflatpak=disabled \
>  	-Dgstreamer=$(call ptx/endis,PTXCONF_PIPEWIRE_GSTREAMER)d \
>  	-Dgstreamer-device-provider=$(call ptx/endis,PTXCONF_PIPEWIRE_GSTREAMER)d \
>  	-Dinstalled_tests=disabled \
>  	-Djack=disabled \
>  	-Djack-devel=false \
> +	-Dlegacy-rtkit=false \
>  	-Dlibcamera=disabled \
>  	-Dlibcanberra=disabled \
>  	-Dlibjack-path= \
> @@ -100,7 +103,8 @@ PIPEWIRE_CONF_OPT	:= \
>  	-Dvideotestsrc=enabled \
>  	-Dvolume=enabled \
>  	-Dvulkan=disabled \
> -	-Dx11=disabled
> +	-Dx11=disabled \
> +	-Dx11-xfixes=disabled
>  
>  PIPEWIRE_CPPFLAGS = -isystem $(KERNEL_HEADERS_INCLUDE_DIR)
>  
> @@ -126,7 +130,6 @@ PIPEWIRE_MODULES-y := \
>  	protocol-pulse \
>  	protocol-simple \
>  	rt \
> -	rtkit \
>  	session-manager \
>  	spa-device \
>  	spa-device-factory \



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

end of thread, other threads:[~2022-09-28 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22  7:58 [ptxdist] [PATCH] pipewire: version bump 0.3.56 -> 0.3.58 Philipp Zabel
2022-09-28 14:28 ` [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