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

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	audacity
4
PORTNAME=	audacity
5
PORTVERSION=	2.3.3
5
PORTVERSION=	2.3.3
6
PORTREVISION=	1
6
PORTREVISION=	2
7
DISTVERSIONPREFIX=	Audacity-
7
DISTVERSIONPREFIX=	Audacity-
8
CATEGORIES=	audio
8
CATEGORIES=	audio
9
9
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1574484432
1
TIMESTAMP = 1579914119
2
SHA256 (audacity-audacity-Audacity-2.3.3_GH0.tar.gz) = 9ab6c8989e21165b86aad80b7e6691015cb5b0c91ab77e6170d7192f840313a8
2
SHA256 (audacity-audacity-Audacity-2.3.3_GH0.tar.gz) = 404e6c49693dedc94212fc5525974058d848536025e19da31359ae02babe8bd7
3
SIZE (audacity-audacity-Audacity-2.3.3_GH0.tar.gz) = 62099027
3
SIZE (audacity-audacity-Audacity-2.3.3_GH0.tar.gz) = 62073352
(-)files/patch-lib-src_FileDialog_Makefile.am (-1 / +1 lines)
Lines 8-14 Link Here
8
 lib_LTLIBRARIES = libFileDialog.la
8
 lib_LTLIBRARIES = libFileDialog.la
9
 
9
 
10
 libFileDialog_la_LIBTOOLFLAGS = --tag=CXX
10
 libFileDialog_la_LIBTOOLFLAGS = --tag=CXX
11
@@ -11,22 +13,32 @@ libFileDialog_la_LIBADD = $(WX_LIBS)
11
@@ -9,22 +11,32 @@ libFileDialog_la_LIBADD = $(WX_LIBS)
12
 libFileDialog_la_SOURCES = FileDialog.cpp FileDialog.h
12
 libFileDialog_la_SOURCES = FileDialog.cpp FileDialog.h
13
 
13
 
14
 if GTK
14
 if GTK
(-)files/patch-src_AudioIO.cpp (-1 / +1 lines)
Lines 8-14 Link Here
8
    #include "NoteTrack.h"
8
    #include "NoteTrack.h"
9
 #endif
9
 #endif
10
 
10
 
11
@@ -793,13 +797,22 @@ struct AudioIO::ScrubState (private)
11
@@ -794,13 +798,22 @@ struct AudioIO::ScrubState (private)
12
 // return the system time as a double
12
 // return the system time as a double
13
 static double streamStartTime = 0; // bias system time to small number
13
 static double streamStartTime = 0; // bias system time to small number
14
 
14
 

Return to bug 243578