wireplumber new package
This commit is contained in:
Executable
+27
@@ -0,0 +1,27 @@
|
|||||||
|
#!/usr/bin/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 mesontools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
#shelltools.system('sed -i "/doxygen.sh/d" "spice-0.15.0/meson.build"')
|
||||||
|
mesontools.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
mesontools.build()
|
||||||
|
|
||||||
|
def check():
|
||||||
|
mesontools.build("test")
|
||||||
|
|
||||||
|
def install():
|
||||||
|
mesontools.install()
|
||||||
|
|
||||||
|
#shelltools.copytree("%s/usr/share/pkgconfig" % get.installDIR(), "%s/usr/lib/pkgconfig" % get.installDIR())
|
||||||
|
#pisitools.removeDir("/usr/share/pkgconfig")
|
||||||
|
pisitools.dodoc("LICENSE", "README.rst")
|
||||||
@@ -0,0 +1,71 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>wireplumber</Name>
|
||||||
|
<Homepage>https://pipewire.pages.freedesktop.org/wireplumber/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>MIT</License>
|
||||||
|
<Icon>wireplumber</Icon>
|
||||||
|
<Summary>Session / policy manager implementation for PipeWire</Summary>
|
||||||
|
<Description>Session / policy manager implementation for PipeWire</Description>
|
||||||
|
<Archive sha1sum="0e8c1018c6d07720ade50bde2a4dd02d595e3089" type="targz">https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/0.4.14/wireplumber-0.4.14.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
|
<Dependency>doxygen</Dependency>
|
||||||
|
<Dependency>valgrind-devel</Dependency>
|
||||||
|
<Dependency>python3-lxml</Dependency>
|
||||||
|
<Dependency>pipewire-devel</Dependency>
|
||||||
|
<Dependency>lua-devel</Dependency>
|
||||||
|
<Dependency>graphviz-devel</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<Patches>
|
||||||
|
<!-- <Patch></Patch> -->
|
||||||
|
</Patches>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>wireplumber</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>graphviz</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
|
<Path fileType="library">/usr/lib/libwireplumber*</Path>
|
||||||
|
<Path fileType="library">/usr/lib/wireplumber*</Path>
|
||||||
|
<Path fileType="library">/usr/lib/girepository-1.0/Wp-0.4.typelib</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="data">/usr/share/wireplumber</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>wireplumber-devel</Name>
|
||||||
|
<Summary>Development files for wireplumber</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">wireplumber</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
|
<Path fileType="data">/usr/share/gir-1.0/Wp-0.4.gir</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2023-06-21</Date>
|
||||||
|
<Version>0.4.14</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
+8
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>wireplumber</Name>
|
||||||
|
<Summary xml:lang="tr">PipeWire için oturum / politika yöneticisi uygulaması</Summary>
|
||||||
|
<Description xml:lang="tr">PipeWire için oturum / politika yöneticisi uygulaması</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
+586
-155
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
db1d69ff38be2f79456ee50a9d86a4a01d9d20fd
|
61748b9ad0cb9092dab4e4006c3ccf9da7b6f195
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
cfcc1e906a334082875a6168ea57197b7fd431ae
|
27d7e1c43eb7ec3200123a50cca6d71721af2732
|
||||||
Reference in New Issue
Block a user