ports/86904: [Maintainer] Update Sox to 12.17.8

Dan Nelson dnelson at allantgroup.com
Tue Oct 4 22:20:19 UTC 2005


>Number:         86904
>Category:       ports
>Synopsis:       [Maintainer] Update Sox to 12.17.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 04 22:20:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dan Nelson
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD dan.emsphone.com 5.4-STABLE FreeBSD 5.4-STABLE #414: Fri Sep 16 12:03:50 CDT 2005 zsh at dan.emsphone.com:/usr/src/sys/i386/compile/DANSMP i386


	
>Description:
	

This release includes the patch in files/patch-src_noisered.c , so
remove that.

>How-To-Repeat:
	
>Fix:

	

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/sox/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- Makefile	21 Dec 2004 10:42:02 -0000	1.30
+++ Makefile	22 Aug 2005 14:06:52 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sox
-PORTVERSION=	12.17.7
+PORTVERSION=	12.17.8
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	sox
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/sox/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	21 Dec 2004 10:42:02 -0000	1.11
+++ distinfo	22 Aug 2005 14:07:01 -0000
@@ -1,2 +1,2 @@
-MD5 (sox-12.17.7.tar.gz) = a6876289602c1f2896b39e6a88e2a574
-SIZE (sox-12.17.7.tar.gz) = 466570
+MD5 (sox-12.17.8.tar.gz) = 735e9add6979bd6308f213abefe389e8
+SIZE (sox-12.17.8.tar.gz) = 462079
Index: files/patch-src_noisered.c
===================================================================
RCS file: files/patch-src_noisered.c
diff -N files/patch-src_noisered.c
--- files/patch-src_noisered.c	24 Dec 2004 08:10:52 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
-
-$FreeBSD: ports/audio/sox/files/patch-src_noisered.c,v 1.1 2004/12/24 08:10:52 krion Exp $
-
---- src/noisered.c.orig
-+++ src/noisered.c
-@@ -126,6 +126,7 @@
-  * due to overlapping windows. */
- static void reduce_noise(chandata_t* chan, float* window, float level)
- {
-+    int i;
-     float *inr   = (float*)calloc(WINDOWSIZE, sizeof(float));
-     float *ini   = (float*)calloc(WINDOWSIZE, sizeof(float));
-     float *outr  = (float*)calloc(WINDOWSIZE, sizeof(float));
-@@ -135,8 +136,6 @@
-     static int callnum = 0;
- 
-     callnum ++;
--
--    int i;
- 
-     for (i = 0; i < FREQCOUNT; i ++) {
-         assert(smoothing[i] >= 0 && smoothing[i] <= 1);

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list