Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
|
|
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
|
|
|
|
(including fixing lots of PLISTs).
Changes since 1.4.0, from the NEWS file:
. SSFF (for emulabel) track support
. Java fixes
. various minor bug fixes
. WFST with proper quoting
. Wagon sample counts
. gcc-2.95.1 support
Also use newer distfile for mbrola.
Addresses pkg/10671.
|
|
on Solaris' xargs.
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
|
|
for each of the continuation lines, rather than using backslashes to
continue a single, long definition. This makes it much easier to spot
pre-requisite packages and other dependencies.
|
|
|
|
|
|
o use DISTNAME and PKGNAME instead of DISTFILES
o replace rm by ${RM}, chmod by ${CHMOD}, pax by ${PAX}, echo by ${ECHO}
o reorder lines, remove unnecessary blank
o modify pkg/COMMENT and pkg/DESCR
o remove lines from files/patch-sum for files that aren't there
|
|
|
|
|
|
|
|
|
|
is deprecated.
|
|
|
|
|
|
|