rnnoise: updated source and url
This commit is contained in:
parent
c94dec22ee
commit
46f95c60a5
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3+qTN814tyrtFrbD0/rKVnLb8zeN25G2sPLXlgsHz3gt5azkWPO3zmQy7rVQiWYrBLaJLtxGGTgNVbzYfbsBKAs=
|
||||
SHA256 (Pkgfile) = 1a37fd11dce4036684b94d78e129ba0071f6115c9b0d9635eca6c1fb866b65ea
|
||||
RWSagIOpLGJF32u9X6GFT964BIuQFgPc4mjfuATEyd9tbs5vAeBTiVJCdz6uIX+JGbiENP5JnG9v+VYkjo23mCLNBgnxvU466AA=
|
||||
SHA256 (Pkgfile) = 5c606384843f9d1ffe81a52e513d73ec684f5c887c9c67fd22506582b63d98dc
|
||||
SHA256 (.footprint) = e26cf84d8e9a57ced6ea5b8fdfd8be7e711b6c8572e2790bbb3bc2d85ce320ba
|
||||
SHA256 (rnnoise-1cbdbcf1283499bbb2230a6b0f126eb9b236defd.tar.gz) = 68c7ab4e408426088603e19955e746bb2a412d84bb121b6f39834c60fc8068b7
|
||||
|
@ -1,20 +1,21 @@
|
||||
# Description: Recurrent neural network for audio noise reduction
|
||||
# URL: https://gitlab.xiph.org/xiph/rnnoise
|
||||
# URL: https://github.com/xiph/rnnoise
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on:
|
||||
|
||||
name=rnnoise
|
||||
version=0.4.1
|
||||
_commit=1cbdbcf1283499bbb2230a6b0f126eb9b236defd
|
||||
release=1
|
||||
source=(https://gitlab.xiph.org/xiph/rnnoise/-/archive/$_commit/rnnoise-$_commit.tar.gz)
|
||||
source=(https://github.com/xiph/rrnoise/archive/$_commit/rnnoise-$_commit.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$_commit
|
||||
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr \
|
||||
--disable-doc
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/share/doc
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user