upgrade to 12.17.2

PR:		31171
Submitted by:	MAINTAINER
This commit is contained in:
Ying-Chieh Liao 2001-10-11 11:16:32 +00:00
parent 92c7dfa854
commit 9495919fc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48673
5 changed files with 13 additions and 25 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= sox
PORTVERSION= 12.17.1
PORTREVISION= 1
PORTVERSION= 12.17.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sox

View File

@ -1 +1 @@
MD5 (sox-12.17.1.tar.gz) = 9afc59e4c5221462a24fa6092038b6b3
MD5 (sox-12.17.2.tar.gz) = 9a21c9161cc2238426fc153917b0d2c8

View File

@ -1,11 +0,0 @@
--- avr.c.orig Mon Aug 14 21:10:58 2000
+++ avr.c Sat Feb 24 22:27:31 2001
@@ -38,7 +38,7 @@
unsigned short midi; /* 0xffff = no MIDI note assigned,
0xffXX = single key note assignment
0xLLHH = key split, low/hi note */
- ULONG int rate; /* sample frequency in hertz */
+ ULONG rate; /* sample frequency in hertz */
ULONG size; /* sample length in bytes or words (see rez) */
ULONG lbeg; /* offset to start of loop in bytes or words.
set to zero if unused. */

View File

@ -1,11 +0,0 @@
--- resample.c.orig Fri Sep 1 18:08:24 2000
+++ resample.c Sat Mar 10 17:26:57 2001
@@ -180,7 +180,7 @@
resample_t r = (resample_t) effp->priv;
LONG Xoff, gcdrate;
int i;
- extern long st_gcd(P2(long a,long b));
+ extern LONG st_gcd(P2(LONG,LONG));
r->Factor = (double)effp->outinfo.rate / (double)effp->ininfo.rate;

11
audio/sox/files/patch-ac Normal file
View File

@ -0,0 +1,11 @@
--- Makefile.in~ Wed Sep 5 11:06:01 2001
+++ Makefile.in Tue Oct 9 11:59:26 2001
@@ -74,7 +74,7 @@
$(CC) $(LDFLAGS) -o sox sox.o $(LIBS)
soxmix.o: sox.c
- $(CC) $(CFLAGS) -DSOXMIX -c -o soxmix.o $<
+ $(CC) $(CFLAGS) -DSOXMIX -c -o soxmix.o sox.c
soxmix: libst.a soxmix.o
$(CC) $(LDFLAGS) -o soxmix soxmix.o $(LIBS)