Skip to content

Commit

Permalink
audio/noise-suppression-for-voice-lv2: Fix build breakage due to arch…
Browse files Browse the repository at this point in the history
…itecture string in plist

Reported by:	fallout
  • Loading branch information
yurivict committed Jul 10, 2023
1 parent 3357a84 commit e4bae69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions audio/noise-suppression-for-voice-lv2/Makefile
Expand Up @@ -22,6 +22,8 @@ GH_ACCOUNT= werman
CMAKE_OFF= BUILD_VST_PLUGIN # https://github.com/werman/noise-suppression-for-voice/issues/65
CXXFLAGS+= -DJUCE_CUSTOM_VST3_SDK=1

PLIST_SUB= XARCH=${ARCH:S/amd64/x86_64/}

post-extract: # remove bundled JUCE
@${RM} -rf ${WRKSRC}/external/JUCE

Expand Down
2 changes: 1 addition & 1 deletion audio/noise-suppression-for-voice-lv2/pkg-plist
Expand Up @@ -7,4 +7,4 @@ lib/lv2/rnnoise_stereo.lv2/dsp.ttl
lib/lv2/rnnoise_stereo.lv2/librnnoise_stereo.so
lib/lv2/rnnoise_stereo.lv2/manifest.ttl
lib/lv2/rnnoise_stereo.lv2/ui.ttl
lib/vst3/rnnoise.vst3/Contents/x86_64-linux/rnnoise.so
lib/vst3/rnnoise.vst3/Contents/%%XARCH%%-linux/rnnoise.so

0 comments on commit e4bae69

Please sign in to comment.