Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 18:27:04 +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: r560028 - in head/audio: . noise-suppression-for-voice-lv2
Message-ID:  <202101031827.103IR4pq029471@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jan  3 18:27:04 2021
New Revision: 560028
URL: https://svnweb.freebsd.org/changeset/ports/560028

Log:
  New port: audio/noise-suppression-for-voice-lv2: Real-time noise suppression plugin

Added:
  head/audio/noise-suppression-for-voice-lv2/
  head/audio/noise-suppression-for-voice-lv2/Makefile   (contents, props changed)
  head/audio/noise-suppression-for-voice-lv2/distinfo   (contents, props changed)
  head/audio/noise-suppression-for-voice-lv2/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sun Jan  3 17:50:38 2021	(r560027)
+++ head/audio/Makefile	Sun Jan  3 18:27:04 2021	(r560028)
@@ -558,6 +558,7 @@
     SUBDIR += ncspot
     SUBDIR += nekobi-lv2
     SUBDIR += noise-repellent-lv2
+    SUBDIR += noise-suppression-for-voice-lv2
     SUBDIR += normalize
     SUBDIR += nosefart
     SUBDIR += noson-app

Added: head/audio/noise-suppression-for-voice-lv2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/noise-suppression-for-voice-lv2/Makefile	Sun Jan  3 18:27:04 2021	(r560028)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	noise-suppression-for-voice
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.91-1
+DISTVERSIONSUFFIX=	-ge391a9b
+CATEGORIES=	audio
+PKGNAMESUFFIX=	-lv2
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Real-time noise suppression plugin
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	lv2>0:audio/lv2
+
+USES=		cmake
+USE_GITHUB=	yes
+GH_ACCOUNT=	werman
+
+CMAKE_OFF=	BUILD_VST_PLUGIN BUILD_LADSPA_PLUGIN # https://github.com/werman/noise-suppression-for-voice/issues/65
+
+PLIST_FILES=	lib/lv2/rnnoise.lv2/librnnoise_lv2.so \
+		lib/lv2/rnnoise.lv2/manifest.ttl \
+		lib/lv2/rnnoise.lv2/rnnoise.ttl
+
+.include <bsd.port.mk>

Added: head/audio/noise-suppression-for-voice-lv2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/noise-suppression-for-voice-lv2/distinfo	Sun Jan  3 18:27:04 2021	(r560028)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609697552
+SHA256 (werman-noise-suppression-for-voice-v0.91-1-ge391a9b_GH0.tar.gz) = a8f52ea6468cb2c5712fe9f88fe44511fb01a31b19dbeeb0b4e6f0c90f9c6d7b
+SIZE (werman-noise-suppression-for-voice-v0.91-1-ge391a9b_GH0.tar.gz) = 207628

Added: head/audio/noise-suppression-for-voice-lv2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/noise-suppression-for-voice-lv2/pkg-descr	Sun Jan  3 18:27:04 2021	(r560028)
@@ -0,0 +1,4 @@
+The plugin is meant to suppress a wide range of noise origins (from original
+paper): computer fans, office, crowd, airplane, car, train, construction.
+
+WWW: https://github.com/werman/noise-suppression-for-voice



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