Skip to content

Commit

Permalink
audio/noise-suppression-for-voice-lv2: Enable the LADSPA plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jun 9, 2023
1 parent bc8d274 commit 032e2f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions audio/noise-suppression-for-voice-lv2/Makefile
@@ -1,6 +1,7 @@
PORTNAME= noise-suppression-for-voice
DISTVERSIONPREFIX= v
DISTVERSION= 0.91-2
PORTREVISION= 1
DISTVERSIONSUFFIX= -g6466b34
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
Expand All @@ -18,10 +19,13 @@ USES= cmake compiler:c11
USE_GITHUB= yes
GH_ACCOUNT= werman

CMAKE_OFF= BUILD_VST_PLUGIN BUILD_LADSPA_PLUGIN # https://github.com/werman/noise-suppression-for-voice/issues/65
CMAKE_OFF= BUILD_VST_PLUGIN # https://github.com/werman/noise-suppression-for-voice/issues/65

PLIST_FILES= lib/lv2/rnnoise.lv2/manifest.ttl \
PLIST_FILES= lib/ladspa/librnnoise_ladspa.so \
lib/lv2/rnnoise.lv2/manifest.ttl \
lib/lv2/rnnoise.lv2/rnnoise.ttl \
lib/lv2/rnnoise.lv2/rnnoise_lv2.so

# the LADSPA plugin can be used directly from PulseAudio's config file

.include <bsd.port.mk>

0 comments on commit 032e2f9

Please sign in to comment.