From owner-svn-ports-all@freebsd.org Sun Oct 21 05:35:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E36BEFCECF5; Sun, 21 Oct 2018 05:35:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 892D47C68B; Sun, 21 Oct 2018 05:35:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7AC131177; Sun, 21 Oct 2018 05:35:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L5ZdVK088458; Sun, 21 Oct 2018 05:35:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L5Zchl088455; Sun, 21 Oct 2018 05:35:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810210535.w9L5Zchl088455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 21 Oct 2018 05:35:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482641 - in head/audio: . rnnoise-nu X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . rnnoise-nu X-SVN-Commit-Revision: 482641 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2018 05:35:40 -0000 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 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