rnnoise new package
This commit is contained in:
+301937
-298950
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
e1920582e5fbfa94e682cd2133a064e24579b512
|
||||
5592c5c1a274c6c6e387d33603c6ab5d0653dc10
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
71567cdd2bd35d4f197fe5f2e0fbb242e672de55
|
||||
65a96ac8f3bc6621b97df7d82d88395cde307236
|
||||
@@ -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 get
|
||||
|
||||
def setup():
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README")
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rnnoise</Name>
|
||||
<Homepage>https://gitlab.xiph.org/xiph/rnnoise</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary> Recurrent neural network for audio noise reduction</Summary>
|
||||
<Description>Ses gürültüsünü azaltmak için tekrarlayan sinir ağı </Description>
|
||||
<Archive sha1sum="24a376e72a894fa287b0dda6f84e212a3a606ba1" type="targz">https://gitlab.xiph.org/xiph/rnnoise/-/archive/7f449bf8bd3b933891d12c30112268c4090e4d59/rnnoise-7f449bf8bd3b933891d12c30112268c4090e4d59.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>rnnoise</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>rnnoise-devel</Name>
|
||||
<Summary>Development files for rnnoise</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">rnnoise</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-09-23</Date>
|
||||
<Version>0.4.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rnnoise</Name>
|
||||
<Summary xml:lang="tr"> Recurrent neural network for audio noise reduction</Summary>
|
||||
<Description xml:lang="tr">Ses gürültüsünü azaltmak için tekrarlayan sinir ağı </Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user