summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-ad
diff options
context:
space:
mode:
authorben <ben>2004-04-20 18:02:16 +0000
committerben <ben>2004-04-20 18:02:16 +0000
commitd76a2d7396e7d95c3934f20c9a1ab12a256aa07c (patch)
tree18e610c642923062b605de2a72240cef55bac10e /audio/audacity/patches/patch-ad
parente9eab089c27b507283a127569fc70ccedb9158c0 (diff)
downloadpkgsrc-d76a2d7396e7d95c3934f20c9a1ab12a256aa07c.tar.gz
Upgrade audacity to version 1.2. Notable changes are:
* this is now the stable version * can now record and edit 24-bit and 32-bit samples * sound input and output has been improved * can now record more than two channels at once * buffering is improved, for lower chances of skipping and buffer underruns * three new effects change teh pitch and tempo of a track * most effects now include a preview button * other new efefcts include compressor, repeat, and normalize * features a dsp language called nyquist for programming new effects * improved user interface * internationalization
Diffstat (limited to 'audio/audacity/patches/patch-ad')
-rw-r--r--audio/audacity/patches/patch-ad8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/audacity/patches/patch-ad b/audio/audacity/patches/patch-ad
index 67f875a8803..04084c9f35c 100644
--- a/audio/audacity/patches/patch-ad
+++ b/audio/audacity/patches/patch-ad
@@ -1,7 +1,7 @@
-$NetBSD: patch-ad,v 1.2 2002/10/04 08:59:36 jlam Exp $
+$NetBSD: patch-ad,v 1.3 2004/04/20 18:02:16 ben Exp $
---- snd/sndio.c.orig Wed Jun 5 00:51:19 2002
-+++ snd/sndio.c
+--- lib-src/libnyquist/snd/sndio.c.orig Sat Feb 28 11:19:39 2004
++++ lib-src/libnyquist/snd/sndio.c
@@ -20,7 +20,7 @@
#ifdef WIN32
#include <sys/stat.h>
@@ -10,4 +10,4 @@ $NetBSD: patch-ad,v 1.2 2002/10/04 08:59:36 jlam Exp $
+#elif defined(__FreeBSD__) || defined(__NetBSD__)
#include <sys/stat.h>
#else
- #ifndef __WXMAC__
+ #endif