diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-08-06 19:07:57 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-08-06 19:07:57 +0000 |
commit | e0732c2f3f7894a031e4b728756fe501494a7705 (patch) | |
tree | 702ff9fcd0b530d6efab09cde18a009a96aabd23 /audio | |
parent | c451f627b08a1a98fa0a25c309a236d3f58759b2 (diff) | |
download | pkgsrc-e0732c2f3f7894a031e4b728756fe501494a7705.tar.gz |
Update to 0.4.2:
gnome-speech 0.4.2:
* Fix for bug 347357: convert UTF-8 to ISO8859-1 before sending text to
DECtalk engine
* Fix for bug 348240: convert UTF-8 to ISO8859-1 before sending text to
IBMTTS (a.k.a., ViaVoice) engine (thanks Javier!)
* Fix for bug 347124: remove LT_VERSION_INFO since it is only available
for libraries (thanks dmacks!)
gnome-speech 0.4.1:
* Partial fix for bug 144457: add "punctuation mode" parameter to DECtalk
synthesis driver. The supported modes are as follows:
0 = none
1 = some
2 = most
3 = all
* Fix for bug 341405: don't core dump if festival is not installed on
machine.
* Fix for bug 141516: allow character encoding to be dynamically
determined from the voice. Credit to Milan Zamazal as well for the
creation of the "coding" attribute convention for festival voices.
* Fix for bug 341990: eliminate compilation warning in festival synthesis
driver.
----------
gnome-speech 0.4.0:
* Fix for bug 321216: support UTF-8 encoding (Chaitanya Kamisetty)
* Fix for bug 337151: quit when the festival process dies (Remus Draica)
* Fix for bug 341744: turn phoneme mode off in dectalk driver (Willie Walker)
* Fix for bug 332250: dectalk driver compilation warnings (Willie Walker)
* Fix for bug 332247: dectalk driver can hang on exit (Willie Walker)
* Fix for bug 329444: add speech dispatcher driver (Hynek Hanke)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnome-speech/Makefile | 6 | ||||
-rw-r--r-- | audio/gnome-speech/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/gnome-speech/Makefile b/audio/gnome-speech/Makefile index e57ddb642f5..590e53b7fa6 100644 --- a/audio/gnome-speech/Makefile +++ b/audio/gnome-speech/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2006/04/13 18:23:29 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2006/08/06 19:07:57 jmmv Exp $ # -DISTNAME= gnome-speech-0.3.10 +DISTNAME= gnome-speech-0.4.2 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-speech/0.3/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-speech/0.4/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/audio/gnome-speech/distinfo b/audio/gnome-speech/distinfo index afc7375ca80..d28bacf3014 100644 --- a/audio/gnome-speech/distinfo +++ b/audio/gnome-speech/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2006/03/30 21:27:25 jmmv Exp $ +$NetBSD: distinfo,v 1.14 2006/08/06 19:07:57 jmmv Exp $ -SHA1 (gnome-speech-0.3.10.tar.bz2) = 6cbcebec462839990cf73acad662986e5cf6fabe -RMD160 (gnome-speech-0.3.10.tar.bz2) = 8781fb94288dfa6e5cacb952e1d16a462ebb9eb8 -Size (gnome-speech-0.3.10.tar.bz2) = 272260 bytes +SHA1 (gnome-speech-0.4.2.tar.bz2) = 355353673395094b8d8e5696a19b05c96d0493e8 +RMD160 (gnome-speech-0.4.2.tar.bz2) = 6384d22deda7c2f41ba455009f1855b36c5f80f6 +Size (gnome-speech-0.4.2.tar.bz2) = 309107 bytes SHA1 (patch-aa) = 039606f4e47be7d6e812687504a577fc149b5722 |