new package for pipewire: webrtc-audio-processing-1
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#!/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():
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def check():
|
||||
mesontools.build("test")
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>webrtc-audio-processing-1</Name>
|
||||
<Homepage>https://freedesktop.org/software/pulseaudio/webrtc-audio-processing</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>library</IsA>
|
||||
<Icon>webrtc-audio-processing-1</Icon>
|
||||
<Summary>AudioProcessing library based on Google's implementation of WebRTC</Summary>
|
||||
<Description>AudioProcessing library based on Google's implementation of WebRTC</Description>
|
||||
<Archive sha1sum="dbe85f71384c7dda486ba1228b27a3a862ffe3e8" type="targz">http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-1.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>abseil-cpp-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>webrtc-audio-processing-1</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>abseil-cpp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/libwebrtc-audio-coding-1.so*</Path>
|
||||
<Path fileType="library">/usr/lib/libwebrtc-audio-processing-1.so*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>webrtc-audio-processing-1-devel</Name>
|
||||
<Summary>Development files for webrtc-audio-processing-1</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>abseil-cpp-devel</Dependency>
|
||||
<Dependency release="current">webrtc-audio-processing-1</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-12-26</Date>
|
||||
<Version>1.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>webrtc-audio-processing-1</Name>
|
||||
<Summary xml:lang="tr">Google'ın WebRTC uygulamasını temel alan Ses İşleme kitaplığı</Summary>
|
||||
<Description xml:lang="tr">Google'ın WebRTC uygulamasını temel alan Ses İşleme kitaplığı</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user