diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-01-03 18:27:04 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-01-03 18:27:04 +0000 |
| commit | bc8f1d2fd2f67d5a859977b5477a46ea7cd19223 (patch) | |
| tree | 6e0d3cecc4b50d6b33d4756426ec442cb9c80717 | |
| parent | ecurity/softether: enable on powerpc64le (diff) | |
New port: audio/noise-suppression-for-voice-lv2: Real-time noise suppression plugin
Notes
Notes:
svn path=/head/; revision=560028
| -rw-r--r-- | audio/Makefile | 1 | ||||
| -rw-r--r-- | audio/noise-suppression-for-voice-lv2/Makefile | 28 | ||||
| -rw-r--r-- | audio/noise-suppression-for-voice-lv2/distinfo | 3 | ||||
| -rw-r--r-- | audio/noise-suppression-for-voice-lv2/pkg-descr | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 5c5103d7711c..25eb737cb284 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -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 diff --git a/audio/noise-suppression-for-voice-lv2/Makefile b/audio/noise-suppression-for-voice-lv2/Makefile new file mode 100644 index 000000000000..45c8d325ce96 --- /dev/null +++ b/audio/noise-suppression-for-voice-lv2/Makefile @@ -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> diff --git a/audio/noise-suppression-for-voice-lv2/distinfo b/audio/noise-suppression-for-voice-lv2/distinfo new file mode 100644 index 000000000000..5645a2e56af7 --- /dev/null +++ b/audio/noise-suppression-for-voice-lv2/distinfo @@ -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 diff --git a/audio/noise-suppression-for-voice-lv2/pkg-descr b/audio/noise-suppression-for-voice-lv2/pkg-descr new file mode 100644 index 000000000000..ada988621a29 --- /dev/null +++ b/audio/noise-suppression-for-voice-lv2/pkg-descr @@ -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 |
