From 6611f2e216c543e84b1ee58d092735cf08168fcb Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 16 Mar 2026 14:03:24 +0300 Subject: [PATCH] pipewire ver. bump --- multimedia/editor/pipewire/actions.py | 18 +++++++++++++++--- multimedia/editor/pipewire/pspec.xml | 11 ++++++++++- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/multimedia/editor/pipewire/actions.py b/multimedia/editor/pipewire/actions.py index e416c47c8f..8ca494cede 100644 --- a/multimedia/editor/pipewire/actions.py +++ b/multimedia/editor/pipewire/actions.py @@ -15,15 +15,27 @@ def setup(): mesontools.configure("-Dman=disabled \ -Dgstreamer=enabled \ -Ddocs=enabled \ - -Dsystemd=disabled \ + -Dlibsystemd=disabled \ -Dbluez5=enabled \ -Dpipewire-alsa=enabled \ - -D compress-offload=disabled \ + -Dcompress-offload=disabled \ -Djack=disabled \ -Dudevrulesdir=/lib/udev/rules.d \ -Dsystemd-user-service=disabled \ -Dsession-managers=enabled \ - -Dlibcamera=disabled") + -Dlibcamera=disabled \ + -Dbluez5-codec-ldac-dec=disabled \ + -Dbluez5-plc-spandsp=disabled \ + -Donnxruntime=disabled \ + -Dbluez5-plc-spandsp=disabled \ + -Dsdl2=disabled \ + -Dbluez5-codec-lc3plus=disabled \ + -Dbluez5-codec-lc3=disabled \ + -Dbluez5-codec-ldac=disabled \ + -Dsnap=disabled \ + -Dlogind=enabled \ + -Dlogind-provider=libelogind \ + ") def build(): mesontools.build() diff --git a/multimedia/editor/pipewire/pspec.xml b/multimedia/editor/pipewire/pspec.xml index 404d7a1140..1e80ce1c8b 100644 --- a/multimedia/editor/pipewire/pspec.xml +++ b/multimedia/editor/pipewire/pspec.xml @@ -13,7 +13,7 @@ library Low-latency audio/video router and processor PipeWire is a project that aims to greatly improve handling of audio and video under Linux. It provides a low-latency, graph-based processing engine on top of audio and video devices that can be used to support the use cases currently handled by both PulseAudio and JACK. - https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.4.10/pipewire-1.4.10.tar.gz + https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.6.1/pipewire-1.6.1.tar.gz git meson @@ -29,6 +29,7 @@ libusb-devel openssl-devel vulkan-devel + elogind-devel vulkan-headers ncurses-devel @@ -65,6 +66,7 @@ libX11 libusb + elogind openssl libopus alsa-lib @@ -117,6 +119,13 @@ + + 2026-03-11 + 1.6.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-01-17 1.4.10