summaryrefslogtreecommitdiff
path: root/audio/sox/patches
diff options
context:
space:
mode:
authorwiz <wiz>2003-03-25 09:14:06 +0000
committerwiz <wiz>2003-03-25 09:14:06 +0000
commit0b0924853cbf5b07901a3d639f13215d1b73bf49 (patch)
tree3e8d90a657d414f013893d2bcff45328fdb86f84 /audio/sox/patches
parenta78b18010a34a71b61f4213ff143e53f641d8f05 (diff)
downloadpkgsrc-0b0924853cbf5b07901a3d639f13215d1b73bf49.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-aa13
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)