Date: Wed, 31 May 2017 18:45:18 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442254 - in head/audio/audacity: . files Message-ID: <201705311845.v4VIjIJU084525@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed May 31 18:45:18 2017 New Revision: 442254 URL: https://svnweb.freebsd.org/changeset/ports/442254 Log: - Update to 2.1.3 PR: 218104 Submitted by: xxjack12xx@gmail.com (maintainer) Deleted: head/audio/audacity/files/patch-lib-src_libnyquist_nyquist_nyqsrc_sound.h head/audio/audacity/files/patch-src_effects_VST_VSTEffect.cpp head/audio/audacity/files/patch-src_effects_vamp_LoadVamp.cpp head/audio/audacity/files/patch-src_import_ImportFLAC.cpp Modified: head/audio/audacity/Makefile head/audio/audacity/distinfo head/audio/audacity/pkg-plist Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Wed May 31 18:45:12 2017 (r442253) +++ head/audio/audacity/Makefile Wed May 31 18:45:18 2017 (r442254) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= audacity -PORTVERSION= 2.1.2 -PORTREVISION= 5 +PORTVERSION= 2.1.3 CATEGORIES= audio MASTER_SITES= https://github.com/audacity/audacity/archive/ DISTNAME= Audacity-${PORTVERSION} @@ -25,11 +24,12 @@ BROKEN_powerpc64= Does not build WRKSRC= ${WRKDIR}/${PORTNAME}-Audacity-${PORTVERSION} GNU_CONFIGURE= yes -USES= autoreconf compiler:c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix +USES= autoreconf compiler:gcc-c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_WITH= libintl-prefix="${LOCALBASE}" OPTIONS_SUB= yes +USE_GCC= 4.9+ USE_WX= 3.0+ WX_COMPS= wx INSTALLS_ICONS= yes @@ -59,7 +59,8 @@ 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_ENV+= WX_CONFIG="${WX_CONFIG}" \ + ax_cv_gcc_4_9_0=yes CONFIGURE_ARGS+= --enable-unicode \ ${ICONV_CONFIGURE_ARG} \ @@ -136,10 +137,6 @@ VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis VST_CONFIGURE_ENABLE= vst .include <bsd.port.pre.mk> - -.if ${CHOSEN_COMPILER_TYPE} == gcc -CXXFLAGS+= -std=c++11 -.endif post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} Modified: head/audio/audacity/distinfo ============================================================================== --- head/audio/audacity/distinfo Wed May 31 18:45:12 2017 (r442253) +++ head/audio/audacity/distinfo Wed May 31 18:45:18 2017 (r442254) @@ -1,2 +1,3 @@ -SHA256 (Audacity-2.1.2.tar.gz) = 90007b50cdc3885607b1afef2f158777a61c1658e869a88ec4d98c59c133f9bd -SIZE (Audacity-2.1.2.tar.gz) = 24718129 +TIMESTAMP = 1490408781 +SHA256 (Audacity-2.1.3.tar.gz) = cb30870b93c7f6f90b2ec70807ab6dcd9c3a3a29015478ae7b19af46d63bbd86 +SIZE (Audacity-2.1.3.tar.gz) = 24106855 Modified: head/audio/audacity/pkg-plist ============================================================================== --- head/audio/audacity/pkg-plist Wed May 31 18:45:12 2017 (r442253) +++ head/audio/audacity/pkg-plist Wed May 31 18:45:18 2017 (r442254) @@ -62,7 +62,6 @@ share/applications/audacity.desktop %%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 @@ -73,8 +72,10 @@ share/applications/audacity.desktop %%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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705311845.v4VIjIJU084525>