diff options
author | gson <gson@pkgsrc.org> | 2002-12-01 21:57:06 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2002-12-01 21:57:06 +0000 |
commit | d584ce1e7f5ddb240535fb46df7a387bd06fd43e (patch) | |
tree | 63e9d40123de90ece863e8f860a7a67c9ff2d5de /audio/tcl-snack | |
parent | a6d704cc91945545856fb55da94383e78709f8c3 (diff) | |
download | pkgsrc-d584ce1e7f5ddb240535fb46df7a387bd06fd43e.tar.gz |
Updated to version 2.2. Summary of changes:
----------------- Released 2.2a2, 6/20/02 -----------------------
7/17/02 (new feature) Support for Linux ALSA PCM sound drivers. New
compile time configure option --enable-alsa.
9/12/02 (enhancement) Many improvements to the MP3 decoder,
e.g. better seeking. (Wilkason)
9/12/02 (new feature) Automatic selection of default sample rate for
new sound objects.
----------------- Released 2.2a3, 9/13/02 -----------------------
9/19/02 (new feature) Modified sources (added CONST qualification on
pointers in Tcl API's where required) in order to compile cleanly with
Tcl8.4.0 as well as with earlier versions.
9/19/02 (enhancement) Updated package "snackogg" to support release
1.0 of Ogg/Vorbis.
9/29/02 (new feature) New sound command 'mix', which is used to mix
two sound objects with optional scaling.
9/29/02 (bug fix) Fixed problem with the 'convert' command and some
joint rate/channel conversion combinations. (Pique)
----------------- Released 2.2b1, 9/29/02 -----------------------
10/29/02 (bug fix) Fixed segmentation fault that occured when playing
a sound and start time > end time, and no callback was
registered. (Davis)
10/29/02 (bug fix) Fixed problem with crash on exit for some Windows
systems.
11/4/02 (enhancement) Better handling of mono output on stereo only
hardware.
11/5/02 (enhancement) Improvements to the MP3 decoder to allow
multiple sounds to cleanly decode one stream each
simultaneously. (Wilkason)
11/5/02 (change) Various fixes to configure.in/Makefile.in and
win/*.dsp.
----------------- Released 2.2b2, 11/6/02 -----------------------
11/14/02 (new feature) Support for Mac OS X. (McSpadden)
11/14/02 (bug fix) Fixed a couple of problems with sound I/O using
Windows DirectSound.
----------------- Released 2.2, 11/14/02 -----------------------
11/19/02 (bug fix) Fixed problem with SnackAudioPlayed() on Windows,
return value could roll over after lengthy sound output. (Wilkason)
Diffstat (limited to 'audio/tcl-snack')
-rw-r--r-- | audio/tcl-snack/Makefile | 6 | ||||
-rw-r--r-- | audio/tcl-snack/buildlink2.mk | 4 | ||||
-rw-r--r-- | audio/tcl-snack/distinfo | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/audio/tcl-snack/Makefile b/audio/tcl-snack/Makefile index 19bfbc892cc..e2c0cc0f2ad 100644 --- a/audio/tcl-snack/Makefile +++ b/audio/tcl-snack/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/12/01 21:34:16 gson Exp $ +# $NetBSD: Makefile,v 1.5 2002/12/01 21:57:06 gson Exp $ -DISTNAME= snack2.2a2 -PKGNAME= tcl-snack-2.2a2 +DISTNAME= snack2.2 +PKGNAME= tcl-snack-2.2 CATEGORIES= audio MASTER_SITES= http://www.speech.kth.se/~kare/ EXTRACT_SUFX= .tar.Z diff --git a/audio/tcl-snack/buildlink2.mk b/audio/tcl-snack/buildlink2.mk index de92f3ca0a5..8710515b2ad 100644 --- a/audio/tcl-snack/buildlink2.mk +++ b/audio/tcl-snack/buildlink2.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.1 2002/10/21 14:42:13 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2002/12/01 21:57:06 gson Exp $ # .if !defined(TCL_SNACK_BUILDLINK2_MK) TCL_SNACK_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= tcl-snack -BUILDLINK_DEPENDS.tcl-snack?= tcl-snack>=2.2a2 +BUILDLINK_DEPENDS.tcl-snack?= tcl-snack>=2.2 BUILDLINK_PKGSRCDIR.tcl-snack?= ../../audio/tcl-snack EVAL_PREFIX+= BUILDLINK_PREFIX.tcl-snack=tcl-snack diff --git a/audio/tcl-snack/distinfo b/audio/tcl-snack/distinfo index e588a4ab9c8..7be2be32b13 100644 --- a/audio/tcl-snack/distinfo +++ b/audio/tcl-snack/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2002/08/27 04:36:19 gson Exp $ +$NetBSD: distinfo,v 1.4 2002/12/01 21:57:06 gson Exp $ -SHA1 (snack2.2a2.tar.Z) = 01a0f1c0f82823317c9eecc21bdb3357d08aff33 -Size (snack2.2a2.tar.Z) = 1854805 bytes +SHA1 (snack2.2.tar.Z) = cc1ae5614148dc1ca11eda7382d7ffedaa22abb0 +Size (snack2.2.tar.Z) = 1794297 bytes SHA1 (patch-aa) = 10b99adfd6be5bce665bc684df2ff4e2ba98b8a6 SHA1 (patch-ab) = 9d23177311cb392ad5e0203c1a4f5e2cf6d2ca55 SHA1 (patch-ac) = 470511443dab1a8fd0e4a0b94f30f43a733a43e4 |