diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festvox-mwm/Makefile | 9 | ||||
-rw-r--r-- | audio/festvox-mwm/pkg/PLIST | 11 | ||||
-rw-r--r-- | audio/festvox-ogirab/Makefile | 9 | ||||
-rw-r--r-- | audio/festvox-ogirab/pkg/PLIST | 8 |
4 files changed, 21 insertions, 16 deletions
diff --git a/audio/festvox-mwm/Makefile b/audio/festvox-mwm/Makefile index 33910e8e27a..98931c5558a 100644 --- a/audio/festvox-mwm/Makefile +++ b/audio/festvox-mwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/10/27 17:14:03 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/10/28 01:46:29 hubertf Exp $ DISTNAME= festvox-mwm-2.0 WRKSRC= ${WRKDIR}/festival @@ -9,8 +9,6 @@ DISTFILES= voice_mwm_di-2.0.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts -BROKEN= PLIST errors - DEPENDS+= festival-1.4.0:../festival \ festlex-ogi-2.0:../festlex-ogi @@ -21,8 +19,9 @@ NO_BUILD= yes FHOME= ${PREFIX}/share/festival post-extract: - @ chmod -R a+r ${WRKSRC} - @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + ${CHMOD} -R a+r ${WRKSRC} + find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + find ${WRKSRC} -type d -name CVS | xargs rm -fr do-install: ${INSTALL_DATA_DIR} ${FHOME} diff --git a/audio/festvox-mwm/pkg/PLIST b/audio/festvox-mwm/pkg/PLIST index ece4ae80ef6..4aa16dff41d 100644 --- a/audio/festvox-mwm/pkg/PLIST +++ b/audio/festvox-mwm/pkg/PLIST @@ -1,6 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:35:56 proff Exp $ -share/festival/lib/voices/english/mwm_diphone/group/mwmlpcOGI16k.group -@dirrm share/festival/lib/voices/english/mwm_diphone/group +@comment $NetBSD: PLIST,v 1.2 1999/10/28 01:46:30 hubertf Exp $ +share/festival/lib/voices/english/mwm_diphone/dic/mwmdiph.ms +share/festival/lib/voices/english/mwm_diphone/dic/mwmgain.dat +share/festival/lib/voices/english/mwm_diphone/dic/mwmdemi.ms share/festival/lib/voices/english/mwm_diphone/festvox/mwm_diphone.scm +share/festival/lib/voices/english/mwm_diphone/festvox/mwmdiph.ms +share/festival/lib/voices/english/mwm_diphone/festvox/mwmgain.dat +share/festival/lib/voices/english/mwm_diphone/group/mwm_di_resLPC.group +@dirrm share/festival/lib/voices/english/mwm_diphone/group @dirrm share/festival/lib/voices/english/mwm_diphone/festvox @dirrm share/festival/lib/voices/english/mwm_diphone diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile index 4aa6aa2ce12..2db042188fd 100644 --- a/audio/festvox-ogirab/Makefile +++ b/audio/festvox-ogirab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/10/27 17:14:03 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/10/28 01:53:00 hubertf Exp $ DISTNAME= festvox-ogirab-2.0 WRKSRC= ${WRKDIR}/festival @@ -9,8 +9,6 @@ DISTFILES= voice_ogirab_di-2.0.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts -BROKEN= PLIST errors - DEPENDS+= festival-1.4.0:../festival \ festlex-ogi-2.0:../festlex-ogi @@ -21,8 +19,9 @@ NO_BUILD= yes FHOME= ${PREFIX}/share/festival post-extract: - @ chmod -R a+r ${WRKSRC} - @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + ${CHMOD} -R a+r ${WRKSRC} + find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + find ${WRKSRC} -type d -name CVS | xargs rm -fr do-install: ${INSTALL_DATA_DIR} ${FHOME} diff --git a/audio/festvox-ogirab/pkg/PLIST b/audio/festvox-ogirab/pkg/PLIST index 555b8d54907..305caa1fd15 100644 --- a/audio/festvox-ogirab/pkg/PLIST +++ b/audio/festvox-ogirab/pkg/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:36:08 proff Exp $ -share/festival/lib/voices/english/ogirab_diphone/group/ogirablpcOGI16k.group -@dirrm share/festival/lib/voices/english/ogirab_diphone/group +@comment $NetBSD: PLIST,v 1.2 1999/10/28 01:53:01 hubertf Exp $ share/festival/lib/voices/english/ogirab_diphone/festvox/ogirab_diphone.scm +share/festival/lib/voices/english/ogirab_diphone/festvox/rabdiph.msec +share/festival/lib/voices/english/ogirab_diphone/festvox/rabgain.dat +share/festival/lib/voices/english/ogirab_diphone/group/ogirab_di_resLPC.group +@dirrm share/festival/lib/voices/english/ogirab_diphone/group @dirrm share/festival/lib/voices/english/ogirab_diphone/festvox @dirrm share/festival/lib/voices/english/ogirab_diphone |