mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
New port: audio/rnnoise: Recurrent neural network for audio noise reduction
This commit is contained in:
parent
39e64e9333
commit
f64fa0b955
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564605
4 changed files with 46 additions and 0 deletions
|
@ -676,6 +676,7 @@
|
||||||
SUBDIR += ripit
|
SUBDIR += ripit
|
||||||
SUBDIR += ripperx
|
SUBDIR += ripperx
|
||||||
SUBDIR += rkr-lv2
|
SUBDIR += rkr-lv2
|
||||||
|
SUBDIR += rnnoise
|
||||||
SUBDIR += rnnoise-nu
|
SUBDIR += rnnoise-nu
|
||||||
SUBDIR += rosegarden
|
SUBDIR += rosegarden
|
||||||
SUBDIR += rplay
|
SUBDIR += rplay
|
||||||
|
|
39
audio/rnnoise/Makefile
Normal file
39
audio/rnnoise/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= rnnoise
|
||||||
|
DISTVERSION= g20210122
|
||||||
|
CATEGORIES= audio
|
||||||
|
|
||||||
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
COMMENT= Recurrent neural network for audio noise reduction
|
||||||
|
|
||||||
|
LICENSE= BSD2CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
USES= autoreconf gmake libtool
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --disable-static --disable-examples
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= xiph
|
||||||
|
GH_TAGNAME= 1cbdbcf
|
||||||
|
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
DOCS_CONFIGURE_ENABLE= doc
|
||||||
|
|
||||||
|
PORTDOCS= * # API documentation feature is broken: https://github.com/xiph/rnnoise/issues/44
|
||||||
|
|
||||||
|
PLIST_FILES= include/rnnoise.h \
|
||||||
|
lib/librnnoise.so \
|
||||||
|
lib/librnnoise.so.0 \
|
||||||
|
lib/librnnoise.so.0.4.1 \
|
||||||
|
libdata/pkgconfig/rnnoise.pc
|
||||||
|
|
||||||
|
post-install-DOCS-on:
|
||||||
|
@${RM} ${STAGEDIR}${DOCSDIR}/COPYING
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
audio/rnnoise/distinfo
Normal file
3
audio/rnnoise/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1612679142
|
||||||
|
SHA256 (xiph-rnnoise-g20210122-1cbdbcf_GH0.tar.gz) = e2aedecd6ee74c2c04caa90c4f02c4f1ceca6303d4a24bb59f0c00895b4fdcf0
|
||||||
|
SIZE (xiph-rnnoise-g20210122-1cbdbcf_GH0.tar.gz) = 173753
|
3
audio/rnnoise/pkg-descr
Normal file
3
audio/rnnoise/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
RNNoise is a noise suppression library based on a recurrent neural network.
|
||||||
|
|
||||||
|
WWW: https://github.com/xiph/rnnoise
|
Loading…
Add table
Reference in a new issue