- Update to 2.2.10

- Pass maintainership to submitter
- Add AUTHOR in pkg-descr

PR:		100043
Submitted by:	Simon Olofsson <simon olofsson.de>
This commit is contained in:
Rong-En Fan 2006-07-11 00:16:57 +00:00
parent 28339e61c9
commit c5d93f28cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167421
4 changed files with 24 additions and 5 deletions

View File

@ -7,12 +7,12 @@
#
PORTNAME= snack
PORTVERSION= 2.2.9
PORTVERSION= 2.2.10
CATEGORIES= audio tcl84 tk84
MASTER_SITES= http://www.speech.kth.se/snack/dist/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= simon@olofsson.de
COMMENT= A sound toolkit for scripting languages
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84

View File

@ -1,3 +1,3 @@
MD5 (snack2.2.9.tar.gz) = 8ee1eb3de9328d6ac3f1f3e43945f481
SHA256 (snack2.2.9.tar.gz) = 620fc9a3f3bd9f3a386d64b465fcffc2030992cd7558bab3122b8929b7f4bf88
SIZE (snack2.2.9.tar.gz) = 1792744
MD5 (snack2.2.10.tar.gz) = 98da0dc73599b3a039cba1b7ff169399
SHA256 (snack2.2.10.tar.gz) = 4bfe764547ab92ba58f43b77366dbb7c7b3512d65a27cdbf9e585a9cb64ce81e
SIZE (snack2.2.10.tar.gz) = 1798252

View File

@ -0,0 +1,18 @@
--- ../generic/jkFormatMP3.c.orig Mon Jul 10 22:17:06 2006
+++ ../generic/jkFormatMP3.c Mon Jul 10 22:17:17 2006
@@ -31,7 +31,6 @@
#include <string.h>
#define FRAS2(is,a) ((is) > 0 ? t_43[(is)]*(a):-t_43[-(is)]*(a))
#define MAXFRAMESIZE 2106 /* frame size starting at header */
-#define roundf(x) (floor((x)+(float )0.5f))
static char *gblOutputbuf;
static char *gblReadbuf;
static int gblBufind = 0;
@@ -1311,6 +1310,7 @@
#include <math.h>
+#define roundf(x) (floor((x)+(float )0.5f))
#define PI12 0.261799387f
#define PI36 0.087266462f
#define COSPI3 0.500000000f

View File

@ -13,4 +13,5 @@ rapid development nature of scripting languages. As a bonus you get an
application that is cross-platform from start. It is also easy to integrate
Snack based applications with existing sound analysis software.
Author: Kare Sjolander <kare@speech.kth.se>
WWW: http://www.speech.kth.se/snack/