2006-12-28 12:47:52 by Thomas Klausner | Files touched by this commit (30) |
Log message:
Reset maintainer. When sending mail to proff@iq.org, one gets a reply
that says the mail there is not read any longer.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-07-19 12:22:34 by grant beattie | Files touched by this commit (29) |
Log message:
depends should be ../../<category>/<pkg>
|
2005-05-23 10:21:35 by Roland Illig | Files touched by this commit (11) |
Log message:
Sorted PLIST.
|
2004-01-20 13:07:43 by Alistair G. Crooks | Files touched by this commit (63) |
Log message:
Move WRKSRC definition away from the first paragraph in a Makefile.
|
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message:
Drop trailing whitespace. Ok'ed by wiz.
|
2003-04-10 03:28:32 by grant beattie | Files touched by this commit (85) |
Log message:
make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
|
2003-01-27 11:57:03 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Update to currently available tarball, addressing part of PR 19873.
Changes:
diff -r old/festival/lib/voices/english/mwm_diphone/festvox/mwm_diphone.scm \
new/festival/lib/voices/english/mwm_diphone/festvox/mwm_diphone.scm
6c6
< ;; Copyright (c) 1999 ;;
---
> ;; Copyright (c) 2000 ;;
25a26
> (require 'ogi_token)
63c64,65
<
---
> (set! token_pos_cart_trees OGI_english_token_pos_cart_trees)
>
69,70c71,72
< ;(set! pos_map english_pos_map_wp39_to_wp20)
< (set! pos_map nil)
---
> (set! pos_map english_pos_map_wp39_to_wp20)
> ;(set! pos_map nil)
95c97
< '((target_f0_mean 110) (target_f0_std 20)
---
> '((target_f0_mean 115) (target_f0_std 20)
109c111
< (p>9r (p)) (p>w (p)) (p>l (p))
---
> (p>9r (p)) (p>w (p)) (p>l (p))
116c118
< (p>9r (p)) (p>w (p)) (p>l (p))
---
> (p>9r (p)) (p>w (p)) (p>l (p)) (p>l<s (p<s p))
144,146c146,148
< (ctype n 4) ; nasal
< (ctype l 4) ; lateral
< (ctype r 4) ; approximant
---
> (ctype n 2) ; nasal
> (ctype l 2) ; lateral
> (ctype r 2) ; approximant
148c150,156
<
---
> (set! mwmdi_vqual
> '(vqual_mod
> ((vt_global_warp_wave 1.0)
> (vt_voiced_warp_wave 1.0)
> (vt_global_warp_lsf 1.0)
> (vt_voiced_warp_lsf 1.0))))
>
195a204
> mwmdi_vqual
|