Date: Sun, 22 Nov 2015 20:11:52 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402243 - in head: . audio/audacity audio/audacity/files Message-ID: <201511222011.tAMKBqDd057186@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Nov 22 20:11:52 2015 New Revision: 402243 URL: https://svnweb.freebsd.org/changeset/ports/402243 Log: Update to upstream version 2.1.1 PR: 203607 Submitted by: xxjack12xx@gmail.com Reviewed by: yuri@rawbw.com, koobs, riggs Added: head/audio/audacity/files/patch-Makefile.in (contents, props changed) head/audio/audacity/files/patch-lib-src__libmad__configure (contents, props changed) head/audio/audacity/files/patch-lib-src__libsoxr__configure (contents, props changed) head/audio/audacity/files/patch-lib-src__lv2__Makefile (contents, props changed) head/audio/audacity/files/patch-lib-src__soundtouch__source__SoundTouch__Makefile.am (contents, props changed) head/audio/audacity/files/patch-lib-src__soundtouch__source__SoundTouch__Makefile.in (contents, props changed) head/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h (contents, props changed) head/audio/audacity/files/patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h (contents, props changed) head/audio/audacity/files/patch-lib-src_portmixer_include_portmixer.h (contents, props changed) head/audio/audacity/files/patch-src_AudioIO.h (contents, props changed) head/audio/audacity/files/patch-src_DeviceManager.cpp (contents, props changed) head/audio/audacity/files/patch-src_prefs_DevicePrefs.cpp (contents, props changed) head/audio/audacity/pkg-message (contents, props changed) Deleted: head/audio/audacity/files/patch-cext.h head/audio/audacity/files/patch-portaudio.h head/audio/audacity/files/patch-xlisp.h Modified: head/UPDATING head/audio/audacity/Makefile head/audio/audacity/distinfo head/audio/audacity/files/patch-lib-src__libnyquist__nyquist__nyqstk__include__FileRead.h head/audio/audacity/files/patch-src_FFmpeg.h head/audio/audacity/files/patch-src__Makefile.in head/audio/audacity/files/patch-src_effects_VST_VSTEffect.cpp head/audio/audacity/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Nov 22 20:05:34 2015 (r402242) +++ head/UPDATING Sun Nov 22 20:11:52 2015 (r402243) @@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20151122: + AFFECTS: users of audio/audacity + AUTHOR: riggs@FreeBSD.org + + Audacity has been upgraded to version 2.1.1. Changes in its settings + processing may prevent it from starting. If this happens, removing its + user-specific configuration directory ~/.audacity-data resolves this. + 20151118: AFFECTS: users of mail/rmilter AUTHOR: vsevolod@FreeBSD.org Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Sun Nov 22 20:05:34 2015 (r402242) +++ head/audio/audacity/Makefile Sun Nov 22 20:11:52 2015 (r402243) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= audacity -PORTVERSION= 2.1.0 -PORTREVISION= 5 +PORTVERSION= 2.1.1 CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} -DISTNAME= ${PORTNAME}-minsrc-${PORTVERSION} +MASTER_SITES= https://github.com/audacity/audacity/archive/ +DISTNAME= Audacity-${PORTVERSION} MAINTAINER= xxjack12xx@gmail.com COMMENT= GUI editor for digital audio waveforms @@ -16,23 +15,28 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile -WRKSRC= ${WRKDIR}/${PORTNAME}-minsrc-${PORTVERSION} +BUILD_DEPENDS+= autogen:${PORTSDIR}/devel/autogen \ + bash:${PORTSDIR}/shells/bash \ + cmake:${PORTSDIR}/devel/cmake + +WRKSRC= ${WRKDIR}/${PORTNAME}-Audacity-${PORTVERSION} GNU_CONFIGURE= yes -USES= cpe desktop-file-utils gettext gmake pkgconfig shared-mime-info \ - tar:xz +USES= compiler:c11 cpe desktop-file-utils gmake pkgconfig shared-mime-info shebangfix dos2unix +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls +OPTIONS_SUB= yes USE_WX= 2.8+ -WX_UNICODE= yes WX_COMPS= wx INSTALLS_ICONS= yes PORTDOCS= README.txt +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= NLS DEBUG DOCS FLAC ID3TAG LADSPA LAME MAD MIDI \ + SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST +OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD MIDI \ + SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST -OPTIONS_DEFINE= DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME MAD MIDI NYQUIST \ - PORTMIXER SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST -OPTIONS_SINGLE= SAMPLERATED -OPTIONS_SINGLE_SAMPLERATED= SAMPLERATE #SOXR -OPTIONS_DEFAULT= FFMPEG FLAC ID3TAG LADSPA MAD MIDI NYQUIST \ - PORTMIXER SBSMS SOUNDTOUCH SAMPLERATE TWOLAME VAMP VORBIS VST OPTIONS_DEFINE_amd64= SSE OPTIONS_DEFINE_i386= SSE OPTIONS_DEFAULT_amd64= SSE @@ -42,13 +46,8 @@ DEBUG_DESC= Enable debug support LAME_DESC= Use lame for import and export support MAD_DESC= Use libmad for mp2/3 decoding support MIDI_DESC= Use portSMF for Midi support -NYQUIST_DESC= Nyquist plug-in support -SAMPLERATE_DESC= Use libsamplerate for sample rate conversion -SAMPLERATED_DESC= Default sample rate conversion support -PORTMIXER_DESC= Compile with PortMixer support SBSMS_DESC= Use libsbsms for pitch and tempo changing SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing -#SOXR_DESC= Use libsoxr for sample rate conversion TAGLIB_DESC= Use TagLib for metadata support TWOLAME_DESC= Use libtwolame for MP2 export support VAMP_DESC= Vamp plug-in support @@ -56,17 +55,12 @@ VST_DESC= VST plug-in support CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" -CONFIGURE_ARGS+= --with-lib-preference="local system" \ - --enable-portaudio --enable-unicode +CONFIGURE_ARGS+= --with-lib-preference="local system" --without-lv2 --without-ffmpeg \ + --enable-portaudio --enable-unicode --with-libsoxr -DEBUG_CONFIGURE_WITH= debug +CONFIGURE_SHELL?=${LOCALBASE}/bin/bash -FFMPEG_CONFIGURE_WITH= ffmpeg -FFMPEG_RUN_DEPENDS= ${LOCALBASE}/bin/ffmpeg:${PORTSDIR}/multimedia/ffmpeg -FFMPEG_LIB_DEPENDS= libavformat.so:${PORTSDIR}/multimedia/ffmpeg -FFMPEG_CFLAGS= -I${LOCALBASE}/include/ffmpeg -FFMPEG_CPPFLAGS= -I${LOCALBASE}/include/ffmpeg -FFMPEG_CXXFLAGS= -I${LOCALBASE}/include/ffmpeg +DEBUG_CONFIGURE_WITH= debug FLAC_CONFIGURE_WITH= libflac FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac @@ -87,21 +81,11 @@ MIDI_CONFIGURE_WITH= midi LAME_CONFIGURE_WITH= lame LAME_LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame -NYQUIST_CONFIGURE_ENABLE= nyquist - -PORTMIXER_CONFIGURE_WITH= portmixer - -SAMPLERATE_CONFIGURE_WITH= libsamplerate -SAMPLERATE_LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate - SBSMS_CONFIGURE_WITH= sbsms SOUNDTOUCH_CONFIGURE_WITH= soundtouch SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:${PORTSDIR}/audio/soundtouch -#SOXR_CONFIGURE_WITH= libsoxr -#SOXR_BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake - SSE_CONFIGURE_ENABLE= sse TWOLAME_CONFIGURE_WITH= libtwolame @@ -121,12 +105,6 @@ CFLAGS+= -I${WRKSRC}/lib-src/portsmf \ -I${WRKSRC}/lib-src/portaudio-v19/include \ -I${WRKSRC}/lib-src/lame -I${LOCALBASE}/include -post-patch: - @${REINPLACE_CMD} -e 's|inline void|static inline void|' ${WRKSRC}/lib-src/libnyquist/nyquist/ffts/src/fftlib.c - -post-patch-PORTMIXER-off: - @${REINPLACE_CMD} -e 's/ portmixer / /' ${WRKSRC}/lib-src/Makefile.in - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} Modified: head/audio/audacity/distinfo ============================================================================== --- head/audio/audacity/distinfo Sun Nov 22 20:05:34 2015 (r402242) +++ head/audio/audacity/distinfo Sun Nov 22 20:11:52 2015 (r402243) @@ -1,2 +1,2 @@ -SHA256 (audacity-minsrc-2.1.0.tar.xz) = b0d98d89b38be233e88af81e1add649732484b6f8feec95dc5977accdde042b3 -SIZE (audacity-minsrc-2.1.0.tar.xz) = 5104924 +SHA256 (Audacity-2.1.1.tar.gz) = 15c5ff7ac1c0b19b08f4bdcb0f4988743da2f9ed3fab41d6f07600e67cb9ddb6 +SIZE (Audacity-2.1.1.tar.gz) = 24327048 Added: head/audio/audacity/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-Makefile.in Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2015-11-05 07:57:02 UTC ++++ Makefile.in +@@ -476,7 +476,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + SUBDIRS = help images lib-src po src tests + ACLOCAL_AMFLAGS = -I m4 +-bin_SCRIPTS = audacity$(EXEEXT) ++bin_PROGRAMS = audacity$(EXEEXT) + dist_doc_DATA = LICENSE.txt README.txt + dist_pkgdata_DATA = presets/EQDefaultCurves.xml + nobase_dist_pkgdata_DATA = \ Added: head/audio/audacity/files/patch-lib-src__libmad__configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-lib-src__libmad__configure Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,20 @@ +--- lib-src/libmad/configure.orig 2015-07-11 10:02:22 UTC ++++ lib-src/libmad/configure +@@ -11983,17 +11983,12 @@ then + : #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" + : #x optimize="$optimize -frerun-cse-after-loop" + : #x optimize="$optimize -frerun-loop-opt" + : #x optimize="$optimize -fgcse" + optimize="$optimize -fexpensive-optimizations" +- optimize="$optimize -fregmove" + : #* optimize="$optimize -fdelayed-branch" + : #x optimize="$optimize -fschedule-insns" +- optimize="$optimize -fschedule-insns2" + : #? optimize="$optimize -ffunction-sections" + : #? optimize="$optimize -fcaller-saves" + : #> optimize="$optimize -funroll-loops" Modified: head/audio/audacity/files/patch-lib-src__libnyquist__nyquist__nyqstk__include__FileRead.h ============================================================================== --- head/audio/audacity/files/patch-lib-src__libnyquist__nyquist__nyqstk__include__FileRead.h Sun Nov 22 20:05:34 2015 (r402242) +++ head/audio/audacity/files/patch-lib-src__libnyquist__nyquist__nyqstk__include__FileRead.h Sun Nov 22 20:11:52 2015 (r402243) @@ -1,5 +1,5 @@ ---- ./lib-src/libnyquist/nyquist/nyqstk/include/FileRead.h.orig 2011-05-04 17:18:48.000000000 +0200 -+++ ./lib-src/libnyquist/nyquist/nyqstk/include/FileRead.h 2011-05-04 17:19:13.000000000 +0200 +--- lib-src/libnyquist/nyquist/nyqstk/include/FileRead.h.orig 2015-07-11 10:02:22 UTC ++++ lib-src/libnyquist/nyquist/nyqstk/include/FileRead.h @@ -33,6 +33,7 @@ #define STK_FILEREAD_H Added: head/audio/audacity/files/patch-lib-src__libsoxr__configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-lib-src__libsoxr__configure Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,9 @@ +--- lib-src/libsoxr/configure.orig 2015-07-11 10:02:22 UTC ++++ lib-src/libsoxr/configure +@@ -12,6 +12,5 @@ + + srcdir="$@" + srcdir="${srcdir#*--srcdir=}" +-srcdir="./${srcdir/ */}" + + cmake -DBUILD_SHARED_LIBS=OFF -DWITH_OPENMP=OFF "${srcdir}" Added: head/audio/audacity/files/patch-lib-src__lv2__Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-lib-src__lv2__Makefile Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,10 @@ +--- lib-src/lv2/Makefile.orig 2015-07-11 10:02:22 UTC ++++ lib-src/lv2/Makefile +@@ -1,7 +1,6 @@ + include srcdir.mk + + all: +- ./build --srcdir=$(srcdir) + + check: + Added: head/audio/audacity/files/patch-lib-src__soundtouch__source__SoundTouch__Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-lib-src__soundtouch__source__SoundTouch__Makefile.am Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,11 @@ +--- lib-src/soundtouch/source/SoundTouch/Makefile.am.orig 2015-07-11 10:02:22 UTC ++++ lib-src/soundtouch/source/SoundTouch/Makefile.am +@@ -32,7 +32,7 @@ libSoundTouch_la_SOURCES=AAFilter.cpp FI + + + # Compiler flags +-AM_CXXFLAGS=-O3 -fcheck-new -I../../include ++AM_CXXFLAGS=-O3 -I../../include + + # Compile the files that need MMX and SSE individually. + libSoundTouch_la_LIBADD=libSoundTouchMMX.la libSoundTouchSSE.la Added: head/audio/audacity/files/patch-lib-src__soundtouch__source__SoundTouch__Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-lib-src__soundtouch__source__SoundTouch__Makefile.in Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,11 @@ +--- lib-src/soundtouch/source/SoundTouch/Makefile.in.orig 2015-07-11 10:02:22 UTC ++++ lib-src/soundtouch/source/SoundTouch/Makefile.in +@@ -346,7 +346,7 @@ lib_LTLIBRARIES = libSoundTouch.la + libSoundTouch_la_SOURCES = AAFilter.cpp FIRFilter.cpp FIFOSampleBuffer.cpp RateTransposer.cpp SoundTouch.cpp TDStretch.cpp cpu_detect_x86.cpp BPMDetect.cpp PeakFinder.cpp + + # Compiler flags +-AM_CXXFLAGS = -O3 -fcheck-new -I../../include ++AM_CXXFLAGS = -O3 -I../../include + + # Compile the files that need MMX and SSE individually. + libSoundTouch_la_LIBADD = libSoundTouchMMX.la libSoundTouchSSE.la Added: head/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,11 @@ +--- lib-src/libnyquist/nyquist/cmt/cext.h.orig 2015-07-11 10:02:22 UTC ++++ lib-src/libnyquist/nyquist/cmt/cext.h +@@ -58,7 +58,7 @@ EXIT(n) -- calls exit(n) after shutting + #include <malloc.h> + #endif + +-#if NEED_ULONG ++#if NEED_ULONG || __FreeBSD__ + typedef unsigned long ulong; + #endif + Added: head/audio/audacity/files/patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,18 @@ +--- lib-src/libnyquist/nyquist/xlisp/xlisp.h.orig 2015-07-11 10:02:22 UTC ++++ lib-src/libnyquist/nyquist/xlisp/xlisp.h +@@ -153,6 +153,15 @@ extern long ptrtoabs(); + #endif + #endif + ++/* FreeBSD */ ++#ifdef __FreeBSD__ ++#if __BYTE_ORDER == __LITTLE_ENDIAN ++#define XL_LITTLE_ENDIAN ++#else ++#define XL_BIG_ENDIAN ++#endif ++#endif ++ + /* Apple CC */ + #ifdef __APPLE__ + #define NNODES 2000 Added: head/audio/audacity/files/patch-lib-src_portmixer_include_portmixer.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-lib-src_portmixer_include_portmixer.h Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,11 @@ +--- lib-src/portmixer/include/portmixer.h.orig 2015-07-11 10:02:22 UTC ++++ lib-src/portmixer/include/portmixer.h +@@ -45,7 +45,7 @@ extern "C" + * + */ + +-#include "portaudio.h" ++#include "../../portaudio-v19/include/portaudio.h" + + typedef void PxMixer; + Added: head/audio/audacity/files/patch-src_AudioIO.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-src_AudioIO.h Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,11 @@ +--- src/AudioIO.h.orig 2015-07-11 10:02:22 UTC ++++ src/AudioIO.h +@@ -13,7 +13,7 @@ + #ifndef __AUDACITY_AUDIO_IO__ + #define __AUDACITY_AUDIO_IO__ + +-#include "portaudio.h" ++#include "../lib-src/portaudio-v19/include/portaudio.h" + #include "Audacity.h" + #include "Experimental.h" + Added: head/audio/audacity/files/patch-src_DeviceManager.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-src_DeviceManager.cpp Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,11 @@ +--- src/DeviceManager.cpp.orig 2015-07-11 10:02:22 UTC ++++ src/DeviceManager.cpp +@@ -6,7 +6,7 @@ + + ******************************************************************/ + +-#include "portaudio.h" ++#include "../lib-src/portaudio-v19/include/portaudio.h" + #ifdef __WXMSW__ + #include "pa_win_wasapi.h" + #endif Modified: head/audio/audacity/files/patch-src_FFmpeg.h ============================================================================== --- head/audio/audacity/files/patch-src_FFmpeg.h Sun Nov 22 20:05:34 2015 (r402242) +++ head/audio/audacity/files/patch-src_FFmpeg.h Sun Nov 22 20:11:52 2015 (r402243) @@ -1,6 +1,6 @@ ---- src/FFmpeg.h.orig 2015-03-02 01:06:57 UTC +--- src/FFmpeg.h.orig 2015-07-11 10:02:22 UTC +++ src/FFmpeg.h -@@ -688,7 +688,7 @@ extern "C" { +@@ -689,7 +689,7 @@ extern "C" { FFMPEG_FUNCTION_WITH_RETURN( AVOutputFormat*, av_oformat_next, @@ -9,7 +9,7 @@ (f) ); FFMPEG_FUNCTION_WITH_RETURN( -@@ -755,7 +755,7 @@ extern "C" { +@@ -756,7 +756,7 @@ extern "C" { FFMPEG_FUNCTION_WITH_RETURN( int, av_fifo_size, @@ -18,7 +18,7 @@ (f) ); FFMPEG_FUNCTION_WITH_RETURN( -@@ -801,7 +801,7 @@ extern "C" { +@@ -802,7 +802,7 @@ extern "C" { FFMPEG_FUNCTION_WITH_RETURN( AVDictionaryEntry *, av_dict_get, Modified: head/audio/audacity/files/patch-src__Makefile.in ============================================================================== --- head/audio/audacity/files/patch-src__Makefile.in Sun Nov 22 20:05:34 2015 (r402242) +++ head/audio/audacity/files/patch-src__Makefile.in Sun Nov 22 20:11:52 2015 (r402243) @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig 2014-09-22 20:38:13 UTC +--- src/Makefile.in.orig 2015-07-11 10:02:22 UTC +++ src/Makefile.in -@@ -1055,8 +1055,7 @@ +@@ -1118,8 +1118,7 @@ audacity_CPPFLAGS = -D__STDC_CONSTANT_MA # /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") ); # ^ Modified: head/audio/audacity/files/patch-src_effects_VST_VSTEffect.cpp ============================================================================== --- head/audio/audacity/files/patch-src_effects_VST_VSTEffect.cpp Sun Nov 22 20:05:34 2015 (r402242) +++ head/audio/audacity/files/patch-src_effects_VST_VSTEffect.cpp Sun Nov 22 20:11:52 2015 (r402243) @@ -1,6 +1,6 @@ ---- src/effects/VST/VSTEffect.cpp 2015-03-31 23:03:30.000000000 -0700 -+++ src/effects/VST/VSTEffect.cpp 2015-03-01 17:06:58.000000000 -0800 -@@ -2609,7 +2609,7 @@ +--- src/effects/VST/VSTEffect.cpp.orig 2015-07-11 10:02:22 UTC ++++ src/effects/VST/VSTEffect.cpp +@@ -2576,7 +2576,7 @@ bool VSTEffect::Load() // symbols. // // Once we define a proper external API, the flags can be removed. Added: head/audio/audacity/files/patch-src_prefs_DevicePrefs.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-src_prefs_DevicePrefs.cpp Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,11 @@ +--- src/prefs/DevicePrefs.cpp.orig 2015-07-11 10:02:22 UTC ++++ src/prefs/DevicePrefs.cpp +@@ -30,7 +30,7 @@ other settings. + #include <wx/intl.h> + #include <wx/log.h> + +-#include "portaudio.h" ++#include "../../lib-src/portaudio-v19/include/portaudio.h" + + #include "../AudioIO.h" + #include "../Internat.h" Added: head/audio/audacity/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/pkg-message Sun Nov 22 20:11:52 2015 (r402243) @@ -0,0 +1,3 @@ +Starting with 2.1, Audacity's settings file format is not 100% compatible +with previous versions. If Audacity fails to start up, the affected users +can resolve the issue by removing the ~/.audacity-data directory. Modified: head/audio/audacity/pkg-plist ============================================================================== --- head/audio/audacity/pkg-plist Sun Nov 22 20:05:34 2015 (r402242) +++ head/audio/audacity/pkg-plist Sun Nov 22 20:11:52 2015 (r402243) @@ -11,7 +11,6 @@ share/applications/audacity.desktop %%DATADIR%%/include/audacity/ModuleInterface.h %%DATADIR%%/include/audacity/PluginInterface.h %%DATADIR%%/include/audacity/Types.h -%%DATADIR%%/nyquist/bug.lsp %%DATADIR%%/nyquist/dspprims.lsp %%DATADIR%%/nyquist/envelopes.lsp %%DATADIR%%/nyquist/equalizer.lsp @@ -49,25 +48,34 @@ share/applications/audacity.desktop %%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/clicktrack.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/rissetdrum.ny %%DATADIR%%/plug-ins/sample-data-export.ny %%DATADIR%%/plug-ins/tremolo.ny +%%DATADIR%%/plug-ins/vocalrediso.ny %%DATADIR%%/plug-ins/vocalremover.ny %%DATADIR%%/plug-ins/vocoder.ny %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt @@ -77,60 +85,60 @@ share/icons/hicolor/24x24/apps/audacity. share/icons/hicolor/32x32/apps/audacity.png share/icons/hicolor/48x48/apps/audacity.png share/icons/hicolor/scalable/apps/audacity.svg -share/locale/af/LC_MESSAGES/audacity.mo -share/locale/ar/LC_MESSAGES/audacity.mo -share/locale/be/LC_MESSAGES/audacity.mo -share/locale/bg/LC_MESSAGES/audacity.mo -share/locale/bn/LC_MESSAGES/audacity.mo -share/locale/bs/LC_MESSAGES/audacity.mo -share/locale/ca/LC_MESSAGES/audacity.mo -share/locale/ca@valencia/LC_MESSAGES/audacity.mo -share/locale/cs/LC_MESSAGES/audacity.mo -share/locale/cy/LC_MESSAGES/audacity.mo -share/locale/da/LC_MESSAGES/audacity.mo -share/locale/de/LC_MESSAGES/audacity.mo -share/locale/el/LC_MESSAGES/audacity.mo -share/locale/es/LC_MESSAGES/audacity.mo -share/locale/eu/LC_MESSAGES/audacity.mo -share/locale/fa/LC_MESSAGES/audacity.mo -share/locale/fi/LC_MESSAGES/audacity.mo -share/locale/fr/LC_MESSAGES/audacity.mo -share/locale/ga/LC_MESSAGES/audacity.mo -share/locale/gl/LC_MESSAGES/audacity.mo -share/locale/he/LC_MESSAGES/audacity.mo -share/locale/hi/LC_MESSAGES/audacity.mo -share/locale/hr/LC_MESSAGES/audacity.mo -share/locale/hu/LC_MESSAGES/audacity.mo -share/locale/hy/LC_MESSAGES/audacity.mo -share/locale/id/LC_MESSAGES/audacity.mo -share/locale/it/LC_MESSAGES/audacity.mo -share/locale/ja/LC_MESSAGES/audacity.mo -share/locale/ka/LC_MESSAGES/audacity.mo -share/locale/km/LC_MESSAGES/audacity.mo -share/locale/ko/LC_MESSAGES/audacity.mo -share/locale/lt/LC_MESSAGES/audacity.mo -share/locale/mk/LC_MESSAGES/audacity.mo -share/locale/my/LC_MESSAGES/audacity.mo -share/locale/nb/LC_MESSAGES/audacity.mo -share/locale/nl/LC_MESSAGES/audacity.mo -share/locale/oc/LC_MESSAGES/audacity.mo -share/locale/pl/LC_MESSAGES/audacity.mo -share/locale/pt/LC_MESSAGES/audacity.mo -share/locale/pt_BR/LC_MESSAGES/audacity.mo -share/locale/ro/LC_MESSAGES/audacity.mo -share/locale/ru/LC_MESSAGES/audacity.mo -share/locale/sk/LC_MESSAGES/audacity.mo -share/locale/sl/LC_MESSAGES/audacity.mo -share/locale/sr_RS/LC_MESSAGES/audacity.mo -share/locale/sr_RS@latin/LC_MESSAGES/audacity.mo -share/locale/sv/LC_MESSAGES/audacity.mo -share/locale/ta/LC_MESSAGES/audacity.mo -share/locale/tg/LC_MESSAGES/audacity.mo -share/locale/tr/LC_MESSAGES/audacity.mo -share/locale/uk/LC_MESSAGES/audacity.mo -share/locale/vi/LC_MESSAGES/audacity.mo -share/locale/zh/LC_MESSAGES/audacity.mo -share/locale/zh_TW/LC_MESSAGES/audacity.mo +%%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/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/LC_MESSAGES/audacity.mo +%%NLS%%share/locale/pt_BR/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/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511222011.tAMKBqDd057186>