diff options
author | proff <proff@pkgsrc.org> | 1999-10-11 14:00:33 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-10-11 14:00:33 +0000 |
commit | d29a21ec838776151bed7d8f9d6c2bf2e08cfeed (patch) | |
tree | 001becddc3bbbb8e251bf4f595df9bf3e83f165a /audio | |
parent | ffd6c40c23710f3d4420380fc61eb64a0d14e763 (diff) | |
download | pkgsrc-d29a21ec838776151bed7d8f9d6c2bf2e08cfeed.tar.gz |
mbrola for NetBSD-native-i386
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 4 | ||||
-rw-r--r-- | audio/mbrola/Makefile | 27 | ||||
-rw-r--r-- | audio/mbrola/files/md5 | 3 | ||||
-rw-r--r-- | audio/mbrola/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/mbrola/pkg/DESCR | 35 | ||||
-rw-r--r-- | audio/mbrola/pkg/PLIST | 4 |
6 files changed, 72 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index 2c86b23e85d..a70a313ab6a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 1999/10/01 16:10:00 drochner Exp $ +# $NetBSD: Makefile,v 1.46 1999/10/11 14:01:37 proff Exp $ # SUBDIR += amp @@ -42,7 +42,7 @@ SUBDIR += libaudiofile SUBDIR += libcdaudio SUBDIR += maplay - SUBDIR += mbrola-linux + SUBDIR += mbrola SUBDIR += mbrolavox-en1 SUBDIR += mikmod SUBDIR += mp3info diff --git a/audio/mbrola/Makefile b/audio/mbrola/Makefile new file mode 100644 index 00000000000..a14df28981a --- /dev/null +++ b/audio/mbrola/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 14:00:33 proff Exp $ + +DISTNAME= mbr301h +PKGNAME= mbrola-301h +CATEGORIES= audio +MASTER_SITES= ftp://tcts.fpms.ac.be/pub/mbrola/bsd/ +EXTRACT_SUFX= .zip + +MAINTAINER= proff@iq.org +HOMEPAGE= http://tcts.fpms.ac.be/synthesis/ + +BUILD_DEPENDS= unzip:../../archivers/unzip + +LICENSE= no-commercial-use + +EXTRACT_CMD= unzip -Loq ${DOWNLOADED_DISTFILE} +NO_WRKSUBDIR= +NO_BUILD= + +ONLY_FOR_PLATFORM= NetBSD-*-i386 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mbrola-netbsd-i386 ${PREFIX}/bin/mbrola + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mbrola + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/mbrola + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mbrola/files/md5 b/audio/mbrola/files/md5 new file mode 100644 index 00000000000..60d24c72bd0 --- /dev/null +++ b/audio/mbrola/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/10/11 14:00:34 proff Exp $ + +MD5 (mbr301h.zip) = 0520ccf7303441232e7ebbf39752c6ee diff --git a/audio/mbrola/pkg/COMMENT b/audio/mbrola/pkg/COMMENT new file mode 100644 index 00000000000..5a5b424ff39 --- /dev/null +++ b/audio/mbrola/pkg/COMMENT @@ -0,0 +1 @@ +MBROLA diphone synthesizer executable (only for i386) diff --git a/audio/mbrola/pkg/DESCR b/audio/mbrola/pkg/DESCR new file mode 100644 index 00000000000..64c6a0ba98a --- /dev/null +++ b/audio/mbrola/pkg/DESCR @@ -0,0 +1,35 @@ +MBROLA is a speech synthesizer based on the concatenation of +diphones. It takes a list of phonemes as input, together with prosodic +information (duration of phonemes and a piecewise linear description +of pitch), and produces speech samples on 16 bits (linear), at the +sampling frequency of the diphone database. + +It is therefore NOT a Text-To-Speech (TTS) synthesizer, since it does +not accept raw text as input. In order to obtain a full TTS system, +you need to use this synthesizer in combination with a text processing +system that produces phonetic and prosodic commands. + +We maintain a web page with pointers to such freely available systems: + +http://tcts.fpms.ac.be/synthesis/mbrtts.html + +This software is the heart of the MBROLA project, the aim of which is +to obtain a set a speech synthesizers for as many languages as +possible, free of use for non-commercial applications. +mbrola.exe or mbrola: An executable file of the synthesizer itself +(depends on the computer supposed to run it) +readme.txt : This file + +As such, it requires an MBROLA language/voice database to run +properly. American English, Brazilian Portuguese, Breton, British +English, Croatian, Dutch, French, German, Greek, Romanian, Spanish and +Swedish voices are made available. Additional languages and voices +will be available in the context of the MBROLA project. + +Some of these voices are available as mbrolavox-* packages, in the +NetBSD packages system. For otheres, please consult the mbrola +project's home page. + +http://tcts.fpms.ac.be/synthesis + +-Julian Assange <proff@iq.org> diff --git a/audio/mbrola/pkg/PLIST b/audio/mbrola/pkg/PLIST new file mode 100644 index 00000000000..6eb82c6aa25 --- /dev/null +++ b/audio/mbrola/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/11 14:00:34 proff Exp $ +bin/mbrola +share/doc/mbrola/readme.txt +@dirrm share/doc/mbrola |