diff --git a/multimedia/editor/pipewire/actions.py b/multimedia/editor/pipewire/actions.py
index 38b7c476c8..e7713df002 100644
--- a/multimedia/editor/pipewire/actions.py
+++ b/multimedia/editor/pipewire/actions.py
@@ -12,7 +12,15 @@ from pisi.actionsapi import get
def setup():
shelltools.export("CFLAGS", "%s -Wformat" % get.CFLAGS())
- mesontools.configure("-D docs=true")
+ mesontools.configure("-Dman=disabled \
+ -Dgstreamer=enabled \
+ -Ddocs=enabled \
+ -Dsystemd=disabled \
+ -Dbluez5=enabled \
+ -Dffmpeg=enabled \
+ -Dpipewire-alsa=enabled \
+ -Djack=disabled \
+ -Dlibcamera=disabled")
def build():
mesontools.build()
diff --git a/multimedia/editor/pipewire/pspec.xml b/multimedia/editor/pipewire/pspec.xml
index 0db2bda722..3d1a433e8a 100644
--- a/multimedia/editor/pipewire/pspec.xml
+++ b/multimedia/editor/pipewire/pspec.xml
@@ -12,7 +12,7 @@
library
Server and user space API to deal with multimedia pipelines
Server and user space API to deal with multimedia pipelines
- https://github.com/PipeWire/pipewire/archive/0.3.19.tar.gz
+ https://github.com/PipeWire/pipewire/archive/0.3.26.tar.gz
meson
doxygen
@@ -89,6 +89,13 @@
+
+ 2021-05-01
+ 0.3.26
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-01-19
0.3.19