Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 05:35:38 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482641 - in head/audio: . rnnoise-nu
Message-ID:  <201810210535.w9L5Zchl088455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Oct 21 05:35:38 2018
New Revision: 482641
URL: https://svnweb.freebsd.org/changeset/ports/482641

Log:
  New port: audio/rnnoise-nu: Recurrent neural network for audio noise reduction

Added:
  head/audio/rnnoise-nu/
  head/audio/rnnoise-nu/Makefile   (contents, props changed)
  head/audio/rnnoise-nu/distinfo   (contents, props changed)
  head/audio/rnnoise-nu/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sun Oct 21 05:16:58 2018	(r482640)
+++ head/audio/Makefile	Sun Oct 21 05:35:38 2018	(r482641)
@@ -731,6 +731,7 @@
     SUBDIR += ripit
     SUBDIR += ripperx
     SUBDIR += rkr-lv2
+    SUBDIR += rnnoise-nu
     SUBDIR += rosegarden
     SUBDIR += rplay
     SUBDIR += rsynth

Added: head/audio/rnnoise-nu/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/rnnoise-nu/Makefile	Sun Oct 21 05:35:38 2018	(r482641)
@@ -0,0 +1,36 @@
+# $FreeBSD$
+
+PORTNAME=	rnnoise-nu
+DISTVERSION=	g20180916
+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_GITHUB=	yes
+GH_ACCOUNT=	GregorR
+GH_TAGNAME=	2626930
+USE_LDCONFIG=	yes
+
+OPTIONS_DEFINE=	DOCS
+
+DOCS_CONFIGURE_ENABLE=	doc
+
+PORTDOCS=	* # API documentation feature is broken: https://github.com/xiph/rnnoise/issues/44
+
+PLIST_FILES=	include/rnnoise-nu.h \
+		lib/librnnoise-nu.so \
+		lib/librnnoise-nu.so.1 \
+		lib/librnnoise-nu.so.1.0.0 \
+		libdata/pkgconfig/rnnoise-nu.pc
+
+post-install-DOCS-on:
+	@${RM} ${STAGEDIR}${DOCSDIR}/COPYING
+
+.include <bsd.port.mk>

Added: head/audio/rnnoise-nu/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/rnnoise-nu/distinfo	Sun Oct 21 05:35:38 2018	(r482641)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540098308
+SHA256 (GregorR-rnnoise-nu-g20180916-2626930_GH0.tar.gz) = e63558d1a6269cc02ec078909f29f0a698e85d973ba86c16c5bbc50b5fb69f96
+SIZE (GregorR-rnnoise-nu-g20180916-2626930_GH0.tar.gz) = 830784

Added: head/audio/rnnoise-nu/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/rnnoise-nu/pkg-descr	Sun Oct 21 05:35:38 2018	(r482641)
@@ -0,0 +1,3 @@
+RNNoise is a noise suppression library based on a recurrent neural network.
+
+WWW: https://github.com/xiph/rnnoise



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810210535.w9L5Zchl088455>