audacity: 1.2.3 -> 1.2.4b
This commit is contained in:
parent
c3c983762a
commit
3c01e41da6
@ -27,6 +27,7 @@ drwxr-xr-x root/root usr/share/audacity/nyquist/
|
||||
-rw-r--r-- root/root usr/share/audacity/nyquist/test.lsp
|
||||
-rw-r--r-- root/root usr/share/audacity/nyquist/xlinit.lsp
|
||||
drwxr-xr-x root/root usr/share/audacity/plug-ins/
|
||||
-rw-r--r-- root/root usr/share/audacity/plug-ins/SilenceMarker.ny
|
||||
-rw-r--r-- root/root usr/share/audacity/plug-ins/clicktrack.ny
|
||||
-rw-r--r-- root/root usr/share/audacity/plug-ins/crossfadein.ny
|
||||
-rw-r--r-- root/root usr/share/audacity/plug-ins/crossfadeout.ny
|
||||
|
@ -1,2 +1 @@
|
||||
dbfc1b401420aa694753d35acb5a8a28 audacity-src-1.2.3.tar.gz
|
||||
396b59f38c645b10670e509f114be4ee audacity.patch
|
||||
37df5b6119302f7ab77ca16d25311756 audacity-src-1.2.4b.tar.gz
|
||||
|
@ -4,14 +4,12 @@
|
||||
# Depends on: wxgtk, libogg, libmad, lame
|
||||
|
||||
name=audacity
|
||||
version=1.2.3
|
||||
version=1.2.4b
|
||||
release=2
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-src-$version.tar.gz
|
||||
$name.patch)
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-src-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-src-$version
|
||||
patch -p1 < $SRC/$name.patch
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
|
@ -1,109 +0,0 @@
|
||||
--- audacity-src-1.2.1/src/blockfile/LegacyBlockFile.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
||||
+++ audacity-src-1.2.1/src/blockfile/LegacyBlockFile.cpp 2004-06-07 10:55:38.625430553 +0200
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
|
||||
-#include <wx/ffile.h>
|
||||
+#include <wx/wx.h>
|
||||
#include <wx/utils.h>
|
||||
|
||||
#include "LegacyBlockFile.h"
|
||||
--- audacity-src-1.2.1/src/blockfile/SimpleBlockFile.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
||||
+++ audacity-src-1.2.1/src/blockfile/SimpleBlockFile.cpp 2004-06-07 10:56:08.705681916 +0200
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
-#include <wx/ffile.h>
|
||||
+#include <wx/wx.h>
|
||||
#include <wx/utils.h>
|
||||
|
||||
#include "SimpleBlockFile.h"
|
||||
--- audacity-src-1.2.1/src/SampleFormat.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
||||
+++ audacity-src-1.2.1/src/SampleFormat.cpp 2004-06-07 10:55:04.126142293 +0200
|
||||
@@ -44,6 +44,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <wx/wx.h>
|
||||
|
||||
#include "SampleFormat.h"
|
||||
#include "Prefs.h"
|
||||
--- audacity-src-1.2.1/src/Resample.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
||||
+++ audacity-src-1.2.1/src/Resample.cpp 2004-06-07 10:59:26.100332079 +0200
|
||||
@@ -15,11 +15,12 @@
|
||||
of Audacity that links to libsamplerate and also has plug-in support.
|
||||
|
||||
**********************************************************************/
|
||||
+#include <wx/wx.h>
|
||||
+#include <wx/intl.h>
|
||||
|
||||
#include "Resample.h"
|
||||
#include "Prefs.h"
|
||||
|
||||
-#include <wx/intl.h>
|
||||
|
||||
#if USE_LIBRESAMPLE
|
||||
|
||||
--- audacity-src-1.2.1/src/Sequence.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
||||
+++ audacity-src-1.2.1/src/Sequence.cpp 2004-06-07 11:00:00.440619266 +0200
|
||||
@@ -13,6 +13,7 @@
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
|
||||
+#include <wx/wx.h>
|
||||
#include <wx/dynarray.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/ffile.h>
|
||||
--- audacity-src-1.2.1/src/Track.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
||||
+++ audacity-src-1.2.1/src/Track.cpp 2004-06-07 11:00:44.144984808 +0200
|
||||
@@ -9,6 +9,7 @@
|
||||
**********************************************************************/
|
||||
|
||||
#include <float.h>
|
||||
+#include <wx/wx.h>
|
||||
#include <wx/file.h>
|
||||
#include <wx/textfile.h>
|
||||
#include <wx/log.h>
|
||||
--- audacity-src-1.2.1/src/WaveTrack.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
||||
+++ audacity-src-1.2.1/src/WaveTrack.cpp 2004-06-07 11:01:32.889392562 +0200
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
+#include <wx/wx.h>
|
||||
#include <wx/defs.h>
|
||||
#include <wx/intl.h>
|
||||
|
||||
--- audacity-src-1.2.2/src/MeterToolBar.cpp~ 2004-08-26 05:27:34.000000000 +0200
|
||||
+++ audacity-src-1.2.2/src/MeterToolBar.cpp 2004-08-26 08:46:16.070206493 +0200
|
||||
@@ -13,6 +13,7 @@
|
||||
#include <wx/defs.h>
|
||||
#include <wx/intl.h>
|
||||
|
||||
+#include <wx/dcclient.h>
|
||||
#include <wx/object.h> // tooltip.h needs this but doesn't include it.
|
||||
#include <wx/window.h> // tooltip.h needs this but doesn't include it.
|
||||
#include <wx/tooltip.h>
|
||||
--- audacity-src-1.2.2/src/Prefs.h~ 2004-08-26 05:27:34.000000000 +0200
|
||||
+++ audacity-src-1.2.2/src/Prefs.h 2004-08-26 08:52:56.849771441 +0200
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
+#include <wx/filefn.h>
|
||||
#include <wx/config.h>
|
||||
|
||||
void InitPreferences();
|
||||
--- audacity-src-1.2.2/src/effects/ToneGen.cpp.c++fixes 2004-08-25 23:27:34.000000000 -0400
|
||||
+++ audacity-src-1.2.2/src/effects/ToneGen.cpp 2004-10-11 03:15:12.381799356 -0400
|
||||
@@ -280,7 +280,7 @@ wxSizer *CreateToneGenDialog(wxWindow *
|
||||
item2->Add(item3, 0, wxALIGN_CENTRE | wxALL, 5);
|
||||
|
||||
wxChoice *item4 = new wxChoice(parent, ID_WAVEFORM, wxDefaultPosition,
|
||||
- wxSize(80, -1), 0, NULL);
|
||||
+ wxSize(80, -1), 0, NULL, 0L);
|
||||
item2->Add(item4, 0, wxALIGN_CENTRE | wxALL, 5);
|
||||
|
||||
item0->Add(item2, 1, wxALIGN_CENTRE | wxALL, 5);
|
Loading…
x
Reference in New Issue
Block a user