callaudiod new package

This commit is contained in:
Rmys
2024-10-14 22:36:43 +03:00
parent 605305bf3c
commit 4b21e08df3
7 changed files with 158 additions and 5 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/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():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("COPYING", "README*")
+66
View File
@@ -0,0 +1,66 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>callaudiod</Name>
<Homepage>https://gitlab.com/mobian1/callaudiod</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>Call audio routing daemon</Summary>
<Description>Ses yönlendirme daemon'unu çağır</Description>
<Archive sha1sum="cbafc84c45e0757d1063b3be40062172d49f22d0" type="tarbz2">https://gitlab.com/mobian1/callaudiod/-/archive/0.1.10/callaudiod-0.1.10.tar.bz2</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>callaudiod.patch</Patch>
<Patch level="1">callaudiod.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>callaudiod</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>pulseaudio-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>callaudiod-devel</Name>
<Summary>Development files for callaudiod</Summary>
<RuntimeDependencies>
<Dependency release="current">callaudiod</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-09-30</Date>
<Version>0.1.10</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>callaudiod</Name>
<Summary xml:lang="tr">Call audio routing daemon</Summary>
<Description xml:lang="tr">Ses yönlendirme daemon'unu çağır</Description>
</Source>
</PISI>