diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-18 15:19:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-18 15:19:35 +0000 |
commit | a2719a456cf33cde4ceee6d03a7206840f41a077 (patch) | |
tree | 755c8a032061270bc2d4a99d6fe0a5221cb1ea53 /audio/festival/Makefile | |
parent | 49a5b2f023d7bf01ec29ffe297c0e0a3d998fa5e (diff) | |
download | pkgsrc-a2719a456cf33cde4ceee6d03a7206840f41a077.tar.gz |
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.
Diffstat (limited to 'audio/festival/Makefile')
-rw-r--r-- | audio/festival/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 40b66047ca5..8f0d8fb951e 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.16 2001/07/14 12:37:46 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2001/07/18 15:19:36 wiz Exp $ -DISTNAME= festival-1.4.0 +DISTNAME= festival-1.4.1 WRKSRC= ${WRKDIR} CATEGORIES= audio -MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/ \ +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/ \ ftp://cslu.cse.ogi.edu/pub/tts/ DISTFILES= ${DISTNAME}.tar.gz \ - speech_tools-1.2.0.tar.gz \ - OGIresLPC-2.0.3.tar.gz \ - OGIfestpatch-1.4.0.tar.gz + speech_tools-1.2.1.tar.gz \ + OGIresLPC-2.0.9.tar.gz \ + OGIfestpatch-1.4.1.2.tar.gz # note that OGIfestpatch above file must be extracted last. it is, however # this behavior not defined in pkgsrc at the time of writing @@ -16,8 +17,6 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= Festival is an advanced multi-lingual speech synthesis system -DEPENDS+= nas>=1.2.5:../../audio/nas - USE_GMAKE= yes SPEECHTOOLS= ${WRKSRC}/speech_tools @@ -75,6 +74,7 @@ do-install: ${INSTALL_MAN} ${FESTIVAL}/doc/festival.1 ${PREFIX}/man/man1/festival.1 ${INSTALL_MAN} ${FESTIVAL}/doc/festival_client.1 ${PREFIX}/man/man1/festival_client.1 +.include "../../audio/nas/buildlink.mk" .include "../../mk/bsd.pkg.mk" # has to be below bsd.pkg.mk, else ${ECHO} isn't expanded correctly |