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

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

diff --git a/rules/pipewire.make b/rules/pipewire.make
index 96738917141d..28a89f344c0e 100644
--- a/rules/pipewire.make
+++ b/rules/pipewire.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire
 #
 # Paths and names
 #
-PIPEWIRE_VERSION	:= 0.3.65
-PIPEWIRE_MD5		:= 5c31850705cacd12398da01b9b11cfd0
+PIPEWIRE_VERSION	:= 0.3.66
+PIPEWIRE_MD5		:= dbcaa4aabf22fa8d34eaa2fd880e831a
 PIPEWIRE		:= pipewire-$(PIPEWIRE_VERSION)
 PIPEWIRE_SUFFIX		:= tar.bz2
 PIPEWIRE_URL		:= https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX)
@@ -77,11 +77,14 @@ PIPEWIRE_CONF_OPT	:= \
 	-Dlibcamera=$(call ptx/endis,PTXCONF_PIPEWIRE_LIBCAMERA)d \
 	-Dlibcanberra=disabled \
 	-Dlibjack-path= \
+	-Dlibmysofa=disabled \
 	-Dlibpulse=disabled \
 	-Dlibusb=disabled \
 	-Dlibv4l2-path= \
 	-Dlv2=disabled \
 	-Dman=disabled \
+	-Dpam-defaults-install=false \
+	-Dpam-memlock-default=8192 \
 	-Dpipewire-alsa=enabled \
 	-Dpipewire-jack=disabled \
 	-Dpipewire-v4l2=disabled \
@@ -89,6 +92,11 @@ PIPEWIRE_CONF_OPT	:= \
 	-Dpw-cat-ffmpeg=disabled \
 	-Draop=$(call ptx/endis,PTXCONF_PIPEWIRE_RAOP)d \
 	-Dreadline=$(call ptx/endis,PIPEWIRE_PW_CTL)d \
+	-Drlimits-install=false \
+	-Drlimits-match=@pipewire \
+	-Drlimits-memlock=4194304 \
+	-Drlimits-nice=-19 \
+	-Drlimits-rtprio=95 \
 	-Droc=disabled \
 	-Dsdl2=disabled \
 	-Dsession-managers= \
@@ -123,6 +131,7 @@ PIPEWIRE_MODULES-y := \
 	adapter \
 	client-device \
 	client-node \
+	combine-stream \
 	echo-cancel \
 	fallback-sink \
 	filter-chain \
-- 
2.30.2




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

* Re: [ptxdist] [APPLIED] pipewire: version bump 0.3.65 -> 0.3.66
  2023-02-23  9:50 [ptxdist] [PATCH] pipewire: version bump 0.3.65 -> 0.3.66 Philipp Zabel
@ 2023-02-24  7:24 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-02-24  7:24 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 67c8da35ff7de3f596418435885d6a020cb59ed4.

Michael

[sent from post-receive hook]

On Fri, 24 Feb 2023 08:24:50 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230223095013.1872005-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 96738917141d..28a89f344c0e 100644
> --- a/rules/pipewire.make
> +++ b/rules/pipewire.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire
>  #
>  # Paths and names
>  #
> -PIPEWIRE_VERSION	:= 0.3.65
> -PIPEWIRE_MD5		:= 5c31850705cacd12398da01b9b11cfd0
> +PIPEWIRE_VERSION	:= 0.3.66
> +PIPEWIRE_MD5		:= dbcaa4aabf22fa8d34eaa2fd880e831a
>  PIPEWIRE		:= pipewire-$(PIPEWIRE_VERSION)
>  PIPEWIRE_SUFFIX		:= tar.bz2
>  PIPEWIRE_URL		:= https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX)
> @@ -77,11 +77,14 @@ PIPEWIRE_CONF_OPT	:= \
>  	-Dlibcamera=$(call ptx/endis,PTXCONF_PIPEWIRE_LIBCAMERA)d \
>  	-Dlibcanberra=disabled \
>  	-Dlibjack-path= \
> +	-Dlibmysofa=disabled \
>  	-Dlibpulse=disabled \
>  	-Dlibusb=disabled \
>  	-Dlibv4l2-path= \
>  	-Dlv2=disabled \
>  	-Dman=disabled \
> +	-Dpam-defaults-install=false \
> +	-Dpam-memlock-default=8192 \
>  	-Dpipewire-alsa=enabled \
>  	-Dpipewire-jack=disabled \
>  	-Dpipewire-v4l2=disabled \
> @@ -89,6 +92,11 @@ PIPEWIRE_CONF_OPT	:= \
>  	-Dpw-cat-ffmpeg=disabled \
>  	-Draop=$(call ptx/endis,PTXCONF_PIPEWIRE_RAOP)d \
>  	-Dreadline=$(call ptx/endis,PIPEWIRE_PW_CTL)d \
> +	-Drlimits-install=false \
> +	-Drlimits-match=@pipewire \
> +	-Drlimits-memlock=4194304 \
> +	-Drlimits-nice=-19 \
> +	-Drlimits-rtprio=95 \
>  	-Droc=disabled \
>  	-Dsdl2=disabled \
>  	-Dsession-managers= \
> @@ -123,6 +131,7 @@ PIPEWIRE_MODULES-y := \
>  	adapter \
>  	client-device \
>  	client-node \
> +	combine-stream \
>  	echo-cancel \
>  	fallback-sink \
>  	filter-chain \



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

end of thread, other threads:[~2023-02-24  7:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23  9:50 [ptxdist] [PATCH] pipewire: version bump 0.3.65 -> 0.3.66 Philipp Zabel
2023-02-24  7:24 ` [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