View | Details | Raw Unified | Return to bug 113240
Collapse All | Expand All

(-)audacity/Makefile Fri Jun 1 07:54:58 2007 (-3 / +2 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/audio/audacity/Makefile,v 1.33 2007/05/19 19:58:09 flz Exp $
5
# $FreeBSD: ports/audio/audacity/Makefile,v 1.33 2007/05/19 19:58:09 flz Exp $
6
PORTNAME=      audacity
6
PORTNAME=      audacity
7
PORTVERSION=   1.2.4b
7
PORTVERSION=   1.2.6
8
PORTREVISION=  1
9
CATEGORIES=    audio
8
CATEGORIES=    audio
10
MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
9
MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITE_SUBDIR=    ${PORTNAME}
10
MASTER_SITE_SUBDIR=    ${PORTNAME}
Lines 24-30 Link Here
24
USE_GMAKE=     yes
23
USE_GMAKE=     yes
25
USE_X_PREFIX=  yes
24
USE_X_PREFIX=  yes
26
USE_GETTEXT=   yes
25
USE_GETTEXT=   yes
27
USE_WX=                2.6
26
USE_WX=                2.4
28
MAN1=          audacity.1
27
MAN1=          audacity.1
29
MANCOMPRESSED= yes
28
MANCOMPRESSED= yes
(-)audacity/distinfo Fri Jun 1 07:43:41 2007 (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (audacity-src-1.2.4b.tar.gz) = 37df5b6119302f7ab77ca16d25311756
2
SHA256 (audacity-src-1.2.4b.tar.gz) =
Line 7 Link Here
7
SIZE (audacity-src-1.2.4b.tar.gz) = 4499894
6
MD5 (audacity-src-1.2.6.tar.gz) = 5477ddca23592ae06cc3295f91961ec0
7
SHA256 (audacity-src-1.2.6.tar.gz) =
Line 47728 Link Here
2
SIZE (audacity-src-1.2.6.tar.gz) = 4882379
(-)audacity/files/patch-gcc41 Wed Dec 31 16:00:00 1969 (-11 lines)
Lines 1-11 Link Here
1
--- lib-src/soundtouch/include/SoundTouch.h.orig        Sun Nov 27
2
+++ lib-src/soundtouch/include/SoundTouch.h     Sun Dec 17 22:52:47 2006
3
@@ -146,7 +146,7 @@
4
     static const char *getVersionString();
5
6
     /// Get SoundTouch library version Id
7
-    static uint SoundTouch::getVersionId();
8
+    static uint getVersionId();
9
10
     /// Sets new rate control value. Normal rate = 1.0, smaller values
11
     /// represent slower rate, larger faster rates.
(-)audacity/files/patch-src-effects-ToneGen.cpp Wed Dec 31 16:00:00 1969 (-11 lines)
Lines 1-11 Link Here
1
--- work/audacity-src-1.2.4b/src/effects/ToneGen.cpp.old       Sat
2
+++ src/effects/ToneGen.cpp    Sat Feb 11 11:52:07 2006
3
@@ -265,7 +265,7 @@
4
    item2->Add(item3, 0, wxALIGN_CENTRE | wxALL, 5);
5
6
    wxChoice *item4 = new wxChoice(parent, ID_WAVEFORM, wxDefaultPosition,
7
-                                  wxSize(80, -1), 0, NULL);
8
+                                  wxSize(80, -1), 0, NULL, 0);
9
    item2->Add(item4, 0, wxALIGN_CENTRE | wxALL, 5);
10
11
    item0->Add(item2, 1, wxALIGN_CENTRE | wxALL, 5);

Return to bug 113240