diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-25 09:14:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-25 09:14:06 +0000 |
commit | c9a4493c0bfd6154de6466efee049e2f44d84a87 (patch) | |
tree | 3e8d90a657d414f013893d2bcff45328fdb86f84 /audio/sox/patches | |
parent | 15b326b05305b06403c7ca59691ce0c171cdd01a (diff) | |
download | pkgsrc-c9a4493c0bfd6154de6466efee049e2f44d84a87.tar.gz |
Update to 12.17.4; add dependency on mad.
Selection of changes:
* Various bugfixes to Ogg Vorbis handler as well as updating
to use version 1.0 of library. Also, modified the files
that are output by Ogg Vorbis handler to use VBR format.
* Minor cleanups to sox.c to free and close all files instead
of relying on C library to do it on exit.
* Fixed some integer overflow problems in compand effect.
* libst prototype cleanups and private data structure
cleanups.
* Added new handler for Psion Record.app files.
* Play/Record scripts now look at an AUDIODEV
enviornment variable to see what audio device to
play to. Also scripts to work on Sun Rays.
* Added support for reading and writing MP3 files if
external MP3 libraries are avaliable.
* Fix multile channel bug in avg effect.
* Allow AIFF files with an invalid length of 0 to be
processed.
Diffstat (limited to 'audio/sox/patches')
-rw-r--r-- | audio/sox/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/sox/patches/patch-aa b/audio/sox/patches/patch-aa deleted file mode 100644 index b7fd067441a..00000000000 --- a/audio/sox/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2002/07/12 19:30:50 mycroft Exp $ - ---- Makefile.in.orig Sun Dec 16 22:47:37 2001 -+++ Makefile.in Fri Jul 12 19:22:14 2002 -@@ -78,7 +78,7 @@ - $(CC) $(LDFLAGS) -o sox sox.o $(LIBS) - - soxmix.o: sox.c -- $(CC) $(CFLAGS) -DSOXMIX -c -o soxmix.o $< -+ $(CC) $(CFLAGS) -DSOXMIX -c -o soxmix.o sox.c - - soxmix: libst.a $(GSM_$(GSM_SUPPORT)) soxmix.o - $(CC) $(LDFLAGS) -o soxmix soxmix.o $(LIBS) |