--- mbrola-us1-0.3.orig/debian/copyright +++ mbrola-us1-0.3/debian/copyright @@ -0,0 +1,55 @@ +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, the licensor and owner of the +database. The original diphone database, from which this mbrola +database has been built, is owned and copyrighted by BaBel +Technology SA. + +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 US1 +-------------------------------------- + +Permission is granted to use this 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 + +Terms and conditions for the distribution of US1 +------------------------------------------------ + +The distribution of this database is submitted to the same terms +and conditions as the distribution of the Mbrola program. +In addition, this database may not be sold or incorporated into +any product which is sold without prior permission from the +Diphone Database Owner ( secr@babeltech.be ). + +When no charge is made, this database may be copied and distributed +freely, provided that this notice is copied and distributed with it. + +Disclaimer +---------- + +THIS 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 LICENSOR OF +THE DATABASE DOES NOT TAKE ANY COMMITMENT IN VIEW OF ANY POSSIBLE +THIRD PARTY RIGHTS. --- mbrola-us1-0.3.orig/debian/examples +++ mbrola-us1-0.3/debian/examples @@ -0,0 +1 @@ +TEST/* --- mbrola-us1-0.3.orig/debian/compat +++ mbrola-us1-0.3/debian/compat @@ -0,0 +1 @@ +5 --- mbrola-us1-0.3.orig/debian/rules +++ mbrola-us1-0.3/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +build: + +binary-arch: + +binary-indep: + dh_testdir + dh_testroot + dh_prep + dh_install us1 us1mrpa usr/share/mbrola/voices + 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-us1-0.3.orig/debian/control +++ mbrola-us1-0.3/debian/control @@ -0,0 +1,19 @@ +Source: mbrola-us1 +Section: non-free/sound +Priority: optional +Maintainer: Samuel Thibault +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 5) +Standards-Version: 3.8.0 +Homepage: http://tcts.fpms.ac.be/synthesis/ + +Package: mbrola-us1 +Architecture: all +Depends: mbrola +Provides: mbrola-voice-en-us, mbrola-voice-en, mbrola-voice +Description: American English female 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 an American English female voice to be used with the MBROLA + program. --- mbrola-us1-0.3.orig/debian/docs +++ mbrola-us1-0.3/debian/docs @@ -0,0 +1 @@ +us1.txt --- mbrola-us1-0.3.orig/debian/README.Debian +++ mbrola-us1-0.3/debian/README.Debian @@ -0,0 +1,20 @@ +mbrola-us1 for Debian +--------------------- + +This package installs the diphone database into /usr/share/mbrola/voices/us1 +and the MRPA transcription into /usr/share/mbrola/voices/us1mrpa . All examples +go to /usr/share/doc/mbrola-us1/examples . + +You can test your installation by running: + +mbrola /usr/share/mbrola/voices/us1 /usr/share/doc/mbrola-us1/examples/alice.pho alice.wav + +which will create alice.wav in the current directory. + +If you have Sox installed, you can run: + +mbrola /usr/share/mbrola/voices/us1 /usr/share/doc/mbrola-us1/examples/alice.pho -.au | play -t .au - + +to play it on the fly. + + -- Samuel Thibault Mon, 29 Dec 2008 16:27:37 +0100 --- mbrola-us1-0.3.orig/debian/changelog +++ mbrola-us1-0.3/debian/changelog @@ -0,0 +1,5 @@ +mbrola-us1 (0.3-1) unstable; urgency=low + + * Initial release (Closes: #511976). + + -- Samuel Thibault Mon, 29 Dec 2008 15:38:29 +0100