pkgsrc/audio/audacity/patches/patch-aa
ben f9f409d024 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
2004-04-20 18:02:16 +00:00

13 lines
328 B
Text

$NetBSD: patch-aa,v 1.4 2004/04/20 18:02:16 ben Exp $
--- lib-src/libnyquist/cmt/cext.h.orig Sat Mar 6 16:02:24 2004
+++ lib-src/libnyquist/cmt/cext.h
@@ -52,6 +52,8 @@ EXIT(n) -- calls exit(n) after shutting
#if HAS_SYS_TYPES_H
#include <sys/types.h>
+#define ulong u_long
+#undef NEED_ULONG
#endif
#if HAS_MALLOC_H