Index: head/audio/audacity/Makefile =================================================================== --- head/audio/audacity/Makefile (revision 463290) +++ head/audio/audacity/Makefile (revision 463291) @@ -1,146 +1,142 @@ # Created by: Marc van Woerkom <3d@FreeBSD.org> # $FreeBSD$ PORTNAME= audacity -PORTVERSION= 2.1.3 +PORTVERSION= 2.2.2 DISTVERSIONPREFIX= Audacity- -PORTREVISION= 3 CATEGORIES= audio MAINTAINER= xxjack12xx@gmail.com COMMENT= GUI editor for digital audio waveforms LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_aarch64= fails to configure: checking whether C++ compiler accepts -msse... no +BROKEN_powerpc64= fails to build + BUILD_DEPENDS= autogen:devel/autogen \ bash:shells/bash \ cmake:devel/cmake -LIB_DEPENDS= libexpat.so:textproc/expat2 \ +LIB_DEPENDS= libasound.so:audio/alsa-lib \ + libexpat.so:textproc/expat2 \ + libsoxr.so:audio/libsoxr \ libsndfile.so:audio/libsndfile -BROKEN_aarch64= fails to configure: checking whether C++ compiler accepts -msse... no -BROKEN_powerpc64= fails to build - -GNU_CONFIGURE= yes USES= autoreconf compiler:c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix localbase +GNU_CONFIGURE= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_WITH= libintl-prefix="${LOCALBASE}" OPTIONS_SUB= yes USE_WX= 3.0+ WX_COMPS= wx INSTALLS_ICONS= yes PORTDOCS= README.txt DOS2UNIX_GLOB= Makefile.* *.c* *.h SHEBANG_FILES= lib-src/lv2/build USE_GITHUB= yes -OPTIONS_DEFINE= NLS DEBUG DOCS ALSA DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ +OPTIONS_DEFINE= NLS DEBUG DOCS DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ MAD SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD \ SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST OPTIONS_DEFINE_amd64= SSE OPTIONS_DEFINE_i386= SSE OPTIONS_DEFAULT_amd64= SSE OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MSSE} DYNLOAD_DESC= Enable dynamic loading of lame and FFmpeg LAME_DESC= Use lame for import and export support LV2_DESC= Add LV2 plug-in support MAD_DESC= Use libmad for mp2/3 decoding support SBSMS_DESC= Use libsbsms for pitch and tempo changing SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing TAGLIB_DESC= Use TagLib for metadata support TWOLAME_DESC= Use libtwolame for MP2 export support VAMP_DESC= Vamp plug-in support VST_DESC= VST plug-in support CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" CONFIGURE_ARGS+= --disable-option-checking \ --enable-unicode \ ${ICONV_CONFIGURE_ARG} \ --with-lib-preference="local" \ --with-expat=system \ --with-libsndfile=system \ - --with-libsoxr \ + --with-libsoxr=system \ --with-midi \ --with-portaudio \ --with-portmixer=yes \ --with-widgetextra CONFIGURE_SHELL?= ${LOCALBASE}/bin/bash DEBUG_CONFIGURE_WITH= debug DOCS_BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man \ docbook2man:textproc/docbook-utils -ALSA_CONFIGURE_OFF= --disable-alsa -ALSA_CONFIGURE_WITH= alsa -ALSA_CFLAGS= -I${LOCALBASE}/include -ALSA_CXXFLAGS= -I${LOCALBASE}/include -ALSA_LDFLAGS= -L${LOCALBASE}/lib -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib - DYNLOAD_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libavcodec.pc:multimedia/ffmpeg DYNLOAD_BUILD_DEPENDS= ${LOCALBASE}/include/lame/lame.h:audio/lame DYNLOAD_CONFIGURE_ENABLE= dynamic-loading DYNLOAD_CPPFLAGS= -I${LOCALBASE}/include # for audio/lame using DYNLOAD_LDFLAGS= -L${LOCALBASE}/lib # for audio/lame using FFMPEG_CONFIGURE_WITH= ffmpeg=system FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FLAC_CONFIGURE_WITH= libflac=system FLAC_LIB_DEPENDS= libFLAC.so:audio/flac ID3TAG_CONFIGURE_WITH= libid3tag=system ID3TAG_LIB_DEPENDS= libid3tag.so:audio/libid3tag JACK_LIB_DEPENDS= libjack.so:audio/jack LADSPA_CONFIGURE_ENABLE= ladspa LADSPA_RUN_DEPENDS= listplugins:audio/ladspa MAD_CONFIGURE_WITH= libmad=system MAD_LIB_DEPENDS= libmad.so:audio/libmad LAME_CONFIGURE_ON= --with-lame=system LAME_CONFIGURE_OFF= --with-lame # --without-lame is broken LAME_CPPFLAGS= -I${LOCALBASE}/include LAME_LDFLAGS= -L${LOCALBASE}/lib LAME_LIB_DEPENDS= libmp3lame.so:audio/lame -LV2_CONFIGURE_WITH= lv2 +LV2_CONFIGURE_WITH= lv2=system +LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv \ + libsuil-0.so:audio/suil SBSMS_CONFIGURE_WITH= sbsms SOUNDTOUCH_CONFIGURE_WITH= soundtouch=system SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:audio/soundtouch SSE_CONFIGURE_ENABLE= sse TWOLAME_CONFIGURE_WITH= libtwolame=system TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame VAMP_CONFIGURE_WITH= libvamp=system VAMP_LIB_DEPENDS= libvamp-hostsdk.so:audio/vamp-plugin-sdk VORBIS_CONFIGURE_WITH= libvorbis=system VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg VST_CONFIGURE_ENABLE= vst post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${RM} ${STAGEDIR}${DOCSDIR}/LICENSE.txt post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/audio/audacity/distinfo =================================================================== --- head/audio/audacity/distinfo (revision 463290) +++ head/audio/audacity/distinfo (revision 463291) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496739477 -SHA256 (audacity-audacity-Audacity-2.1.3_GH0.tar.gz) = cb30870b93c7f6f90b2ec70807ab6dcd9c3a3a29015478ae7b19af46d63bbd86 -SIZE (audacity-audacity-Audacity-2.1.3_GH0.tar.gz) = 24106855 +TIMESTAMP = 1519297034 +SHA256 (audacity-audacity-Audacity-2.2.2_GH0.tar.gz) = 759e8efd5e4ff6cc2fdd31b36bc631307330c1a6e2d3426e3f1d46ebcf8907a3 +SIZE (audacity-audacity-Audacity-2.2.2_GH0.tar.gz) = 25947462 Index: head/audio/audacity/files/patch-lib-src_portmixer_src_px__linux__alsa.c =================================================================== --- head/audio/audacity/files/patch-lib-src_portmixer_src_px__linux__alsa.c (revision 463290) +++ head/audio/audacity/files/patch-lib-src_portmixer_src_px__linux__alsa.c (nonexistent) @@ -1,10 +0,0 @@ ---- lib-src/portmixer/src/px_linux_alsa.c.orig 2016-07-26 13:34:06 UTC -+++ lib-src/portmixer/src/px_linux_alsa.c -@@ -42,6 +42,7 @@ - - #include "portaudio.h" - #include "pa_unix_oss.h" -+#include - - #include "portmixer.h" - #include "px_mixer.h" Property changes on: head/audio/audacity/files/patch-lib-src_portmixer_src_px__linux__alsa.c ___________________________________________________________________ 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: head/audio/audacity/files/patch-src_BatchCommands.cpp =================================================================== --- head/audio/audacity/files/patch-src_BatchCommands.cpp (revision 463290) +++ head/audio/audacity/files/patch-src_BatchCommands.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/BatchCommands.cpp.orig 2016-07-26 13:34:06 UTC -+++ src/BatchCommands.cpp -@@ -151,7 +151,7 @@ bool BatchCommands::ReadChain(const wxSt - else if (cmd == wxT("ExportWav")) - cmd = wxT("ExportWAV"); - else if (cmd == wxT("Compressor") && (parm.find(wxT("DecayTime")) != parm.npos)) -- parm.Replace(wxT("DecayTime"), wxT("ReleaseTime"), NULL); // 2.0.6 -+ parm.Replace(wxT("DecayTime"), wxT("ReleaseTime"), false); // 2.0.6 - - // Add to lists - mCommandChain.Add(cmd); Property changes on: head/audio/audacity/files/patch-src_BatchCommands.cpp ___________________________________________________________________ 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: head/audio/audacity/files/patch-lib-src_portmixer_configure.ac =================================================================== --- head/audio/audacity/files/patch-lib-src_portmixer_configure.ac (revision 463290) +++ head/audio/audacity/files/patch-lib-src_portmixer_configure.ac (nonexistent) @@ -1,32 +0,0 @@ ---- lib-src/portmixer/configure.ac.orig 2016-01-08 22:05:48 UTC -+++ lib-src/portmixer/configure.ac -@@ -35,6 +35,9 @@ AC_ARG_ENABLE([debug], - [AC_SUBST( cflags, ["$cflags -g"] ) AC_MSG_RESULT(yes)], - [AC_SUBST( cflags, ["$cflags -O2"] ) AC_MSG_RESULT(no)]) - -+AC_ARG_ENABLE([alsa], -+ AC_HELP_STRING([--disable-alsa], [])) -+ - PKG_CHECK_MODULES([PORTAUDIO], [portaudio-2.0 >= 19]) - - # -@@ -43,7 +46,7 @@ PKG_CHECK_MODULES([PORTAUDIO], [portaudi - - dnl The following tests need to have the header files of portaudio available. - cppflags_save="$CPPFLAGS" --CPPFLAGS="$CPPFLAGS $PORTAUDIO_CFLAGS" -+CPPFLAGS="$PORTAUDIO_CFLAGS $CPPFLAGS" - - have_oss=no - AC_CHECK_HEADERS([sys/soundcard.h linux/soundcard.h machine/soundcard.h], have_oss=yes) -@@ -123,8 +126,8 @@ if [[ $have_oss = "yes" ]] ; then - have_support=yes - fi - --AM_CONDITIONAL([USE_LINUX_ALSA], [test "$have_alsa" = yes]) --if [[ $have_alsa = "yes" ]] ; then -+AM_CONDITIONAL([USE_LINUX_ALSA], [test "$have_alsa" = yes -a "x$enable_alsa" != "xno"]) -+if [[ $have_alsa = "yes" -a "x$enable_alsa" != "xno" ]] ; then - AC_MSG_NOTICE([Including support for ALSA]) - AC_DEFINE(PX_USE_LINUX_ALSA) - have_support=yes Property changes on: head/audio/audacity/files/patch-lib-src_portmixer_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: head/audio/audacity/files/patch-lib-src_libmad_configure.ac =================================================================== --- head/audio/audacity/files/patch-lib-src_libmad_configure.ac (revision 463290) +++ head/audio/audacity/files/patch-lib-src_libmad_configure.ac (nonexistent) @@ -1,33 +0,0 @@ ---- lib-src/libmad/configure.ac.orig 2016-01-08 22:05:48 UTC -+++ lib-src/libmad/configure.ac -@@ -141,22 +141,25 @@ then - - case "$optimize" in - -O|"-O "*) -+dnl (using audio/libmad/files/patch-configure as reference) -+AC_PROG_GREP -+AS_IF([$CC -v 2>&1 | $GREP -q clang], [CLANG=yes], [CLANG=]) - optimize="-O" - : #x optimize="$optimize -fforce-mem" - : #x optimize="$optimize -fforce-addr" - : #x optimize="$optimize -finline-functions" - : #- optimize="$optimize -fstrength-reduce" -- optimize="$optimize -fthread-jumps" -- optimize="$optimize -fcse-follow-jumps" -- optimize="$optimize -fcse-skip-blocks" -+ if @<:@ x$CLANG != xyes @:>@ ; then optimize="$optimize -fthread-jumps" ; fi -+ if @<:@ x$CLANG != xyes @:>@ ; then optimize="$optimize -fcse-follow-jumps" ; fi -+ if @<:@ x$CLANG != xyes @:>@ ; then optimize="$optimize -fcse-skip-blocks" ; fi - : #x optimize="$optimize -frerun-cse-after-loop" - : #x optimize="$optimize -frerun-loop-opt" - : #x optimize="$optimize -fgcse" - optimize="$optimize -fexpensive-optimizations" -- optimize="$optimize -fregmove" -+ if @<:@ x$CLANG != xyes @:>@ ; then optimize="$optimize -fregmove" ; fi - : #* optimize="$optimize -fdelayed-branch" - : #x optimize="$optimize -fschedule-insns" -- optimize="$optimize -fschedule-insns2" -+ if @<:@ x$CLANG != xyes @:>@ ; then optimize="$optimize -fschedule-insns2" ; fi - : #? optimize="$optimize -ffunction-sections" - : #? optimize="$optimize -fcaller-saves" - : #> optimize="$optimize -funroll-loops" Property changes on: head/audio/audacity/files/patch-lib-src_libmad_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: head/audio/audacity/files/patch-src_Audacity.h =================================================================== --- head/audio/audacity/files/patch-src_Audacity.h (revision 463290) +++ head/audio/audacity/files/patch-src_Audacity.h (nonexistent) @@ -1,16 +0,0 @@ ---- src/Audacity.h.orig 2017-06-16 13:26:40 UTC -+++ src/Audacity.h -@@ -24,13 +24,6 @@ - #ifndef __AUDACITY_H__ - #define __AUDACITY_H__ - --// If building with GNU compiler, then must be 4.9 or later. --// TODO: This would be much nicer as a standalone test in configure.ac --#if !defined(__APPLE__) && defined __GNUC__ && ( __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 9)) --#error insufficient compiler --#endif -- -- - // We only do alpha builds and release versions. - // Most of the time we're in development, so IS_ALPHA should be defined - // to 1. Property changes on: head/audio/audacity/files/patch-src_Audacity.h ___________________________________________________________________ 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: head/audio/audacity/files/patch-configure.ac =================================================================== --- head/audio/audacity/files/patch-configure.ac (revision 463290) +++ head/audio/audacity/files/patch-configure.ac (revision 463291) @@ -1,24 +1,24 @@ ---- configure.ac.orig 2016-01-08 22:05:48 UTC +--- configure.ac.orig 2016-01-08 22:05:48 UTC +++ configure.ac -@@ -235,20 +236,7 @@ +@@ -235,20 +235,7 @@ 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 test "${ax_cv_c_compiler_vendor}" = "gnu"; then +-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 Index: head/audio/audacity/files/patch-include_audacity_Types.h =================================================================== --- head/audio/audacity/files/patch-include_audacity_Types.h (revision 463290) +++ head/audio/audacity/files/patch-include_audacity_Types.h (revision 463291) @@ -1,11 +1,11 @@ ---- include/audacity/Types.h.orig 2017-03-13 21:02:21 UTC +--- include/audacity/Types.h.orig 2017-03-13 21:02:21 UTC +++ include/audacity/Types.h -@@ -70,7 +70,7 @@ public: - sampleCount ( int v ) : value { v } {} - sampleCount ( unsigned v ) : value { v } {} +@@ -72,7 +72,7 @@ sampleCount ( long v ) : value { v } {} -- sampleCount ( unsigned long v ) : value { v } {} + + // unsigned long is 64 bit on some platforms. Let it narrow. +- sampleCount ( unsigned long v ) : value ( v ) {} + sampleCount ( unsigned long v ) : value { static_cast(v) } {} // Beware implicit conversions from floating point values! // Otherwise the meaning of binary operators with sampleCount change Index: head/audio/audacity/files/patch-lib-src_portmidi_porttime_ptlinux.c =================================================================== --- head/audio/audacity/files/patch-lib-src_portmidi_porttime_ptlinux.c (nonexistent) +++ head/audio/audacity/files/patch-lib-src_portmidi_porttime_ptlinux.c (revision 463291) @@ -0,0 +1,42 @@ +--- lib-src/portmidi/porttime/ptlinux.c.orig 2018-02-22 17:57:15.438232000 -0800 ++++ lib-src/portmidi/porttime/ptlinux.c 2018-02-22 19:12:15.820418000 -0800 +@@ -31,14 +31,13 @@ + #include "porttime.h" + #include "sys/time.h" + #include "sys/resource.h" +-#include "sys/timeb.h" + #include "pthread.h" + + #define TRUE 1 + #define FALSE 0 + + static int time_started_flag = FALSE; +-static struct timeb time_offset = {0, 0, 0, 0}; ++static struct timeval time_offset = {0}; + static pthread_t pt_thread_pid; + static int pt_thread_created = FALSE; + +@@ -79,7 +78,7 @@ + PtError Pt_Start(int resolution, PtCallback *callback, void *userData) + { + if (time_started_flag) return ptNoError; +- ftime(&time_offset); /* need this set before process runs */ ++ gettimeofday(&time_offset, 0); + if (callback) { + int res; + pt_callback_parameters *parms = (pt_callback_parameters *) +@@ -121,10 +120,10 @@ + PtTimestamp Pt_Time() + { + long seconds, milliseconds; +- struct timeb now; +- ftime(&now); +- seconds = now.time - time_offset.time; +- milliseconds = now.millitm - time_offset.millitm; ++ struct timeval now; ++ gettimeofday(&now, 0); ++ seconds = now.tv_sec - time_offset.tv_sec; ++ milliseconds = (now.tv_usec / 1000) - (time_offset.tv_usec / 1000); + return seconds * 1000 + milliseconds; + } + Property changes on: head/audio/audacity/files/patch-lib-src_portmidi_porttime_ptlinux.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: head/audio/audacity/files/patch-src_AudioIO.cpp =================================================================== --- head/audio/audacity/files/patch-src_AudioIO.cpp (nonexistent) +++ head/audio/audacity/files/patch-src_AudioIO.cpp (revision 463291) @@ -0,0 +1,11 @@ +--- src/AudioIO.cpp.orig 2018-02-22 14:12:03.835431000 -0800 ++++ src/AudioIO.cpp 2018-02-22 14:01:49.487127000 -0800 +@@ -985,7 +985,7 @@ + if (usingAlsa) { + struct timespec now; + // CLOCK_MONOTONIC_RAW is unaffected by NTP or adj-time +- clock_gettime(CLOCK_MONOTONIC_RAW, &now); ++ clock_gettime(CLOCK_REALTIME, &now); + //return now.tv_sec + now.tv_nsec * 0.000000001; + return (now.tv_sec + now.tv_nsec * 0.000000001) - streamStartTime; + } Property changes on: head/audio/audacity/files/patch-src_AudioIO.cpp ___________________________________________________________________ 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: head/audio/audacity/files/patch-src_MemoryX.h =================================================================== --- head/audio/audacity/files/patch-src_MemoryX.h (nonexistent) +++ head/audio/audacity/files/patch-src_MemoryX.h (revision 463291) @@ -0,0 +1,19 @@ +--- src/MemoryX.h.orig 2018-02-22 14:12:04.240599000 -0800 ++++ src/MemoryX.h 2018-02-22 14:01:53.685861000 -0800 +@@ -1,6 +1,7 @@ + #ifndef __AUDACITY_MEMORY_X_H__ + #define __AUDACITY_MEMORY_X_H__ + ++#include + // C++ standard header with a few extensions + #include + #ifndef safenew +@@ -1171,7 +1172,7 @@ + namespace tr1 + { + #endif +- template struct hash; ++ //template struct hash; + template<> struct hash< wxString > { + size_t operator () (const wxString &str) const // noexcept + { Property changes on: head/audio/audacity/files/patch-src_MemoryX.h ___________________________________________________________________ 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: head/audio/audacity/pkg-descr =================================================================== --- head/audio/audacity/pkg-descr (revision 463290) +++ head/audio/audacity/pkg-descr (revision 463291) @@ -1,11 +1,11 @@ Audacity is a program that lets you manipulate digital audio waveforms. In addition to letting you record sounds directly from within the program, it imports many sound file formats, including WAV, AIFF, AU, IRCAM, MP3, and Ogg Vorbis. It supports all common editing operations such as Cut, Copy, and Paste, plus it will mix tracks and let you apply plug-in effects to any part of a sound. It also has a built-in amplitude envelope editor, a customizable spectrogram mode and a frequency analysis window for audio analysis applications. -WWW: http://audacityteam.org/ +WWW: https://www.audacityteam.org/ Index: head/audio/audacity/pkg-plist =================================================================== --- head/audio/audacity/pkg-plist (revision 463290) +++ head/audio/audacity/pkg-plist (revision 463291) @@ -1,146 +1,147 @@ bin/audacity man/man1/audacity.1.gz share/appdata/audacity.appdata.xml share/applications/audacity.desktop %%DATADIR%%/EQDefaultCurves.xml %%DATADIR%%/include/audacity/ConfigInterface.h %%DATADIR%%/include/audacity/EffectAutomationParameters.h %%DATADIR%%/include/audacity/EffectInterface.h %%DATADIR%%/include/audacity/IdentInterface.h %%DATADIR%%/include/audacity/ImporterInterface.h %%DATADIR%%/include/audacity/ModuleInterface.h %%DATADIR%%/include/audacity/PluginInterface.h %%DATADIR%%/include/audacity/Types.h %%DATADIR%%/nyquist/dspprims.lsp %%DATADIR%%/nyquist/envelopes.lsp %%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.lsp %%DATADIR%%/nyquist/nyqmisc.lsp %%DATADIR%%/nyquist/nyquist-plot.txt %%DATADIR%%/nyquist/nyquist.lsp %%DATADIR%%/nyquist/printrec.lsp %%DATADIR%%/nyquist/profile.lsp %%DATADIR%%/nyquist/rawwaves/mand1.raw %%DATADIR%%/nyquist/rawwaves/mand10.raw %%DATADIR%%/nyquist/rawwaves/mand11.raw %%DATADIR%%/nyquist/rawwaves/mand12.raw %%DATADIR%%/nyquist/rawwaves/mand2.raw %%DATADIR%%/nyquist/rawwaves/mand3.raw %%DATADIR%%/nyquist/rawwaves/mand4.raw %%DATADIR%%/nyquist/rawwaves/mand5.raw %%DATADIR%%/nyquist/rawwaves/mand6.raw %%DATADIR%%/nyquist/rawwaves/mand7.raw %%DATADIR%%/nyquist/rawwaves/mand8.raw %%DATADIR%%/nyquist/rawwaves/mand9.raw %%DATADIR%%/nyquist/rawwaves/mandpluk.raw %%DATADIR%%/nyquist/rawwaves/marmstk1.raw %%DATADIR%%/nyquist/rawwaves/sinewave.raw %%DATADIR%%/nyquist/sal-parse.lsp %%DATADIR%%/nyquist/sal.lsp %%DATADIR%%/nyquist/seq.lsp %%DATADIR%%/nyquist/seqfnint.lsp %%DATADIR%%/nyquist/seqmidi.lsp %%DATADIR%%/nyquist/sndfnint.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 %%DATADIR%%/plug-ins/SilenceMarker.ny %%DATADIR%%/plug-ins/SoundFinder.ny %%DATADIR%%/plug-ins/SpectralEditMulti.ny %%DATADIR%%/plug-ins/SpectralEditParametricEQ.ny %%DATADIR%%/plug-ins/SpectralEditShelves.ny %%DATADIR%%/plug-ins/StudioFadeOut.ny %%DATADIR%%/plug-ins/adjustable-fade.ny %%DATADIR%%/plug-ins/beat.ny %%DATADIR%%/plug-ins/clipfix.ny %%DATADIR%%/plug-ins/crossfadeclips.ny %%DATADIR%%/plug-ins/crossfadetracks.ny %%DATADIR%%/plug-ins/delay.ny %%DATADIR%%/plug-ins/equalabel.ny %%DATADIR%%/plug-ins/highpass.ny %%DATADIR%%/plug-ins/limiter.ny %%DATADIR%%/plug-ins/lowpass.ny %%DATADIR%%/plug-ins/notch.ny %%DATADIR%%/plug-ins/pluck.ny %%DATADIR%%/plug-ins/rhythmtrack.ny %%DATADIR%%/plug-ins/rissetdrum.ny %%DATADIR%%/plug-ins/sample-data-export.ny %%DATADIR%%/plug-ins/sample-data-import.ny %%DATADIR%%/plug-ins/tremolo.ny %%DATADIR%%/plug-ins/vocalrediso.ny %%DATADIR%%/plug-ins/vocalremover.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/scalable/apps/audacity.svg %%NLS%%share/locale/af/LC_MESSAGES/audacity.mo %%NLS%%share/locale/ar/LC_MESSAGES/audacity.mo %%NLS%%share/locale/be/LC_MESSAGES/audacity.mo %%NLS%%share/locale/bg/LC_MESSAGES/audacity.mo %%NLS%%share/locale/bn/LC_MESSAGES/audacity.mo %%NLS%%share/locale/bs/LC_MESSAGES/audacity.mo %%NLS%%share/locale/ca/LC_MESSAGES/audacity.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/audacity.mo %%NLS%%share/locale/cs/LC_MESSAGES/audacity.mo %%NLS%%share/locale/cy/LC_MESSAGES/audacity.mo %%NLS%%share/locale/da/LC_MESSAGES/audacity.mo %%NLS%%share/locale/de/LC_MESSAGES/audacity.mo %%NLS%%share/locale/el/LC_MESSAGES/audacity.mo %%NLS%%share/locale/es/LC_MESSAGES/audacity.mo %%NLS%%share/locale/eu/LC_MESSAGES/audacity.mo +%%NLS%%share/locale/eu_ES/LC_MESSAGES/audacity.mo %%NLS%%share/locale/fa/LC_MESSAGES/audacity.mo %%NLS%%share/locale/fi/LC_MESSAGES/audacity.mo %%NLS%%share/locale/fr/LC_MESSAGES/audacity.mo %%NLS%%share/locale/ga/LC_MESSAGES/audacity.mo %%NLS%%share/locale/gl/LC_MESSAGES/audacity.mo %%NLS%%share/locale/he/LC_MESSAGES/audacity.mo %%NLS%%share/locale/hi/LC_MESSAGES/audacity.mo %%NLS%%share/locale/hr/LC_MESSAGES/audacity.mo %%NLS%%share/locale/hu/LC_MESSAGES/audacity.mo %%NLS%%share/locale/hy/LC_MESSAGES/audacity.mo %%NLS%%share/locale/id/LC_MESSAGES/audacity.mo %%NLS%%share/locale/it/LC_MESSAGES/audacity.mo %%NLS%%share/locale/ja/LC_MESSAGES/audacity.mo %%NLS%%share/locale/ka/LC_MESSAGES/audacity.mo %%NLS%%share/locale/km/LC_MESSAGES/audacity.mo %%NLS%%share/locale/ko/LC_MESSAGES/audacity.mo %%NLS%%share/locale/lt/LC_MESSAGES/audacity.mo %%NLS%%share/locale/mk/LC_MESSAGES/audacity.mo %%NLS%%share/locale/my/LC_MESSAGES/audacity.mo %%NLS%%share/locale/nb/LC_MESSAGES/audacity.mo %%NLS%%share/locale/nl/LC_MESSAGES/audacity.mo %%NLS%%share/locale/oc/LC_MESSAGES/audacity.mo %%NLS%%share/locale/pl/LC_MESSAGES/audacity.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/audacity.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/audacity.mo %%NLS%%share/locale/ro/LC_MESSAGES/audacity.mo %%NLS%%share/locale/ru/LC_MESSAGES/audacity.mo %%NLS%%share/locale/sk/LC_MESSAGES/audacity.mo %%NLS%%share/locale/sl/LC_MESSAGES/audacity.mo %%NLS%%share/locale/sr_RS/LC_MESSAGES/audacity.mo %%NLS%%share/locale/sr_RS@latin/LC_MESSAGES/audacity.mo %%NLS%%share/locale/sv/LC_MESSAGES/audacity.mo %%NLS%%share/locale/ta/LC_MESSAGES/audacity.mo %%NLS%%share/locale/tg/LC_MESSAGES/audacity.mo %%NLS%%share/locale/tr/LC_MESSAGES/audacity.mo %%NLS%%share/locale/uk/LC_MESSAGES/audacity.mo %%NLS%%share/locale/vi/LC_MESSAGES/audacity.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/audacity.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/audacity.mo share/mime/packages/audacity.xml share/pixmaps/audacity.xpm share/pixmaps/audacity16.xpm share/pixmaps/audacity32.xpm share/pixmaps/gnome-mime-application-x-audacity-project.xpm