From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 24 Apr 2023 20:02:04 +0200 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 1pr0Vn-00FrKJ-AN for lore@lore.pengutronix.de; Mon, 24 Apr 2023 20:02:04 +0200 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 1pr0Vn-0002WV-Eh; Mon, 24 Apr 2023 20:02:03 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pr0Vi-0002VY-Bw; Mon, 24 Apr 2023 20:01:58 +0200 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Mon, 24 Apr 2023 20:01:57 +0200 Message-Id: <20230424180157.3669836-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] pipewire: version bump 0.3.68 -> 0.3.70 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 https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.70#pipewire-0370-2023-04-20 Signed-off-by: Philipp Zabel --- rules/pipewire.make | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/pipewire.make b/rules/pipewire.make index 5f78663fc8cf..f4b3deb4112d 100644 --- a/rules/pipewire.make +++ b/rules/pipewire.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIPEWIRE) += pipewire # # Paths and names # -PIPEWIRE_VERSION := 0.3.68 -PIPEWIRE_MD5 := e0572cb5ff19411fb51c88b9b156acca +PIPEWIRE_VERSION := 0.3.70 +PIPEWIRE_MD5 := 2f4f2fe2a60b72f3ead5472f9433973c PIPEWIRE := pipewire-$(PIPEWIRE_VERSION) PIPEWIRE_SUFFIX := tar.bz2 PIPEWIRE_URL := https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)/$(PIPEWIRE).$(PIPEWIRE_SUFFIX) @@ -83,6 +83,7 @@ PIPEWIRE_CONF_OPT := \ -Dlibv4l2-path= \ -Dlv2=disabled \ -Dman=disabled \ + -Dopus=disabled \ -Dpam-defaults-install=false \ -Dpam-memlock-default=8192 \ -Dpipewire-alsa=enabled \ @@ -189,6 +190,7 @@ endif ifdef PTXCONF_PIPEWIRE_PW_CTL @$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-cli) endif + @$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-config) @$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-dot) @$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-dump) @$(call install_copy, pipewire, 0, 0, 755, -, /usr/bin/pw-link) -- 2.39.2