pipewire-0.3.26

This commit is contained in:
Rmys
2021-05-01 18:12:35 +03:00
committed by GitHub
parent 82ee4cec1e
commit 97e12d9829
2 changed files with 17 additions and 2 deletions
+9 -1
View File
@@ -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()
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Server and user space API to deal with multimedia pipelines</Summary>
<Description>Server and user space API to deal with multimedia pipelines</Description>
<Archive sha1sum="b82e221d6118025e9f347c93ea8b2be346b50a41" type="targz">https://github.com/PipeWire/pipewire/archive/0.3.19.tar.gz</Archive>
<Archive sha1sum="5c2ba9dd3bfb2fb1a41a3aadeb1be86cc26a00d8" type="targz">https://github.com/PipeWire/pipewire/archive/0.3.26.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>doxygen</Dependency>
@@ -89,6 +89,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-05-01</Date>
<Version>0.3.26</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-01-19</Date>
<Version>0.3.19</Version>