rnnoise: 0.4.1 -> 0.2
This commit is contained in:
parent
e6fa2b66f7
commit
cfbe5be58b
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF37Uu9/+iFzj8SUimraV189iiqsHu4D8N3k93rjNU4WAfed23VSW/ZNSoQzWDgFKDitQ8Irt1QbubxptBfGKxpAg=
|
||||
SHA256 (Pkgfile) = aea4fc3c12abbca0aec53f618fd8616f469baf5779f24aeee3e904f922b888b2
|
||||
RWSagIOpLGJF33jZ3JUNAHQ1LP1hItbG5oKX7bZQUc+uDDXu8gwWpELQjOWoU3rYlmGnBp8wPCfaP5iL9+BMqH1j871H0KavFQs=
|
||||
SHA256 (Pkgfile) = 61b8410e2d5ea0696218b59c84b8f3ffe6321a3977b59827416665e31c78018d
|
||||
SHA256 (.footprint) = e26cf84d8e9a57ced6ea5b8fdfd8be7e711b6c8572e2790bbb3bc2d85ce320ba
|
||||
SHA256 (rnnoise-1cbdbcf1283499bbb2230a6b0f126eb9b236defd.tar.gz) = 68c7ab4e408426088603e19955e746bb2a412d84bb121b6f39834c60fc8068b7
|
||||
SHA256 (rnnoise-v0.2.tar.bz2) = d12703c720e7bfd4ab2a96a95517bc7fb14806a0f4186e84bc3cfbaddce3d5dd
|
||||
|
@ -1,17 +1,18 @@
|
||||
# Description: Recurrent neural network for audio noise reduction
|
||||
# URL: https://github.com/xiph/rnnoise
|
||||
# URL: https://gitlab.xiph.org/xiph/rnnoise
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
|
||||
name=rnnoise
|
||||
version=0.4.1
|
||||
_commit=1cbdbcf1283499bbb2230a6b0f126eb9b236defd
|
||||
version=0.2
|
||||
release=1
|
||||
source=(https://gitlab.xiph.org/xiph/rnnoise/-/archive/$_commit/rnnoise-$_commit.tar.gz)
|
||||
source=(https://gitlab.xiph.org/xiph/rnnoise/-/archive/v$version/rnnoise-v$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$_commit
|
||||
cd $name-v$version
|
||||
|
||||
sed -i 's/wget/curl -LO/g' download_model.sh
|
||||
./autogen.sh
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--disable-doc
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user