diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-09-29 15:53:52 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-09-29 15:53:52 +0000 |
commit | 225afddd0136193e4d03e3403e43c64841f130f8 (patch) | |
tree | c1f23ff8831ad273d0cfe10015f790e2996551f4 /audio | |
parent | 0cd42fc88daf69f5450d12375df8c3193a5ed715 (diff) | |
download | pkgsrc-225afddd0136193e4d03e3403e43c64841f130f8.tar.gz |
New homepage (the old one was last updated 1995 ...!)
Changes from 12.15:
* Improved I/O performance on uncompressed data
* Play script can now handle spaces in filename
* Improved default output quality of ADPCM files
* Added support for ALSA audio devices
* Several bug fixes to AIFF files
* Resample effect was greatly improved and now SoX does a great job
on almost all resamples.
* Added A-law support to .au files plus bug fixes
* Updated OS/2 support
* Added auto-configure support. Greatly enhanced cross-platform support.
* Imrproved 16-bit DOS compiler support
* Added swap effect
* Combined play and rec script and added more options
* Fixed bugs in low/high/band-pass filters and avg effect.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index d2909cd8788..4188db79501 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/09/29 15:38:22 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/09/29 15:53:52 hubertf Exp $ # FreeBSD Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp # @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/sound/convert/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.spies.com/Sox/ +HOMEPAGE= http://home.sprynet.com/~cbagwell/sox.html NO_WRKSUBDIR= yes MAKEFILE= Makefile.unx |