pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/sox Update to 12.17.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b67b6ed08e15
branches:  trunk
changeset: 496258:b67b6ed08e15
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 24 20:50:31 2005 +0000

description:
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:

 audio/sox/Makefile         |   4 ++--
 audio/sox/distinfo         |  10 +++++-----
 audio/sox/patches/patch-aa |  14 ++------------
 3 files changed, 9 insertions(+), 19 deletions(-)

diffs (53 lines):

diff -r 8a1fb5080f34 -r b67b6ed08e15 audio/sox/Makefile
--- a/audio/sox/Makefile        Fri Jun 24 20:40:53 2005 +0000
+++ b/audio/sox/Makefile        Fri Jun 24 20:50:31 2005 +0000
@@ -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 -r 8a1fb5080f34 -r b67b6ed08e15 audio/sox/distinfo
--- a/audio/sox/distinfo        Fri Jun 24 20:40:53 2005 +0000
+++ b/audio/sox/distinfo        Fri Jun 24 20:50:31 2005 +0000
@@ -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 -r 8a1fb5080f34 -r b67b6ed08e15 audio/sox/patches/patch-aa
--- a/audio/sox/patches/patch-aa        Fri Jun 24 20:40:53 2005 +0000
+++ b/audio/sox/patches/patch-aa        Fri Jun 24 20:50:31 2005 +0000
@@ -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 @@
  
  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



Home | Main Index | Thread Index | Old Index