diff options
author | wiz <wiz> | 2007-04-09 01:15:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-04-09 01:15:05 +0000 |
commit | dcb667aaa10b0d9fb73ca1c8a97c0e9618130cd0 (patch) | |
tree | e6be4fecc6ca202bcc0e38880c90edb134dacefd /audio | |
parent | 15c496c8fca7dc30254e1c73d3c8fa2c74cb04e9 (diff) | |
download | pkgsrc-dcb667aaa10b0d9fb73ca1c8a97c0e9618130cd0.tar.gz |
Update to 0.4.10:
gnome-speech 0.4.10:
* Fix for bug 409573 to have eSpeak driver also look for LANG when
determining the default language. (Gilles Casse)
gnome-speech 0.4.9:
* Fix for bug 398916 to help select the Viavoice Chinese voices. Also
fixed a memory leak with the driver. (Gilles Casse)
* Fix for bug 399512 to handle config parameters better. (Leonardo Boshell)
* Fix for bug 403763 to include math library when building driver
for Swift. (Willie Walker)
gnome-speech 0.4.8:
* Brand new driver for eSpeak (http://espeak.sourceforge.net).
Many many thanks to Gilles Casse for his contribution here!!!
* Fix for bug 321658 to allow ibmtts is unable to select/change voice
of a different language. Many many thanks to Gilles Casse for his
contribution here!!!
gnome-speech 0.4.7:
* Add support for Cepstral Swift driver. There are known problems
with this support. In particular, there are audio artifacts
(chirps and pops) when speech is interrupted. We have a support
request into Cepstral for help with this: Support Ticket #6297.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnome-speech/Makefile | 5 | ||||
-rw-r--r-- | audio/gnome-speech/distinfo | 10 | ||||
-rw-r--r-- | audio/gnome-speech/patches/patch-ab | 29 |
3 files changed, 26 insertions, 18 deletions
diff --git a/audio/gnome-speech/Makefile b/audio/gnome-speech/Makefile index 09faf78a8fc..a2a39d15569 100644 --- a/audio/gnome-speech/Makefile +++ b/audio/gnome-speech/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2007/02/22 19:26:05 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2007/04/09 01:15:05 wiz Exp $ # -DISTNAME= gnome-speech-0.4.6 -PKGREVISION= 1 +DISTNAME= gnome-speech-0.4.10 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-speech/0.4/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/gnome-speech/distinfo b/audio/gnome-speech/distinfo index 1b5c5b4ef25..583ce26fba0 100644 --- a/audio/gnome-speech/distinfo +++ b/audio/gnome-speech/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2006/11/28 22:31:21 drochner Exp $ +$NetBSD: distinfo,v 1.18 2007/04/09 01:15:05 wiz Exp $ -SHA1 (gnome-speech-0.4.6.tar.bz2) = e2896cb05f0247a3aa444a585b8847fb06623f46 -RMD160 (gnome-speech-0.4.6.tar.bz2) = 4e6ca040f590492aa58b40ed6cd8b690b05fcde7 -Size (gnome-speech-0.4.6.tar.bz2) = 311080 bytes +SHA1 (gnome-speech-0.4.10.tar.bz2) = 98dcdab4799b21e009ea80eb4485b7c7c4a6fac5 +RMD160 (gnome-speech-0.4.10.tar.bz2) = 279caf3164d4f4a880512b50aea057b486f62d0f +Size (gnome-speech-0.4.10.tar.bz2) = 322150 bytes SHA1 (patch-aa) = 039606f4e47be7d6e812687504a577fc149b5722 -SHA1 (patch-ab) = cb32d023cfdd791d779c772513c5a307d6ef654d +SHA1 (patch-ab) = 95750a125944a7071f2ea125d7e8d3e099edad47 diff --git a/audio/gnome-speech/patches/patch-ab b/audio/gnome-speech/patches/patch-ab index 924e25b424a..19258441076 100644 --- a/audio/gnome-speech/patches/patch-ab +++ b/audio/gnome-speech/patches/patch-ab @@ -1,13 +1,22 @@ -$NetBSD: patch-ab,v 1.1 2006/10/10 20:14:51 rillig Exp $ +$NetBSD: patch-ab,v 1.2 2007/04/09 01:15:05 wiz Exp $ ---- configure.orig 2006-10-10 21:31:46.000000000 +0200 -+++ configure 2006-10-10 22:14:15.000000000 +0200 -@@ -20953,7 +20953,7 @@ if test "${with_theta_dir+set}" = set; t - withval=$with_theta_dir; - fi +--- configure.orig 2007-02-25 12:06:14.000000000 +0000 ++++ configure +@@ -20397,7 +20397,7 @@ fi --if test x$with_theta_dir == x ; then -+if test x$with_theta_dir = x ; then - # Check default location /opt/theta - with_theta_dir="/opt/theta" + if test x$build_swift != xno ; then +- if test x$with_swift_dir == x ; then ++ if test x$with_swift_dir = x ; then + # Check default location /opt/swift + with_swift_dir="/opt/swift" + fi +@@ -20455,7 +20455,7 @@ fi + + + if test x$build_theta != xno ; then +- if test x$with_theta_dir == x ; then ++ if test x$with_theta_dir = x ; then + # Check default location /opt/theta + with_theta_dir="/opt/theta" + fi |