summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-06-24 20:50:31 +0000
committerwiz <wiz@pkgsrc.org>2005-06-24 20:50:31 +0000
commitd8e0057f8dd28768674ca0d0cf404c43f3521fca (patch)
tree46197c7beedbb429db66bee5ca50a25be23c60cf /audio
parent237d39908a0c41b8d5a1b591b5609b8650a75971 (diff)
downloadpkgsrc-d8e0057f8dd28768674ca0d0cf404c43f3521fca.tar.gz
Update to 12.17.7:
o Christian Weisgerber sent patches to man page fixes and patches for sunaudio driver on openbsd. o Default volume for soxmix wrongly set to 0 instead of 1/#_input_files (float rounding error). o Update to ALSA driver to do a better job of detecting unsupported sample rate/size/encoding and change to a supported one. o Fix bug in alsa writing were last last partial buffer wasn't being flushed. o Guentcho Skordev pointed out ogg vorbis files were using the same value for serial numbers each time. o Changed sox to only read the exact size of a WAV data chunk if cooledit IFF LIST chunk is found at the end of the file. Normally, this isn't done to allow reading > 2gig WAV files. o Modified configure to detect cygwin compiler after detecting gcc compiler (fixes some default CFLAGS options). o Added explicit rule for compile *.o from *.c so that CPPFLAGS is always referenced. Not all platform's default rule includes CPPFLAGS (FreeBSD). o Under linux, add include path to /lib/modules/* so that ALSA include files can be auto detected. o Ian Turner added an effect to remove noise from an audio file by first profiling silent periods of the audio to determine what the noise is (like background hiss on cassette tapes).
Diffstat (limited to 'audio')
-rw-r--r--audio/sox/Makefile4
-rw-r--r--audio/sox/distinfo10
-rw-r--r--audio/sox/patches/patch-aa14
3 files changed, 9 insertions, 19 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index b51811c2bca..c6ed9e98326 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2005/04/11 21:44:56 tv Exp $
+# $NetBSD: Makefile,v 1.33 2005/06/24 20:50:31 wiz Exp $
-DISTNAME= sox-12.17.6
+DISTNAME= sox-12.17.7
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sox/} \
http://www.cnpbagwell.com/
diff --git a/audio/sox/distinfo b/audio/sox/distinfo
index 4ed5b3ae4ba..afc85b625c8 100644
--- a/audio/sox/distinfo
+++ b/audio/sox/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 20:39:52 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/06/24 20:50:31 wiz Exp $
-SHA1 (sox-12.17.6.tar.gz) = d3e8548814daee5f2d6ace04afc2789ae6e74e58
-RMD160 (sox-12.17.6.tar.gz) = 30975ee4a87cbedb2552d30f5141bb1d8215a64e
-Size (sox-12.17.6.tar.gz) = 444125 bytes
-SHA1 (patch-aa) = 90a7d6da429853257d289d084e6485a3925eb849
+SHA1 (sox-12.17.7.tar.gz) = 94fe3605f37bf2d6d3df93e8d462877d5e100fe3
+RMD160 (sox-12.17.7.tar.gz) = 602c111acca325a84e743794230977d652b82a51
+Size (sox-12.17.7.tar.gz) = 466570 bytes
+SHA1 (patch-aa) = a1e3d17b0f674dd55405879337754c16846e5b03
diff --git a/audio/sox/patches/patch-aa b/audio/sox/patches/patch-aa
index a45fd016a1a..453629e076d 100644
--- a/audio/sox/patches/patch-aa
+++ b/audio/sox/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.8 2004/10/18 13:24:48 cube Exp $
+$NetBSD: patch-aa,v 1.9 2005/06/24 20:50:31 wiz Exp $
---- Makefile.in.orig 2004-09-02 00:04:02.000000000 +0200
+--- Makefile.in.orig 2004-11-07 23:37:20.000000000 +0100
+++ Makefile.in
@@ -18,6 +18,8 @@ includedir = @includedir@
@@ -11,13 +11,3 @@ $NetBSD: patch-aa,v 1.8 2004/10/18 13:24:48 cube Exp $
all:
cd src && $(MAKE) $@
-@@ -27,6 +29,9 @@ man: $(srcdir)/sox.1 $(srcdir)/soxexam.1
- nroff -man $(srcdir)/soxexam.1 | col -b > soxexam.txt
- nroff -man $(srcdir)/libst.3 | col -b > libst.txt
-
-+PLAY_INSTALL_0 =
-+PLAY_INSTALL_1 = install-play
-+
- install: $(PLAY_INSTALL_$(PLAY_SUPPORT))
- cd src && $(MAKE) $@
- $(srcdir)/mkinstalldirs $(mandir)/man1