pkgsrc/audio/audacity/patches/patch-ap
jlam 7127103646 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).
2002-10-04 08:59:34 +00:00

13 lines
467 B
Text

$NetBSD: patch-ap,v 1.2 2002/10/04 08:59:37 jlam Exp $
--- snd/sndhead.h.orig Wed Jun 5 00:51:19 2002
+++ snd/sndhead.h
@@ -1,7 +1,7 @@
/* sndhead.h -- header info */
/* NeXT sound headers */
-#define NEXT_SND_MAGIC (*((int32_t *) ".snd")) // was: ((int)0x2e736e64)
+#define NEXT_SND_MAGIC (sndmagic.i[0]) // was: ((int)0x2e736e64)
#define NEXT_SND_FORMAT_UNSPECIFIED (0)
#define NEXT_SND_FORMAT_ULAW_8 (1)
#define NEXT_SND_FORMAT_LINEAR_8 (2)