diff --git a/multimedia/editor/pipewire-0.2/actions.py b/multimedia/editor/pipewire-0.2/actions.py
new file mode 100644
index 0000000000..8fd1f48e34
--- /dev/null
+++ b/multimedia/editor/pipewire-0.2/actions.py
@@ -0,0 +1,25 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import mesontools
+from pisi.actionsapi import get
+
+def setup():
+ shelltools.export("CFLAGS", "%s -Wformat" % get.CFLAGS())
+ pisitools.ldflags.add("-Wl,--allow-multiple-definition")
+ mesontools.configure("-D docs=true -D gstreamer=disabled")
+
+def build():
+ mesontools.build()
+
+def install():
+ mesontools.install()
+
+ #shelltools.cd("..")
+ pisitools.dodoc("LICENSE", "NEWS", "README*")
diff --git a/multimedia/editor/pipewire-0.2/pspec.xml b/multimedia/editor/pipewire-0.2/pspec.xml
new file mode 100644
index 0000000000..6ea9d2ff8e
--- /dev/null
+++ b/multimedia/editor/pipewire-0.2/pspec.xml
@@ -0,0 +1,74 @@
+
+
+
+
+ pipewire-0.2
+ https://pipewire.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ Server and user space API to deal with multimedia pipelines, 0.2.x series
+ Server and user space API to deal with multimedia pipelines, 0.2.x series
+ https://github.com/PipeWire/pipewire/archive/0.2.7.tar.gz
+
+ meson
+ doxygen
+ valgrind
+ sbc-devel
+ dbus-devel
+ glib2-devel
+ eudev-devel
+ alsa-lib-devel
+
+
+
+
+
+ pipewire-0.2
+
+ sbc
+ dbus
+ glib2
+ eudev
+ alsa-lib
+
+
+ /usr/bin
+ /etc
+ /lib/udev/rules.d/90-pipewire-alsa.rules
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+
+ pipewire-0.2-devel
+ Development files for pipewire-0.2
+
+ pipewire-0.2
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2021-01-19
+ 0.2.7
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/multimedia/editor/pipewire-0.2/translations.xml b/multimedia/editor/pipewire-0.2/translations.xml
new file mode 100644
index 0000000000..1c4b461596
--- /dev/null
+++ b/multimedia/editor/pipewire-0.2/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ pipewire
+ Server and user space API to deal with multimedia pipelines
+ Server and user space API to deal with multimedia pipelines
+
+