diff options
author | proff <proff> | 1999-04-15 14:32:57 +0000 |
---|---|---|
committer | proff <proff> | 1999-04-15 14:32:57 +0000 |
commit | 3150ad887a347dccfa121d4083cf5a3221f49914 (patch) | |
tree | d8f3db445d470977cbfbb4ad5b8f024bf391df32 /audio/festvox-en1/Makefile | |
parent | 62c4226534a917c7404fb9eaa95ae2141df941fa (diff) | |
download | pkgsrc-3150ad887a347dccfa121d4083cf5a3221f49914.tar.gz |
the mbrola group has recently released three additional festvial diphone
databases (us1, us2, us3), so change the festival <-> mbrola voice model
to be one to many, abstracting the rab derived en1 voice out accordingly
Diffstat (limited to 'audio/festvox-en1/Makefile')
-rw-r--r-- | audio/festvox-en1/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/audio/festvox-en1/Makefile b/audio/festvox-en1/Makefile new file mode 100644 index 00000000000..db91e709783 --- /dev/null +++ b/audio/festvox-en1/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/15 14:34:28 proff Exp $ + +DISTNAME= festvox-en1-1.3.1 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/ +DISTFILES= festvox_en1.tar.gz + +MAINTAINER= proff@iq.org +HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html + +DEPENDS+= festival-1.3.1:../festival \ + festlex-poslex-1.3.1:../festlex-poslex \ + festlex-oald-1.3.1:../festlex-oald \ + mbrola-linux-301g1:../mbrola-linux \ + mbrolavox-en1-980910:../mbrolavox-en1 + +LICENSE= non-commercial-use + +NO_BUILD= yes + +FHOME= ${PREFIX}/share/festival +MBROLA= ${FHOME}/lib/voices/english/rab_mbrola + +post-extract: + @ chmod -R a+r ${WRKSRC} + @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + +do-install: + ${INSTALL_DATA_DIR} ${FHOME}/rab_mbrola + cd ${WRKSRC} && pax -r -w * ${FHOME} +#ugh + ln -fs ../../../../../mbrola/voices/en1/en1 ${MBROLA} + ln -fs ../../../../../mbrola/voices/en1/en1mrpa ${MBROLA} + +.include "../../mk/bsd.pkg.mk" |