pkgsrc/audio/festvox-us3/Makefile
wiz a2719a456c Update festival to 1.4.1, and fix dependent packages up while I'm here
(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.
2001-07-18 15:19:35 +00:00

37 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2001/07/18 15:19:45 wiz Exp $
DISTNAME= festvox_us3
PKGNAME= festvox-us3-1.4.0
WRKSRC= ${WRKDIR}/festival
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/ \
http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/
MAINTAINER= proff@iq.org
HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html
COMMENT= MBROLA based American English male voice for festival
DEPENDS+= festival>=1.4.0:../festival
DEPENDS+= festlex-poslex>=1.4.0:../festlex-poslex
DEPENDS+= festlex-cmu>=1.4.0:../festlex-cmu
DEPENDS+= mbrola-301h:../mbrola
DEPENDS+= mbrolavox-us3-990208:../mbrolavox-us3
LICENSE= no-commercial-use
NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
MBROLA= ${FHOME}/lib/voices/english/us3_mbrola
post-extract:
@ ${CHMOD} -R a+r ${WRKSRC}
@ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755
do-install:
cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
#ugh
${LN} -fs ../../../../../mbrola/voices/us3 ${MBROLA}
${LN} -fs ../../../../../mbrola/voices/us3/us3mrpa ${MBROLA}
.include "../../mk/bsd.pkg.mk"