Index: Makefile =================================================================== --- Makefile (revision 536145) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= audacity -PORTVERSION= 2.3.3 -PORTREVISION= 2 +PORTVERSION= 2.4.1 DISTVERSIONPREFIX= Audacity- CATEGORIES= audio @@ -22,11 +21,10 @@ libsndfile.so:audio/libsndfile \ libsoxr.so:audio/libsoxr -USES= autoreconf compiler:c++11-lib cpe desktop-file-utils dos2unix \ - gettext-tools gmake gnome iconv libtool localbase pkgconfig \ +USES= autoreconf cmake compiler:c++14-lang cpe desktop-file-utils dos2unix \ + gettext-tools gnome iconv libtool localbase pkgconfig \ shared-mime-info shebangfix -GNU_CONFIGURE= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_WITH= libintl-prefix="${LOCALBASE}" @@ -36,7 +34,7 @@ INSTALLS_ICONS= yes PORTDOCS= README.txt DOS2UNIX_GLOB= *.c* *.h Makefile.* -SHEBANG_FILES= lib-src/lv2/build +SHEBANG_FILES= lib-src/lv2/configure USE_GITHUB= yes OPTIONS_DEFINE= DEBUG DOCS DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ @@ -110,6 +108,9 @@ LV2_CONFIGURE_WITH= lv2=system LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv \ + libserd-0.so:devel/serd \ + libsord-0.so:devel/sord \ + libsratom-0.so:audio/sratom \ libsuil-0.so:audio/suil MAD_CONFIGURE_WITH= libmad=system @@ -116,9 +117,9 @@ MAD_LIB_DEPENDS= libmad.so:audio/libmad MOD_SCRIPT_PIPE_CONFIGURE_WITH= mod-script-pipe -MOD_SCRIPT_PIPE_USES= python:3.6+ +MOD_SCRIPT_PIPE_USES= python:3.7+ MOD_NYQ_BENCH_CONFIGURE_WITH= mod-nyq-bench -MOD_NYQ_BENCH_USES= python:3.6+ +MOD_NYQ_BENCH_USES= python:3.7+ SBSMS_CONFIGURE_WITH= sbsms Index: distinfo =================================================================== --- distinfo (revision 536145) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579914119 -SHA256 (audacity-audacity-Audacity-2.3.3_GH0.tar.gz) = 404e6c49693dedc94212fc5525974058d848536025e19da31359ae02babe8bd7 -SIZE (audacity-audacity-Audacity-2.3.3_GH0.tar.gz) = 62073352 +TIMESTAMP = 1590090471 +SHA256 (audacity-audacity-Audacity-2.4.1_GH0.tar.gz) = 50240f07471373a7e5c2df65cc26eeeaaced9a0850ad1f95cb795f171ea3009f +SIZE (audacity-audacity-Audacity-2.4.1_GH0.tar.gz) = 63935461 Index: files/patch-configure.ac =================================================================== --- files/patch-configure.ac (revision 536145) +++ files/patch-configure.ac (nonexistent) @@ -1,39 +0,0 @@ ---- configure.ac.orig 2019-02-24 08:28:05 UTC -+++ configure.ac -@@ -200,14 +200,6 @@ if test x$enable_universal_binary = xyes; then - esac - fi - --dnl Check if $CXX is clang by evaluating the version string because --dnl $ax_cv_cxx_compiler_vendor seems not to work (it is either "gnu" or just empty). --dnl If $CXX is clang (string is found), grep returns 0 and the if is executed. --dnl Use /dev/null to suppress grep output to shell. --if ($CXX --version | grep 'clang version' > /dev/null); then -- LDFLAGS="${LDFLAGS} -latomic" --fi -- - if test x$enable_sse = xyes; then - - if test "${ax_cv_cxx_compiler_vendor}" = "gnu"; then -@@ -239,20 +231,7 @@ dnl check if alloca.h exists. If it does, we need to i - dnl Solaris builds, by defining HAVE_ALLOCA_H - AC_CHECK_HEADERS_ONCE(alloca.h) - -- --dnl Enable C++ 11 support. Use gnu++11 on GCC since wxWidgets uses extensions --if "${CXX}" -v 2>&1 | grep -q '^gcc version'; then -- -- dnl GCC < 4.9 has known bugs (#1397) and can't be used -- AX_GCC_VERSION_ATLEAST(4,9,0,[gcc_ok=yes], [gcc_ok=no]) -- if test x$gcc_ok = xno; then -- AC_MSG_ERROR([Audacity requires at least GCC 4.9]) -- fi -- -- CXXFLAGS="${CXXFLAGS} --std=gnu++11" --else -- CXXFLAGS="${CXXFLAGS} --std=c++11" --fi -+CXXFLAGS="${CXXFLAGS} --std=c++11" - - dnl -------------------------------------------------------------------------- - dnl We would like warnings enabled on the builds, but different compilers need Property changes on: files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-lib-src_FileDialog_Makefile.am =================================================================== --- files/patch-lib-src_FileDialog_Makefile.am (revision 536145) +++ files/patch-lib-src_FileDialog_Makefile.am (nonexistent) @@ -1,52 +0,0 @@ ---- lib-src/FileDialog/Makefile.am.orig 2018-10-01 14:07:33 UTC -+++ lib-src/FileDialog/Makefile.am -@@ -2,5 +2,7 @@ - ACLOCAL_AMFLAGS = -I m4 - -+SUBDIRS= $(GTK_SUBDIR) $(MAC_SUBDIR) $(WINDOWS_SUBDIR) -+DIST_SUBDIRS= gtk mac win - lib_LTLIBRARIES = libFileDialog.la - - libFileDialog_la_LIBTOOLFLAGS = --tag=CXX -@@ -11,22 +13,32 @@ libFileDialog_la_LIBADD = $(WX_LIBS) - libFileDialog_la_SOURCES = FileDialog.cpp FileDialog.h - - if GTK --libFileDialog_la_CPPFLAGS += $(GTK_CFLAGS) --libFileDialog_la_LIBADD += $(GTK_LIBS) -+GTK_SUBDIR= gtk -+libFileDialog_la_LIBADD += \ -+ gtk/libFileDialog.la \ -+ $(NULL) - libFileDialog_la_SOURCES += \ -- gtk/FileDialogPrivate.cpp \ - gtk/FileDialogPrivate.h \ - $(NULL) - endif - - if MAC --libFileDialog_la_SOURCES += mac/FileDialogPrivate.mm \ -- mac/FileDialogPrivate.h \ -- $(NULL) -+MAC_SUBDIR= mac -+libFileDialog_la_LIBADD+= \ -+ mac/libFileDialog.la \ -+ $(NULL) -+libFileDialog_la_SOURCES += \ -+ mac/FileDialogPrivate.h \ -+ $(NULL) -+#nodist_EXTRA_libFileDialog_la_SOURCES = dummy.mm - endif - - if WINDOWS --libFileDialog_la_SOURCES += win/FileDialogPrivate.cpp \ -- win/FileDialogPrivate.h \ -- $(NULL) -+WINDOWS_SUBDIR= win -+libFileDialog_la_LIBADD+= \ -+ win/libFileDialog.la \ -+ $(NULL) -+libFileDialog_la_SOURCES += \ -+ win/FileDialogPrivate.h \ -+ $(NULL) - endif Property changes on: files/patch-lib-src_FileDialog_Makefile.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-lib-src_FileDialog_configure.ac =================================================================== --- files/patch-lib-src_FileDialog_configure.ac (revision 536145) +++ files/patch-lib-src_FileDialog_configure.ac (nonexistent) @@ -1,11 +0,0 @@ ---- lib-src/FileDialog/configure.ac.orig 2018-09-20 14:35:07 UTC -+++ lib-src/FileDialog/configure.ac -@@ -132,7 +132,7 @@ AM_CONDITIONAL([WINDOWS], test "$IMPLEMENTATION" = "wi - - echo "Implementation to use: $IMPLEMENTATION" - --AC_CONFIG_FILES([Makefile]) -+AC_CONFIG_FILES([Makefile gtk/Makefile mac/Makefile win/Makefile]) - - # - # Write it all out Property changes on: files/patch-lib-src_FileDialog_configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-lib-src_FileDialog_gtk_Makefile.am =================================================================== --- files/patch-lib-src_FileDialog_gtk_Makefile.am (revision 536145) +++ files/patch-lib-src_FileDialog_gtk_Makefile.am (nonexistent) @@ -1,15 +0,0 @@ ---- lib-src/FileDialog/gtk/Makefile.am.orig 2016-07-26 13:34:07 UTC -+++ lib-src/FileDialog/gtk/Makefile.am -@@ -0,0 +1,12 @@ -+ACLOCAL_AMFLAGS= -I m4 -+noinst_LTLIBRARIES= libFileDialog.la -+libFileDialog_la_CPPFLAGS= \ -+ $(WX_CXXFLAGS) -Wno-deprecated-declarations \ -+ $(GTK_CFLAGS) -+libFileDialog_la_LIBADD= \ -+ $(WX_LIBS) \ -+ $(GTK_LIBS) -+libFileDialog_la_SOURCES= \ -+ FileDialogPrivate.cpp \ -+ FileDialogPrivate.h \ -+ $(NULL) Property changes on: files/patch-lib-src_FileDialog_gtk_Makefile.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-lib-src_FileDialog_mac_Makefile.am =================================================================== --- files/patch-lib-src_FileDialog_mac_Makefile.am (revision 536145) +++ files/patch-lib-src_FileDialog_mac_Makefile.am (nonexistent) @@ -1,13 +0,0 @@ ---- lib-src/FileDialog/mac/Makefile.am.orig 2016-07-26 13:34:07 UTC -+++ lib-src/FileDialog/mac/Makefile.am -@@ -0,0 +1,10 @@ -+ACLOCAL_AMFLAGS= -I m4 -+noinst_LTLIBRARIES= libFileDialog.la -+libFileDialog_la_CPPFLAGS= \ -+ $(WX_CXXFLAGS) -Wno-deprecated-declarations -+libFileDialog_la_LIBADD= \ -+ $(WX_LIBS) -+libFileDialog_la_SOURCES= \ -+ FileDialogPrivate.mm \ -+ FileDialogPrivate.h \ -+ $(NULL) Property changes on: files/patch-lib-src_FileDialog_mac_Makefile.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-lib-src_FileDialog_win_Makefile.am =================================================================== --- files/patch-lib-src_FileDialog_win_Makefile.am (revision 536145) +++ files/patch-lib-src_FileDialog_win_Makefile.am (nonexistent) @@ -1,13 +0,0 @@ ---- lib-src/FileDialog/win/Makefile.am.orig 2016-07-26 13:34:07 UTC -+++ lib-src/FileDialog/win/Makefile.am -@@ -0,0 +1,10 @@ -+ACLOCAL_AMFLAGS= -I m4 -+noinst_LTLIBRARIES= libFileDialog.la -+libFileDialog_la_CPPFLAGS= \ -+ $(WX_CXXFLAGS) -Wno-deprecated-declarations -+libFileDialog_la_LIBADD= \ -+ $(WX_LIBS) -+libFileDialog_la_SOURCES= \ -+ FileDialogPrivate.cpp \ -+ FileDialogPrivate.h \ -+ $(NULL) Property changes on: files/patch-lib-src_FileDialog_win_Makefile.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-lib-src_libnyquist_nyquist_cmt_cext.h =================================================================== --- files/patch-lib-src_libnyquist_nyquist_cmt_cext.h (revision 536145) +++ files/patch-lib-src_libnyquist_nyquist_cmt_cext.h (working copy) @@ -1,6 +1,6 @@ --- lib-src/libnyquist/nyquist/cmt/cext.h.orig 2018-10-01 14:07:33 UTC +++ lib-src/libnyquist/nyquist/cmt/cext.h -@@ -58,7 +58,7 @@ EXIT(n) -- calls exit(n) after shutting down/dealloca +@@ -61,7 +61,7 @@ EXIT(n) -- calls exit(n) after shutting down/dealloca #include #endif Index: files/patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h =================================================================== --- files/patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h (revision 536145) +++ files/patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h (working copy) @@ -1,6 +1,6 @@ --- lib-src/libnyquist/nyquist/xlisp/xlisp.h.orig 2016-07-26 13:34:06 UTC +++ lib-src/libnyquist/nyquist/xlisp/xlisp.h -@@ -160,6 +160,15 @@ extern long ptrtoabs(); +@@ -161,6 +161,15 @@ extern long ptrtoabs(); #endif #endif Index: files/patch-lib-src_lv2_configure =================================================================== --- files/patch-lib-src_lv2_configure (revision 536145) +++ files/patch-lib-src_lv2_configure (nonexistent) @@ -1,11 +0,0 @@ ---- lib-src/lv2/configure.orig 2016-01-08 22:05:48 UTC -+++ lib-src/lv2/configure -@@ -54,7 +54,7 @@ includedir=. - Name: ${pkg} - Version: ${version} - Description: Temporary fake config file --Libs: -L\${libdir} ${lib} -ldl -lm -+Libs: -L\${libdir} ${lib} -lm - Cflags: -I\${includedir}/${pkg}${major} - EOF - Property changes on: files/patch-lib-src_lv2_configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-lib-src_lv2_lilv_src_util.c =================================================================== --- files/patch-lib-src_lv2_lilv_src_util.c (nonexistent) +++ files/patch-lib-src_lv2_lilv_src_util.c (working copy) @@ -0,0 +1,13 @@ +--- lib-src/lv2/lilv/src/util.c.orig 2020-05-18 17:13:29.952118000 -0700 ++++ lib-src/lv2/lilv/src/util.c 2020-05-18 16:38:45.344052000 -0700 +@@ -14,7 +14,9 @@ + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +-#define _POSIX_C_SOURCE 200809L /* for fileno */ ++#ifndef __FreeBSD__ ++ #define _POSIX_C_SOURCE 200809L /* for fileno */ ++#endif + #define _BSD_SOURCE 1 /* for realpath, symlink */ + #define _DEFAULT_SOURCE 1 /* for realpath, symlink */ + Property changes on: files/patch-lib-src_lv2_lilv_src_util.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-lib-src_lv2_lilv_test_lilv_test.c =================================================================== --- files/patch-lib-src_lv2_lilv_test_lilv_test.c (nonexistent) +++ files/patch-lib-src_lv2_lilv_test_lilv_test.c (working copy) @@ -0,0 +1,15 @@ +--- lib-src/lv2/lilv/test/lilv_test.c.orig 2020-05-18 17:13:29.952774000 -0700 ++++ lib-src/lv2/lilv/test/lilv_test.c 2020-05-18 16:32:22.956444000 -0700 +@@ -15,8 +15,10 @@ + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +-#define _POSIX_C_SOURCE 200809L /* for setenv */ +-#define _XOPEN_SOURCE 600 /* for mkstemp */ ++#ifndef__FreeBSD__ ++ #define _POSIX_C_SOURCE 200809L /* for setenv */ ++ #define _XOPEN_SOURCE 600 /* for mkstemp */ ++#endiff + + #include "../src/lilv_internal.h" + Property changes on: files/patch-lib-src_lv2_lilv_test_lilv_test.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-src_AudioIO.cpp =================================================================== --- files/patch-src_AudioIO.cpp (revision 536145) +++ files/patch-src_AudioIO.cpp (working copy) @@ -1,6 +1,6 @@ --- src/AudioIO.cpp.orig 2018-10-01 14:07:33 UTC +++ src/AudioIO.cpp -@@ -480,7 +480,6 @@ TimeTrack and AudioIOListener and whether the playback +@@ -484,7 +484,6 @@ TimeTrack and AudioIOListener and whether the playback #define ROUND(x) (int) ((x)+0.5) //#include // #include "../lib-src/portmidi/pm_common/portmidi.h" @@ -8,7 +8,7 @@ #include "NoteTrack.h" #endif -@@ -793,13 +797,22 @@ struct AudioIO::ScrubState (private) +@@ -808,13 +808,22 @@ struct AudioIO::ScrubState (private) // return the system time as a double static double streamStartTime = 0; // bias system time to small number Index: files/patch-src_FFmpeg.h =================================================================== --- files/patch-src_FFmpeg.h (revision 536145) +++ files/patch-src_FFmpeg.h (working copy) @@ -1,6 +1,6 @@ --- src/FFmpeg.h.orig 2018-10-01 14:07:33 UTC +++ src/FFmpeg.h -@@ -667,7 +667,7 @@ extern "C" { +@@ -685,7 +685,7 @@ extern "C" { FFMPEG_FUNCTION_WITH_RETURN( AVOutputFormat*, av_oformat_next, @@ -9,7 +9,7 @@ (f) ); #endif -@@ -748,7 +748,7 @@ extern "C" { +@@ -766,7 +766,7 @@ extern "C" { FFMPEG_FUNCTION_WITH_RETURN( int, av_fifo_size, @@ -18,7 +18,7 @@ (f) ); #endif -@@ -810,7 +810,7 @@ extern "C" { +@@ -828,7 +828,7 @@ extern "C" { FFMPEG_FUNCTION_WITH_RETURN( AVDictionaryEntry *, av_dict_get, Index: files/patch-src_Makefile.am =================================================================== --- files/patch-src_Makefile.am (revision 536145) +++ files/patch-src_Makefile.am (nonexistent) @@ -1,12 +0,0 @@ ---- src/Makefile.am.orig 2016-07-26 13:34:06 UTC -+++ src/Makefile.am -@@ -79,8 +79,7 @@ audacity_CPPFLAGS = \ - # /usr/local/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro 'wxCHECK_RET' - # wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") ); - # ^ --audacity_CXXFLAGS = \ -- -Wno-unused-local-typedefs -+audacity_CXXFLAGS = - - audacity_LDFLAGS = -rdynamic - audacity_LDADD = \ Property changes on: files/patch-src_Makefile.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: pkg-plist =================================================================== --- pkg-plist (revision 536145) +++ pkg-plist (working copy) @@ -1,16 +1,11 @@ bin/audacity -man/man1/audacity.1.gz -share/appdata/audacity.appdata.xml +lib/audacity/suil_qt5_in_gtk2.so +lib/audacity/suil_qt5_in_gtk3.so +lib/audacity/suil_x11.so +lib/audacity/suil_x11_in_gtk2.so +lib/audacity/suil_x11_in_gtk3.so share/applications/audacity.desktop %%DATADIR%%/EQDefaultCurves.xml -%%DATADIR%%/include/audacity/ComponentInterface.h -%%DATADIR%%/include/audacity/ConfigInterface.h -%%DATADIR%%/include/audacity/EffectAutomationParameters.h -%%DATADIR%%/include/audacity/EffectInterface.h -%%DATADIR%%/include/audacity/ImporterInterface.h -%%DATADIR%%/include/audacity/ModuleInterface.h -%%DATADIR%%/include/audacity/PluginInterface.h -%%DATADIR%%/include/audacity/Types.h %%DATADIR%%/nyquist/aud-do-support.lsp %%DATADIR%%/nyquist/dspprims.lsp %%DATADIR%%/nyquist/envelopes.lsp @@ -17,9 +12,9 @@ %%DATADIR%%/nyquist/equalizer.lsp %%DATADIR%%/nyquist/evalenv.lsp %%DATADIR%%/nyquist/fileio.lsp -%%DATADIR%%/nyquist/follow.lsp %%DATADIR%%/nyquist/init.lsp %%DATADIR%%/nyquist/misc.lsp +%%DATADIR%%/nyquist/nyinit-dbg.lsp %%DATADIR%%/nyquist/nyinit.lsp %%DATADIR%%/nyquist/nyqmisc.lsp %%DATADIR%%/nyquist/nyquist-plot.txt @@ -46,11 +41,13 @@ %%DATADIR%%/nyquist/seq.lsp %%DATADIR%%/nyquist/seqfnint.lsp %%DATADIR%%/nyquist/seqmidi.lsp +%%DATADIR%%/nyquist/sliders.lsp %%DATADIR%%/nyquist/sndfnint.lsp +%%DATADIR%%/nyquist/spec-plot.lsp +%%DATADIR%%/nyquist/spectral-analysis.lsp %%DATADIR%%/nyquist/stk.lsp %%DATADIR%%/nyquist/system.lsp %%DATADIR%%/nyquist/test.lsp -%%DATADIR%%/nyquist/upic.sal %%DATADIR%%/nyquist/velocity.lsp %%DATADIR%%/nyquist/xlinit.lsp %%DATADIR%%/nyquist/xm.lsp @@ -66,10 +63,12 @@ %%DATADIR%%/plug-ins/crossfadeclips.ny %%DATADIR%%/plug-ins/crossfadetracks.ny %%DATADIR%%/plug-ins/delay.ny +%%DATADIR%%/plug-ins/eq-xml-to-txt-converter.ny %%DATADIR%%/plug-ins/equalabel.ny %%DATADIR%%/plug-ins/highpass.ny %%DATADIR%%/plug-ins/limiter.ny %%DATADIR%%/plug-ins/lowpass.ny +%%DATADIR%%/plug-ins/noisegate.ny %%DATADIR%%/plug-ins/notch.ny %%DATADIR%%/plug-ins/nyquist-plug-in-installer.ny %%DATADIR%%/plug-ins/pluck.ny @@ -78,14 +77,15 @@ %%DATADIR%%/plug-ins/rms.ny %%DATADIR%%/plug-ins/sample-data-export.ny %%DATADIR%%/plug-ins/sample-data-import.ny +%%DATADIR%%/plug-ins/spectral-delete.ny %%DATADIR%%/plug-ins/tremolo.ny %%DATADIR%%/plug-ins/vocalrediso.ny %%DATADIR%%/plug-ins/vocoder.ny -share/icons/hicolor/16x16/apps/audacity.png -share/icons/hicolor/22x22/apps/audacity.png -share/icons/hicolor/24x24/apps/audacity.png -share/icons/hicolor/32x32/apps/audacity.png -share/icons/hicolor/48x48/apps/audacity.png +share/icons/hicolor/16x16/audacity.png +share/icons/hicolor/22x22/audacity.png +share/icons/hicolor/24x24/audacity.png +share/icons/hicolor/32x32/audacity.png +share/icons/hicolor/48x48/audacity.png share/icons/hicolor/scalable/apps/audacity.svg %%NLS%%share/locale/af/LC_MESSAGES/audacity.mo %%NLS%%share/locale/ar/LC_MESSAGES/audacity.mo