--- mbrola-en1-19980910.orig/debian/copyright +++ mbrola-en1-19980910/debian/copyright @@ -0,0 +1,92 @@ +This package was debianized by Samuel Thibault +on Mon, 29 Dec 2008 16:06:50 +0100, based on the packageing from the Oralux +distribution (Igor B. Poretsky and Gilles Casse +) + +It was downloaded from http://tcts.fpms.ac.be/synthesis/ + +Upstream Author: Faculte Polytechnique de Mons - mbrola team + +Copyright: +Copyright (C) 1996-2008 Faculte Polytechnique de Mons - mbrola team + +License: + +This mbrola database is being provided to "You", the +licensee, by the Faculte Polytechnique de Mons - mbrola +team, the "Author of the Mbrola Database", under the +following license. + +By obtaining, using and/or copying this database, you agree +that you have read, understood, and will comply with these +terms and conditions : + +Terms and conditions on the use of EN1 +-------------------------------------- + +Permission is granted to use the MBROLA en1 encoding of the +Roger database for synthesizing speech with and only with +the Mbrola program made available from the MBROLA project +www homepage : + + http://tcts.fpms.ac.be/synthesis/mbrola.html + +following the terms and conditions on the use of the Mbrola +program. + +Terms and conditions for the distribution of EN1 +------------------------------------------------ + +The distribution of this database is submitted to the same +terms and conditions as the ones imposed by University of +Edinburgh on the use and distribution of the ROGER database +in an encoded form: + +"Permission to use, copy, modify, distribute this database +for any purpose is hereby granted without fee, subject to +the following conditions: + 1. Redistributions retain the above copyright notice, + this list of conditions and the following disclaimer. + 2. Redistributions in an encoded form must reproduce the + above copyright notice, this list of conditions and + the following disclaimer in the documentation and/or + other materials provided with the redistribution. + 3. Neither the name of the University nor the names of + contributors to this work may be used to endorse or + promote products derived from this software without + specific prior written permission." + +In addition, the distribution of this database is submitted +to the same terms and conditions as the ones imposed by +Faculte Polytechnique de Mons on the distribution of the +Mbrola program, in so far as they do not contradict the +terms and conditions quoted above. + +This database may therefore be copied and distributed +freely, provided that this notice is copied and distributed +with it. + +Disclaimer +---------- + +THIS MBROLA DATABASE CARRIES NO WARRANTY, EXPRESSED OR +IMPLIED. THE USER ASSUMES ALL RISKS, KNOWN OR UNKNOWN, +DIRECT OR INDIRECT, WHICH INVOLVE THIS DATABASE IN ANY WAY. +IN PARTICULAR, THE AUTHOR OF THE MBROLA DATABASE DOES NOT +TAKE ANY COMMITMENT IN VIEW OF ANY POSSIBLE THIRD PARTY +RIGHTS. + +Additionally : + +THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS +WORK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF EDINBURGH NOR +THE CONTRIBUTORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING +FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +WORK. + --- mbrola-en1-19980910.orig/debian/examples +++ mbrola-en1-19980910/debian/examples @@ -0,0 +1 @@ +TEST/* --- mbrola-en1-19980910.orig/debian/compat +++ mbrola-en1-19980910/debian/compat @@ -0,0 +1 @@ +5 --- mbrola-en1-19980910.orig/debian/rules +++ mbrola-en1-19980910/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +build: + +binary-arch: + +binary-indep: + dh_testdir + dh_testroot + dh_prep + dh_install en1 en1mrpa usr/share/mbrola/en1 + dh_installdocs + dh_installchangelogs + dh_installexamples + dh_compress -X.pho + dh_fixperms + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep + +clean: + dh_testdir + dh_clean --- mbrola-en1-19980910.orig/debian/control +++ mbrola-en1-19980910/debian/control @@ -0,0 +1,27 @@ +Source: mbrola-en1 +Section: non-free/sound +Priority: optional +Maintainer: Samuel Thibault +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.0 +Homepage: http://tcts.fpms.ac.be/synthesis/ + +Package: mbrola-en1 +Architecture: all +Depends: ${misc:Depends}, mbrola +Provides: mbrola-voice-en-uk, mbrola-voice-en, mbrola-voice +Description: British English male voice for Mbrola + This package contains an English diphone database provided in the context + of the MBROLA project see: http://tcts.fpms.ac.be/synthesis/ + . + It provides a British English male voice (known as "Roger's voice") to be used + with the Mbrola program. It has been built from the original Roger diphones + made available by CSTR, University of Edinburgh, as part of their generic + text-to-speech system Festival. + . + http://www.cstr.ed.ac.uk/projects/festival.html + . + Input files use the SAMPA phonetic notation, as adopted in other Mbrola + databases. This package also provides the correspondence with the MRPA + phonetic notation used in the original distribution of Roger's voice + in the Festival TTS system. --- mbrola-en1-19980910.orig/debian/docs +++ mbrola-en1-19980910/debian/docs @@ -0,0 +1 @@ +en1.txt --- mbrola-en1-19980910.orig/debian/README.Debian +++ mbrola-en1-19980910/debian/README.Debian @@ -0,0 +1,20 @@ +mbrola-en1 for Debian +--------------------- + +This package installs the diphone database into /usr/share/mbrola/voices/en1 +and the MRPA transcription into /usr/share/mbrola/en1mrpa/en1mrpa . All examples +go to /usr/share/doc/mbrola-en1/examples . + +You can test your installation by running: + +mbrola /usr/share/mbrola/en1/en1 /usr/share/doc/mbrola-en1/examples/euler.pho euler.wav + +which will create euler.wav in the current directory. + +If you have Sox installed, you can run: + +mbrola /usr/share/mbrola/en1/en1 /usr/share/doc/mbrola-en1/examples/euler.pho -.au | play -t .au - + +to play it on the fly. + + -- Samuel Thibault Mon, 29 Dec 2008 16:27:37 +0100 --- mbrola-en1-19980910.orig/debian/changelog +++ mbrola-en1-19980910/debian/changelog @@ -0,0 +1,15 @@ +mbrola-en1 (19980910-2) unstable; urgency=low + + * Bump Standards-Version to 3.9.1 (no change needed) + * Add misc:Depends dependency + * Bump debhelper dependency version to 7 + * Use my debian mail + * Fix voice path according to common usage. + + -- Samuel Thibault Tue, 14 Sep 2010 21:14:41 +0200 + +mbrola-en1 (19980910-1) unstable; urgency=low + + * Initial release (Closes: #510133). + + -- Samuel Thibault Mon, 29 Dec 2008 15:38:29 +0100