--- mbrola-fr1-2.050.orig/debian/copyright +++ mbrola-fr1-2.050/debian/copyright @@ -0,0 +1,50 @@ +This package was debianized by Samuel Thibault +on Tue, 14 Sep 2010 21:28:59 +0200, 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 database is being provided to "You", the licensee, by +Faculte Polytechnique de Mons - Thierry Dutoit, the "Author of the +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 FR1 +-------------------------------------- + +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/mbrola.html + +following the terms and conditions on the use of the Mbrola program. + +Terms and conditions for the distribution of FR1 +------------------------------------------------ + +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 Author of the Database. + +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 AUTHOR OF +THE DATABASE DOES NOT TAKE ANY COMMITMENT IN VIEW OF ANY POSSIBLE +THIRD PARTY RIGHTS. --- mbrola-fr1-2.050.orig/debian/examples +++ mbrola-fr1-2.050/debian/examples @@ -0,0 +1 @@ +TEST/* --- mbrola-fr1-2.050.orig/debian/compat +++ mbrola-fr1-2.050/debian/compat @@ -0,0 +1 @@ +7 --- mbrola-fr1-2.050.orig/debian/rules +++ mbrola-fr1-2.050/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +build: + +binary-arch: + +binary-indep: + dh_testdir + dh_testroot + dh_prep + dh_install fr1 usr/share/mbrola/fr1 + 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-fr1-2.050.orig/debian/control +++ mbrola-fr1-2.050/debian/control @@ -0,0 +1,17 @@ +Source: mbrola-fr1 +Section: non-free/sound +Priority: optional +Maintainer: Samuel Thibault +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.1 +Homepage: http://tcts.fpms.ac.be/synthesis/ + +Package: mbrola-fr1 +Architecture: all +Depends: ${misc:Depends}, mbrola +Provides: mbrola-voice-fr, mbrola-voice +Description: French male voice for Mbrola + This package contains a French diphone database provided in the context + of the MBROLA project see: http://tcts.fpms.ac.be/synthesis/ + . + It provides a French male voice to be used with the MBROLA program. --- mbrola-fr1-2.050.orig/debian/docs +++ mbrola-fr1-2.050/debian/docs @@ -0,0 +1 @@ +fr1.txt --- mbrola-fr1-2.050.orig/debian/README.Debian +++ mbrola-fr1-2.050/debian/README.Debian @@ -0,0 +1,19 @@ +mbrola-fr1 for Debian +--------------------- + +This package installs the diphone database into /usr/share/mbrola/fr1/fr1 . +All examples go to /usr/share/doc/mbrola-fr1/examples . + +You can test your installation by running: + +mbrola /usr/share/mbrola/fr1/fr1 /usr/share/doc/mbrola-fr1/examples/trenet.pho trenet.wav + +which will create trenet.wav in the current directory. + +If you have Sox installed, you can run: + +mbrola /usr/share/mbrola/fr1/fr1 /usr/share/doc/mbrola-fr1/examples/trenet.pho -.au | play -t .au - + +to play it on the fly. + + -- Samuel Thibault Tue, 14 Sep 2010 21:28:59 +0200 --- mbrola-fr1-2.050.orig/debian/changelog +++ mbrola-fr1-2.050/debian/changelog @@ -0,0 +1,5 @@ +mbrola-fr1 (2.050-1) unstable; urgency=low + + * Initial release (Closes: Bug#593973). + + -- Samuel Thibault Tue, 14 Sep 2010 21:28:59 +0200