diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-10-05 04:54:17 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-10-05 04:54:17 +0000 |
commit | 831d231539d95c5910d66cde71b9c249d089abc8 (patch) | |
tree | b7642375d939e771a567503b076b2707f3b982c4 | |
parent | 0c0a763338e058473f5572221baa03a8ce838f8c (diff) | |
download | ports-831d231539d95c5910d66cde71b9c249d089abc8.tar.gz ports-831d231539d95c5910d66cde71b9c249d089abc8.zip |
Notes
-rw-r--r-- | audio/sox/Makefile | 2 | ||||
-rw-r--r-- | audio/sox/distinfo | 4 | ||||
-rw-r--r-- | audio/sox/files/patch-src_noisered.c | 22 |
3 files changed, 3 insertions, 25 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index c42e3c8debb9..d19d3d2480f9 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -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 diff --git a/audio/sox/distinfo b/audio/sox/distinfo index 093620897016..cc58b6f2cc49 100644 --- a/audio/sox/distinfo +++ b/audio/sox/distinfo @@ -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 diff --git a/audio/sox/files/patch-src_noisered.c b/audio/sox/files/patch-src_noisered.c deleted file mode 100644 index c8dd2d57ceb8..000000000000 --- a/audio/sox/files/patch-src_noisered.c +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- 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); |