View | Details | Raw Unified | Return to bug 100043
Collapse All | Expand All

(-)/usr/home/simon/src/ports/audio/snack/Makefile (-2 / +2 lines)
Lines 7-18 Link Here
7
#
7
#
8
8
9
PORTNAME=	snack
9
PORTNAME=	snack
10
PORTVERSION=	2.2.9
10
PORTVERSION=	2.2.10
11
CATEGORIES=	audio tcl84 tk84
11
CATEGORIES=	audio tcl84 tk84
12
MASTER_SITES=	http://www.speech.kth.se/snack/dist/
12
MASTER_SITES=	http://www.speech.kth.se/snack/dist/
13
DISTNAME=	${PORTNAME}${PORTVERSION}
13
DISTNAME=	${PORTNAME}${PORTVERSION}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	simon@olofsson.de
16
COMMENT=	A sound toolkit for scripting languages
16
COMMENT=	A sound toolkit for scripting languages
17
17
18
LIB_DEPENDS=	tk84.1:${PORTSDIR}/x11-toolkits/tk84
18
LIB_DEPENDS=	tk84.1:${PORTSDIR}/x11-toolkits/tk84
(-)/usr/home/simon/src/ports/audio/snack/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (snack2.2.9.tar.gz) = 8ee1eb3de9328d6ac3f1f3e43945f481
1
MD5 (snack2.2.10.tar.gz) = 98da0dc73599b3a039cba1b7ff169399
2
SHA256 (snack2.2.9.tar.gz) = 620fc9a3f3bd9f3a386d64b465fcffc2030992cd7558bab3122b8929b7f4bf88
2
SHA256 (snack2.2.10.tar.gz) = 4bfe764547ab92ba58f43b77366dbb7c7b3512d65a27cdbf9e585a9cb64ce81e
3
SIZE (snack2.2.9.tar.gz) = 1792744
3
SIZE (snack2.2.10.tar.gz) = 1798252
(-)/usr/home/simon/src/ports/audio/snack/files/patch-generic-jkFormatMP3.c (+18 lines)
Line 0 Link Here
1
--- ../generic/jkFormatMP3.c.orig	Mon Jul 10 22:17:06 2006
2
+++ ../generic/jkFormatMP3.c	Mon Jul 10 22:17:17 2006
3
@@ -31,7 +31,6 @@
4
 #include <string.h>
5
 #define FRAS2(is,a) ((is) > 0 ? t_43[(is)]*(a):-t_43[-(is)]*(a))
6
 #define MAXFRAMESIZE 2106  /* frame size starting at header */
7
-#define roundf(x) (floor((x)+(float )0.5f))
8
 static char *gblOutputbuf;
9
 static char *gblReadbuf;
10
 static int gblBufind = 0;
11
@@ -1311,6 +1310,7 @@
12
 
13
 #include <math.h>
14
 
15
+#define roundf(x) (floor((x)+(float )0.5f))
16
 #define PI12      0.261799387f
17
 #define PI36      0.087266462f
18
 #define COSPI3    0.500000000f
(-)/usr/home/simon/src/ports/audio/snack/pkg-descr (+1 lines)
Lines 13-16 Link Here
13
application that is cross-platform from start. It is also easy to integrate
13
application that is cross-platform from start. It is also easy to integrate
14
Snack based applications with existing sound analysis software.
14
Snack based applications with existing sound analysis software.
15
15
16
Author: Kare Sjolander <kare@speech.kth.se>
16
WWW: http://www.speech.kth.se/snack/
17
WWW: http://www.speech.kth.se/snack/

Return to bug 100043