Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2006 23:40:10 +0200
From:      "Simon Olofsson" <simon@olofsson.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100043: [PATCH] audio/snack: update to 2.2.10, take maintainership
Message-ID:  <20060710214010.7EB4A14F992@mail-in-08.arcor-online.net>
Resent-Message-ID: <200607102150.k6ALoEGd002224@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100043
>Category:       ports
>Synopsis:       [PATCH] audio/snack: update to 2.2.10, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 10 21:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Simon Olofsson
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD gul.lan.gath3n.de 6.1-STABLE FreeBSD 6.1-STABLE #26: Tue Jul  4 09:47:53 CEST
>Description:
- Update to 2.2.10
- Take maintainership

Added file(s):
- files/patch-generic-jkFormatMP3.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- snack-2.2.10.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/snack/Makefile /usr/home/simon/src/ports/audio/snack/Makefile
--- /usr/ports/audio/snack/Makefile	Wed May  3 07:14:28 2006
+++ /usr/home/simon/src/ports/audio/snack/Makefile	Mon Jul 10 23:27:37 2006
@@ -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
diff -ruN --exclude=CVS /usr/ports/audio/snack/distinfo /usr/home/simon/src/ports/audio/snack/distinfo
--- /usr/ports/audio/snack/distinfo	Thu Nov 24 00:29:46 2005
+++ /usr/home/simon/src/ports/audio/snack/distinfo	Mon Jul 10 21:15:51 2006
@@ -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
diff -ruN --exclude=CVS /usr/ports/audio/snack/files/patch-generic-jkFormatMP3.c /usr/home/simon/src/ports/audio/snack/files/patch-generic-jkFormatMP3.c
--- /usr/ports/audio/snack/files/patch-generic-jkFormatMP3.c	Thu Jan  1 01:00:00 1970
+++ /usr/home/simon/src/ports/audio/snack/files/patch-generic-jkFormatMP3.c	Mon Jul 10 22:18:40 2006
@@ -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
diff -ruN --exclude=CVS /usr/ports/audio/snack/pkg-descr /usr/home/simon/src/ports/audio/snack/pkg-descr
--- /usr/ports/audio/snack/pkg-descr	Sat Nov 24 06:37:04 2001
+++ /usr/home/simon/src/ports/audio/snack/pkg-descr	Mon Jul 10 23:32:30 2006
@@ -13,4 +13,5 @@
 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/
--- snack-2.2.10.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060710214010.7EB4A14F992>