audio/noise-suppression-for-voice-lv2: Enable the LADSPA plugin

This commit is contained in:
Yuri Victorovich 2023-06-09 08:47:38 -07:00
parent bc8d274922
commit 032e2f902b

View file

@ -1,6 +1,7 @@
PORTNAME= noise-suppression-for-voice
DISTVERSIONPREFIX= v
DISTVERSION= 0.91-2
PORTREVISION= 1
DISTVERSIONSUFFIX= -g6466b34
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
@ -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>