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/mbrola/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/mbrola/Makefile')
-rw-r--r-- | audio/mbrola/Makefile | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/audio/mbrola/Makefile b/audio/mbrola/Makefile index bd6b643ff64..e7d851119eb 100644 --- a/audio/mbrola/Makefile +++ b/audio/mbrola/Makefile @@ -1,22 +1,29 @@ -# $NetBSD: Makefile,v 1.3 2001/02/20 11:40:08 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/07/18 15:19:46 wiz Exp $ DISTNAME= mbr301h PKGNAME= mbrola-301h CATEGORIES= audio -MASTER_SITES= ftp://tcts.fpms.ac.be/pub/mbrola/bsd/ +MASTER_SITES= http://www.festvox.org/mbrola/bin/netbsd/ EXTRACT_SUFX= .zip MAINTAINER= proff@iq.org -HOMEPAGE= http://tcts.fpms.ac.be/synthesis/ -COMMENT= MBROLA diphone synthesizer executable (only for i386) +HOMEPAGE= http://www.festvox.org/mbrola/ +COMMENT= MBROLA diphone synthesizer executable LICENSE= no-commercial-use +DIST_SUBDIR= mbrola-20010717 NO_WRKSUBDIR= NO_BUILD= ONLY_FOR_PLATFORM= NetBSD-*-i386 +.include "../../mk/bsd.prefs.mk" + +.if ( ${OBJECT_FMT} != "a.out" ) +DEPENDS+= compat14>=1.4.3:../../emulators/compat14 +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mbrola-netbsd-i386 ${PREFIX}/bin/mbrola ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mbrola |