From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 24 Feb 2023 08:26:00 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pVSSu-000TnB-3y for lore@lore.pengutronix.de; Fri, 24 Feb 2023 08:26:00 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pVSSt-0004Hy-9O; Fri, 24 Feb 2023 08:25:59 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pVSRo-0003OO-2V; Fri, 24 Feb 2023 08:24:52 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pVSRm-0078Jq-7W; Fri, 24 Feb 2023 08:24:51 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pVSRm-006PU3-Qq; Fri, 24 Feb 2023 08:24:50 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 24 Feb 2023 08:24:50 +0100 Message-Id: <20230224072450.1525656-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230223095013.1872005-1-p.zabel@pengutronix.de> References: <20230223095013.1872005-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] pipewire: version bump 0.3.65 -> 0.3.66 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 67c8da35ff7de3f596418435885d6a020cb59ed4. Michael [sent from post-receive hook] On Fri, 24 Feb 2023 08:24:50 +0100, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > Message-Id: <20230223095013.1872005-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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 \