pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/tcl-snack Updated tcl-snack to version 2.2.10. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e0651ddf300
branches:  trunk
changeset: 529215:2e0651ddf300
user:      gson <gson%pkgsrc.org@localhost>
date:      Mon May 28 07:29:11 2007 +0000

description:
Updated tcl-snack to version 2.2.10.  Summary of changes
since 2.2.8:

10/20/04 (new feature) Implementation of data and append commands for
Python (Hinard).

10/26/04 (bug fix) Fixed leak in Windows sound I/O code. (Wilkason)

11/15/04 (new feature) The fade filter can now fade to a minimum level
other than zero.

11/18/04 (bug fix) Corrected memory leak in the pitch command.

11/25/04 (bug fix) Corrected handling of Lin24packed sample encoding.

11/30/04 (new feature) Support for more than 2 channels on Macintosh OS X.

----------------- Released 2.2.9, 12/1/04 -----------------------

1/26/05 (new feature) Added implementation for snack::audio
record_gain command on Windows (DeJong)

1/26/05 (enhancement) Several improvements regarding MP3 format
handling. (Wilkason)

14/12/05 (bug fix) Fixed canvas items to work with later ActiveTcl
releases.

----------------- Released 2.2.10, 14/12/05 -----------------------

diffstat:

 audio/tcl-snack/Makefile         |   9 ++++-----
 audio/tcl-snack/PLIST            |   2 +-
 audio/tcl-snack/distinfo         |   9 +++++----
 audio/tcl-snack/patches/patch-ae |  21 +++++++++++++++++++++
 4 files changed, 31 insertions(+), 10 deletions(-)

diffs (70 lines):

diff -r d6145278645a -r 2e0651ddf300 audio/tcl-snack/Makefile
--- a/audio/tcl-snack/Makefile  Mon May 28 07:26:53 2007 +0000
+++ b/audio/tcl-snack/Makefile  Mon May 28 07:29:11 2007 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2007/02/22 19:26:07 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2007/05/28 07:29:11 gson Exp $
 
-DISTNAME=      snack2.2.8
-PKGNAME=       tcl-snack-2.2.8
-PKGREVISION=   1
+DISTNAME=      snack2.2.10
+PKGNAME=       tcl-snack-2.2.10
 CATEGORIES=    audio
-MASTER_SITES=  http://www.speech.kth.se/~kare/
+MASTER_SITES=  http://www.speech.kth.se/snack/dist/
 
 MAINTAINER=    gson%NetBSD.org@localhost
 HOMEPAGE=      http://www.speech.kth.se/snack/
diff -r d6145278645a -r 2e0651ddf300 audio/tcl-snack/PLIST
--- a/audio/tcl-snack/PLIST     Mon May 28 07:26:53 2007 +0000
+++ b/audio/tcl-snack/PLIST     Mon May 28 07:29:11 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/25 18:34:39 gson Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/05/28 07:29:12 gson Exp $
 lib/libsnackstub2.2.a
 lib/snack2.2/libsnack.so
 lib/snack2.2/libsound.so
diff -r d6145278645a -r 2e0651ddf300 audio/tcl-snack/distinfo
--- a/audio/tcl-snack/distinfo  Mon May 28 07:26:53 2007 +0000
+++ b/audio/tcl-snack/distinfo  Mon May 28 07:29:11 2007 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 20:39:52 agc Exp $
+$NetBSD: distinfo,v 1.7 2007/05/28 07:29:12 gson Exp $
 
-SHA1 (snack2.2.8.tar.gz) = 86394100e155818e9864a0a215c90102f324c825
-RMD160 (snack2.2.8.tar.gz) = dd0fbe841e66a83bc2b0713e34520563c423c7f8
-Size (snack2.2.8.tar.gz) = 1791575 bytes
+SHA1 (snack2.2.10.tar.gz) = 2c333fde061cf1cb7d5932c9cff4eb968c7d095a
+RMD160 (snack2.2.10.tar.gz) = 52616bc4cf06baee0e5d7a91faa5b385ee60c7a7
+Size (snack2.2.10.tar.gz) = 1798252 bytes
 SHA1 (patch-aa) = 297f046897c9cba1d0919a69874dceeeb2d56808
 SHA1 (patch-ab) = 060757edac59c5c27443466f0c3b0bc55d50364e
 SHA1 (patch-ac) = ec3bac6a58a8d62c646201518f719ec065e98d72
 SHA1 (patch-ad) = e6868638722219bf18a345563d8ae2e3436bec81
+SHA1 (patch-ae) = 0c032f682c296eaa259e6ff845fbc1e7c021ac38
diff -r d6145278645a -r 2e0651ddf300 audio/tcl-snack/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/tcl-snack/patches/patch-ae  Mon May 28 07:29:11 2007 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-ae,v 1.1 2007/05/28 07:29:12 gson Exp $
+
+--- ../generic/jkFormatMP3.c.orig      2005-12-14 13:29:38.000000000 +0200
++++ ../generic/jkFormatMP3.c
+@@ -25,6 +25,7 @@ such, and must be called by a name other
+ must retain this copyright notice.
+ */
+ 
++#include <math.h>
+ #include <stdlib.h>
+ #include "snack.h"
+ #include "jkFormatMP3.h"
+@@ -1309,8 +1310,6 @@ huffman_decode(int tbl,int *x,int *y)
+   return len;
+ }
+ 
+-#include <math.h>
+-
+ #define PI12      0.261799387f
+ #define PI36      0.087266462f
+ #define COSPI3    0.500000000f



Home | Main Index | Thread Index | Old Index