FreeBSD Bugzilla – Attachment 181176 Details for
Bug 218104
audio/audacity: Update to 2.1.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch to upgrade audacity from 2.1.2 to 2.1.3
audacity.txt (text/plain), 2.73 KB, created by
Jack
on 2017-03-25 03:34:14 UTC
(
hide
)
Description:
Patch to upgrade audacity from 2.1.2 to 2.1.3
Filename:
MIME Type:
Creator:
Jack
Created:
2017-03-25 03:34:14 UTC
Size:
2.73 KB
patch
obsolete
>diff -urN audacity/Makefile audacity-new/Makefile >--- audacity/Makefile 2017-03-24 20:22:14.682565000 -0700 >+++ audacity-new/Makefile 2017-03-24 20:03:48.230107000 -0700 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/audio/audacity/Makefile 428352 2016-12-11 15:22:47Z jbeich $ > > PORTNAME= audacity >-PORTVERSION= 2.1.2 >-PORTREVISION= 4 >+PORTVERSION= 2.1.3 > CATEGORIES= audio > MASTER_SITES= https://github.com/audacity/audacity/archive/ > DISTNAME= Audacity-${PORTVERSION} >@@ -25,11 +24,12 @@ > 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 >@@ -137,10 +137,6 @@ > > .include <bsd.port.pre.mk> > >-.if ${CHOSEN_COMPILER_TYPE} == gcc >-CXXFLAGS+= -std=c++11 >-.endif >- > post-install: > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} > >diff -urN audacity/distinfo audacity-new/distinfo >--- audacity/distinfo 2017-03-24 20:22:14.682956000 -0700 >+++ audacity-new/distinfo 2017-03-24 19:26:22.031319000 -0700 >@@ -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 >diff -urN audacity/pkg-plist audacity-new/pkg-plist >--- audacity/pkg-plist 2017-03-24 20:22:14.681765000 -0700 >+++ audacity-new/pkg-plist 2017-03-24 20:01:16.388333000 -0700 >@@ -62,7 +62,6 @@ > %%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,13 +72,16 @@ > %%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 > %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt >+%%PORTDOCS%%%%DOCSDIR%%/README.txt > share/icons/hicolor/16x16/apps/audacity.png > share/icons/hicolor/22x22/apps/audacity.png > share/icons/hicolor/24x24/apps/audacity.png
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 218104
:
181176
|
181177
|
183543
|
183551
|
183636
|
183697
|
183724
Working