summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-aa
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-04 08:59:34 +0000
committerjlam <jlam>2002-10-04 08:59:34 +0000
commit43bdcf2c5849ba2725aefc4563c5e865fcf9e214 (patch)
treefca6fc4f60c8f4b7731400c8280c3bf41fa84b65 /audio/audacity/patches/patch-aa
parent10a1f12467f317e110f5efb73fcc7ddd5e91ffe2 (diff)
downloadpkgsrc-43bdcf2c5849ba2725aefc4563c5e865fcf9e214.tar.gz
Update audio/audacity to 1.0.0.2. Pkgsrc changes from version 0.96 include:
* Use the id3lib distributed with the audacity sources instead of audio/id3lib (this seems to fix audacity coredumps when exporting to MP3 after editting ID3 tags). * Install the documentation and license file. Changes from version 0.96 include: * Bug fixes * New effects: invert, reverse, noise removal * Ogg Vorbis import/export support. * Added "Save Changes" dialog. * Added tooltips. * Use libmad instead of libmpeg3 if not using xaudio. XXX OSS audio playback doesn't work on NetBSD with audio/oss. The process XXX hangs in "sndint" state according to top(1).
Diffstat (limited to 'audio/audacity/patches/patch-aa')
-rw-r--r--audio/audacity/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/audacity/patches/patch-aa b/audio/audacity/patches/patch-aa
index fc3214db423..5539944afe5 100644
--- a/audio/audacity/patches/patch-aa
+++ b/audio/audacity/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2001/08/02 17:45:32 drochner Exp $
+$NetBSD: patch-aa,v 1.3 2002/10/04 08:59:35 jlam Exp $
---- WaveTrack.cpp.orig Sun Jul 29 03:17:54 2001
-+++ WaveTrack.cpp Mon Jul 30 13:33:15 2001
-@@ -898,7 +898,9 @@
+--- WaveTrack.cpp.orig Wed Jun 5 00:51:19 2002
++++ WaveTrack.cpp
+@@ -907,7 +907,9 @@ bool WaveTrack::Load(wxTextFile * in, Di
numSamples = 0;
block->Clear();
@@ -11,8 +11,8 @@ $NetBSD: patch-aa,v 1.2 2001/08/02 17:45:32 drochner Exp $
+#endif
wxString msg;
- msg.Printf("The file named \"%s\" is missing from the project.",
-@@ -911,7 +913,9 @@
+ msg.Printf("One or more data files is missing from this project.");
+@@ -919,7 +921,9 @@ bool WaveTrack::Load(wxTextFile * in, Di
block->Add(w);
}